All Tools

HEX to RGB Converter

Convert HEX color codes to RGB, HSL, HSV, CMYK and vice versa

HEX to RGB

RGBrgb(102, 126, 234)
HSLhsl(229, 76%, 66%)
HSVhsv(229, 56%, 92%)
CMYKcmyk(56%, 46%, 0%, 8%)

RGB to HEX

HEX#667EEA
HSLhsl(229, 76%, 66%)
HSVhsv(229, 56%, 92%)
CMYKcmyk(56%, 46%, 0%, 8%)

How HEX to RGB Conversion Works

HEX and RGB are two ways to represent the same color. HEX uses base-16 (hexadecimal) notation while RGB uses decimal values for red, green, and blue channels.

Conversion Method

Examples

Frequently Asked Questions

What is HEX color?
HEX is a 6-digit hexadecimal code representing red, green, blue values. Each pair (00-FF) is a channel. #FF0000 is pure red.
What is the difference between HEX and RGB?
They represent the same colors differently. HEX uses base-16 (#RRGGBB), RGB uses decimal (0-255). #FF0000 = rgb(255,0,0).
Can I convert RGB to HEX?
Yes, enter RGB values on the right panel and get HEX plus all other formats instantly.