Shades of Electric Indigo #6402DC
Tints of Electric Indigo #6402DC
RGB
CMYK
RGB Variations
Color information
#6402DC (or 0x6402DC) is known color: Electric Indigo. HEX triplet: 64, 02 and DC. RGB value is (100,2,220). Sum of RGB (Red+Green+Blue) = 100+2+220=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #6402DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402DC is #9BFD23. Grayscale: #373737. Windows color (decimal): -10222884 or 14418532. OLE color: 14418532.
HSL color Cylindrical-coordinate representation of color #6402DC: hue angle of 266.97º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402DC is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 2 | 220 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.14 |
| HSL | 266.97º | 0.98% | 0.44% | - |
| HSV(B) | 266.97º | 0.99% | 0.86% | - |
| XYZ | 18.2 | 7.92 | 68.28 | - |
| YUV | 56.15 | 220.47 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 220 | 0.55 | 0.99 | 0 | 0.14 | 266.97 | 0.98 | 0.44 |
| Hex | 64 | 2 | DC | 37 | 63 | 0 | E | 10B | 62 | 2C |
| Octal | 144 | 2 | 334 | 67 | 143 | 0 | 16 | 413 | 142 | 54 |
| Binary | 1100100 | 10 | 11011100 | 110111 | 1100011 | 0 | 1110 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6402DC
Complementary color
Monochromatic Colors of #6402DC
Black with #6402DC
Text Example
Text Example
White with #6402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402DC; }
p { color: rgb(100,2,220); }
H1.HeaderClassName
{
color: #6402DC;
}
.AnyTagClassName
{
color: #6402DC;
}
</style>
background-color css
<style>
a { background-color: #6402DC; }
a { background-color: rgb(100,2,220); }
div.DivClassName
{
background-color: #6402DC;
}
.BgClassName
{
background-color: #6402DC;
}
</style>
border-color css
<style>
span { border-color: #6402DC; }
span { border-color: rgb(100,2,220); }
td.TdClassName
{
border-color: #6402DC;
}
.TagClassName
{
border-color: #6402DC;
}
</style>