Color Converter
Convert between different color formats instantly. Supports Hexadecimal (Hex), RGB, and Decimal color values.
Result
255, 107, 107
#FF6B6B (Hex) = 255, 107, 107 (RGB)
All Color Formats
| Format | Value |
|---|---|
| RGB (RGB) | 255, 107, 107 |
| Decimal (Dec) | 16739179 |
| Preview |
Example Colors
Color Converter - Complete Guide
Convert between different color formats including Hexadecimal (Hex), RGB, and Decimal color values. Perfect for web design, graphic design, CSS styling, and digital art.
Conversion Formula: Each color format represents the same RGB (Red, Green, Blue) values in different numerical bases.
Use this converter to switch between color formats. Select your units above and get instant results!
Common Color Conversions
Frequently Asked Questions
What color formats are supported?
Our color converter supports 3 formats: Hexadecimal (Hex), RGB (Red, Green, Blue), and Decimal color values.
What is the difference between Hex, RGB, and Decimal?
Hex uses base-16 (e.g., #FF6B6B), RGB uses decimal values 0-255 for each channel (e.g., 255, 107, 107), and Decimal is a single number from 0 to 16,777,215 representing the color.
How do I convert Hex to RGB?
Split the Hex code into three pairs (e.g., #FF6B6B → FF, 6B, 6B) and convert each pair from hex to decimal (FF=255, 6B=107, 6B=107) → RGB(255, 107, 107).
How do I convert RGB to Hex?
Convert each RGB value (0-255) to hexadecimal and combine them. For example, RGB(255, 107, 107) → FF, 6B, 6B → #FF6B6B.
What is a Decimal color value?
Decimal color is a single number from 0 to 16,777,215 that represents a color. It is calculated as (R × 65536) + (G × 256) + B. For example, #FF6B6B = 16734843.
What is the maximum value for each RGB channel?
Each RGB channel (Red, Green, Blue) ranges from 0 to 255. 0 represents no intensity, and 255 represents full intensity. This gives 256 × 256 × 256 = 16,777,216 possible colors.
Quick Conversion Tips
Share
Color Converter - Solvezi