π¨
HEX to RGB Converter
PopularConvert HEX color codes to RGB values and vice versa. Also converts to HSL and CMYK.
HEX
#6366F1
RGB
rgb(99, 102, 241)
HSL
hsl(239, 84%, 67%)
CSS RGB
color: rgb(99, 102, 241);
R / G / B
99 / 102 / 241
How to use HEX to RGB Converter
- 1. Paste or type your input in the box above.
- 2. The tool processes your input instantly β no button click needed in most tools.
- 3. Copy the output or download the result.
Frequently Asked Questions
What is the difference between HEX and RGB?
HEX is a 6-digit code like #FF5733 used in CSS. RGB expresses the same color as rgb(255, 87, 51). Both represent the same colors.