Shades of Electric Indigo #6405DC
Tints of Electric Indigo #6405DC
RGB
CMYK
RGB Variations
Color information
#6405DC (or 0x6405DC) is known color: Electric Indigo. HEX triplet: 64, 05 and DC. RGB value is (100,5,220). Sum of RGB (Red+Green+Blue) = 100+5+220=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #6405DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405DC is #9BFA23. Grayscale: #393939. Windows color (decimal): -10222116 or 14419300. OLE color: 14419300.
HSL color Cylindrical-coordinate representation of color #6405DC: hue angle of 266.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405DC is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 5 | 220 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.14 |
| HSL | 266.51º | 0.96% | 0.44% | - |
| HSV(B) | 266.51º | 0.98% | 0.86% | - |
| XYZ | 18.23 | 7.99 | 68.29 | - |
| YUV | 57.92 | 219.47 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 220 | 0.55 | 0.98 | 0 | 0.14 | 266.51 | 0.96 | 0.44 |
| Hex | 64 | 5 | DC | 37 | 62 | 0 | E | 10B | 60 | 2C |
| Octal | 144 | 5 | 334 | 67 | 142 | 0 | 16 | 413 | 140 | 54 |
| Binary | 1100100 | 101 | 11011100 | 110111 | 1100010 | 0 | 1110 | 100001011 | 1100000 | 101100 |
Color Harmonies of #6405DC
Complementary color
Monochromatic Colors of #6405DC
Black with #6405DC
Text Example
Text Example
White with #6405DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405DC; }
p { color: rgb(100,5,220); }
H1.HeaderClassName
{
color: #6405DC;
}
.AnyTagClassName
{
color: #6405DC;
}
</style>
background-color css
<style>
a { background-color: #6405DC; }
a { background-color: rgb(100,5,220); }
div.DivClassName
{
background-color: #6405DC;
}
.BgClassName
{
background-color: #6405DC;
}
</style>
border-color css
<style>
span { border-color: #6405DC; }
span { border-color: rgb(100,5,220); }
td.TdClassName
{
border-color: #6405DC;
}
.TagClassName
{
border-color: #6405DC;
}
</style>