Shades of Electric Indigo #6402FC
Tints of Electric Indigo #6402FC
RGB
CMYK
RGB Variations
Color information
#6402FC (or 0x6402FC) is known color: Electric Indigo. HEX triplet: 64, 02 and FC. RGB value is (100,2,252). Sum of RGB (Red+Green+Blue) = 100+2+252=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #6402FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402FC is #9BFD03. Grayscale: #3A3A3A. Windows color (decimal): -10222852 or 16515684. OLE color: 16515684.
HSL color Cylindrical-coordinate representation of color #6402FC: hue angle of 263.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402FC is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 2 | 252 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.01 |
| HSL | 263.52º | 0.98% | 0.5% | - |
| HSV(B) | 263.52º | 0.99% | 0.99% | - |
| XYZ | 22.85 | 9.78 | 92.78 | - |
| YUV | 59.8 | 236.47 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 252 | 0.60 | 0.99 | 0 | 0.01 | 263.52 | 0.98 | 0.5 |
| Hex | 64 | 2 | FC | 3C | 63 | 0 | 1 | 108 | 62 | 32 |
| Octal | 144 | 2 | 374 | 74 | 143 | 0 | 1 | 410 | 142 | 62 |
| Binary | 1100100 | 10 | 11111100 | 111100 | 1100011 | 0 | 1 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6402FC
Complementary color
Monochromatic Colors of #6402FC
Black with #6402FC
Text Example
Text Example
White with #6402FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402FC; }
p { color: rgb(100,2,252); }
H1.HeaderClassName
{
color: #6402FC;
}
.AnyTagClassName
{
color: #6402FC;
}
</style>
background-color css
<style>
a { background-color: #6402FC; }
a { background-color: rgb(100,2,252); }
div.DivClassName
{
background-color: #6402FC;
}
.BgClassName
{
background-color: #6402FC;
}
</style>
border-color css
<style>
span { border-color: #6402FC; }
span { border-color: rgb(100,2,252); }
td.TdClassName
{
border-color: #6402FC;
}
.TagClassName
{
border-color: #6402FC;
}
</style>