Shades of Electric Indigo #6402FF
Tints of Electric Indigo #6402FF
RGB
CMYK
RGB Variations
Color information
#6402FF (or 0x6402FF) is known color: Electric Indigo. HEX triplet: 64, 02 and FF. RGB value is (100,2,255). Sum of RGB (Red+Green+Blue) = 100+2+255=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #6402FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402FF is #9BFD00. Grayscale: #3B3B3B. Windows color (decimal): -10222849 or 16712292. OLE color: 16712292.
HSL color Cylindrical-coordinate representation of color #6402FF: hue angle of 263.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402FF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 2 | 255 | - |
| CMYK | 0.61 | 0.99 | 0 | 0 |
| HSL | 263.24º | 1% | 0.5% | - |
| HSV(B) | 263.24º | 0.99% | 1% | - |
| XYZ | 23.33 | 9.97 | 95.3 | - |
| YUV | 60.14 | 237.97 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 255 | 0.61 | 0.99 | 0 | 0 | 263.24 | 1 | 0.5 |
| Hex | 64 | 2 | FF | 3D | 63 | 0 | 0 | 107 | 64 | 32 |
| Octal | 144 | 2 | 377 | 75 | 143 | 0 | 0 | 407 | 144 | 62 |
| Binary | 1100100 | 10 | 11111111 | 111101 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110010 |
Color Harmonies of #6402FF
Complementary color
Monochromatic Colors of #6402FF
Black with #6402FF
Text Example
Text Example
White with #6402FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402FF; }
p { color: rgb(100,2,255); }
H1.HeaderClassName
{
color: #6402FF;
}
.AnyTagClassName
{
color: #6402FF;
}
</style>
background-color css
<style>
a { background-color: #6402FF; }
a { background-color: rgb(100,2,255); }
div.DivClassName
{
background-color: #6402FF;
}
.BgClassName
{
background-color: #6402FF;
}
</style>
border-color css
<style>
span { border-color: #6402FF; }
span { border-color: rgb(100,2,255); }
td.TdClassName
{
border-color: #6402FF;
}
.TagClassName
{
border-color: #6402FF;
}
</style>