Convert HEX color codes to RGB, HSL, HSV, and CMYK. Supports 3-digit shorthand hex and shows all color formats at once — copy any value instantly.
#6C63FF
rgb(108, 99, 255)
hsl(243, 100%, 69%)
hsv(243, 61%, 100%)
cmyk(58%, 61%, 0%, 0%)
Red
108
Green
99
Blue
255
Hue
243°
HEX notation stores red, green, and blue channels as hexadecimal pairs: #RRGGBB. The shorthand #RGB expands each nibble, so #F0A becomes #FF00AA. This tool also calculates HSL, HSV, and CMYK equivalents.
| Model | Components | Common context |
|---|---|---|
| HEX | Red, green, blue in base 16 | CSS and design tokens |
| RGB | Three channels from 0–255 | Screens and JavaScript |
| HSL | Hue, saturation, lightness | Theme adjustments |
| HSV | Hue, saturation, value | Color pickers |
| CMYK | Cyan, magenta, yellow, key | Print workflows |
:root { --brand: #6c63ff; }
.button { color: rgb(108, 99, 255); }
Values are rounded for display. RGB and HEX describe light emitted by screens, while CMYK describes ink; conversions between them are useful approximations rather than proof of print output.
This tool is provided for general informational and utility purposes only. Results may be inaccurate, incomplete, outdated, or contain errors. Always verify results before relying on or using them.
Some tools may use AI, automated processing, third-party services, or server-side processing. Do not rely on these tools as a substitute for professional advice.
Use at your own risk. BestToolOnline makes no guarantees regarding the accuracy, reliability, completeness, availability, or suitability of results, to the maximum extent permitted by applicable law.
See our Terms of Service and Privacy Policy for complete details.