Shades of Electric Indigo #6408DC
Tints of Electric Indigo #6408DC
RGB
CMYK
RGB Variations
Color information
#6408DC (or 0x6408DC) is known color: Electric Indigo. HEX triplet: 64, 08 and DC. RGB value is (100,8,220). Sum of RGB (Red+Green+Blue) = 100+8+220=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #6408DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6408DC is #9BF723. Grayscale: #3A3A3A. Windows color (decimal): -10221348 or 14420068. OLE color: 14420068.
HSL color Cylindrical-coordinate representation of color #6408DC: hue angle of 266.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6408DC is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 8 | 220 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.14 |
| HSL | 266.04º | 0.93% | 0.45% | - |
| HSV(B) | 266.04º | 0.96% | 0.86% | - |
| XYZ | 18.26 | 8.05 | 68.3 | - |
| YUV | 59.68 | 218.48 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 220 | 0.55 | 0.96 | 0 | 0.14 | 266.04 | 0.93 | 0.45 |
| Hex | 64 | 8 | DC | 37 | 60 | 0 | E | 10A | 5D | 2D |
| Octal | 144 | 10 | 334 | 67 | 140 | 0 | 16 | 412 | 135 | 55 |
| Binary | 1100100 | 1000 | 11011100 | 110111 | 1100000 | 0 | 1110 | 100001010 | 1011101 | 101101 |
Color Harmonies of #6408DC
Complementary color
Monochromatic Colors of #6408DC
Black with #6408DC
Text Example
Text Example
White with #6408DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6408DC; }
p { color: rgb(100,8,220); }
H1.HeaderClassName
{
color: #6408DC;
}
.AnyTagClassName
{
color: #6408DC;
}
</style>
background-color css
<style>
a { background-color: #6408DC; }
a { background-color: rgb(100,8,220); }
div.DivClassName
{
background-color: #6408DC;
}
.BgClassName
{
background-color: #6408DC;
}
</style>
border-color css
<style>
span { border-color: #6408DC; }
span { border-color: rgb(100,8,220); }
td.TdClassName
{
border-color: #6408DC;
}
.TagClassName
{
border-color: #6408DC;
}
</style>