Shades of Electric Indigo #6C04D9
Tints of Electric Indigo #6C04D9
RGB
CMYK
RGB Variations
Color information
#6C04D9 (or 0x6C04D9) is known color: Electric Indigo. HEX triplet: 6C, 04 and D9. RGB value is (108,4,217). Sum of RGB (Red+Green+Blue) = 108+4+217=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 217 (85.16% from 255 or 65.96% from 329); Max value from RGB is 217 - color contains mainly: blue. Hex color #6C04D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C04D9 is #93FB26. Grayscale: #3A3A3A. Windows color (decimal): -9698087 or 14222444. OLE color: 14222444.
HSL color Cylindrical-coordinate representation of color #6C04D9: hue angle of 269.3º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C04D9 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 4 | 217 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.15 |
| HSL | 269.3º | 0.96% | 0.43% | - |
| HSV(B) | 269.3º | 0.98% | 0.85% | - |
| XYZ | 18.75 | 8.28 | 66.26 | - |
| YUV | 59.38 | 216.96 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 217 | 0.50 | 0.98 | 0 | 0.15 | 269.3 | 0.96 | 0.43 |
| Hex | 6C | 4 | D9 | 32 | 62 | 0 | F | 10D | 60 | 2B |
| Octal | 154 | 4 | 331 | 62 | 142 | 0 | 17 | 415 | 140 | 53 |
| Binary | 1101100 | 100 | 11011001 | 110010 | 1100010 | 0 | 1111 | 100001101 | 1100000 | 101011 |
Color Harmonies of #6C04D9
Complementary color
Monochromatic Colors of #6C04D9
Black with #6C04D9
Text Example
Text Example
White with #6C04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C04D9; }
p { color: rgb(108,4,217); }
H1.HeaderClassName
{
color: #6C04D9;
}
.AnyTagClassName
{
color: #6C04D9;
}
</style>
background-color css
<style>
a { background-color: #6C04D9; }
a { background-color: rgb(108,4,217); }
div.DivClassName
{
background-color: #6C04D9;
}
.BgClassName
{
background-color: #6C04D9;
}
</style>
border-color css
<style>
span { border-color: #6C04D9; }
span { border-color: rgb(108,4,217); }
td.TdClassName
{
border-color: #6C04D9;
}
.TagClassName
{
border-color: #6C04D9;
}
</style>