Shades of Electric Indigo #6404FE
Tints of Electric Indigo #6404FE
RGB
CMYK
RGB Variations
Color information
#6404FE (or 0x6404FE) is known color: Electric Indigo. HEX triplet: 64, 04 and FE. RGB value is (100,4,254). Sum of RGB (Red+Green+Blue) = 100+4+254=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #6404FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6404FE is #9BFB01. Grayscale: #3C3C3C. Windows color (decimal): -10222338 or 16647268. OLE color: 16647268.
HSL color Cylindrical-coordinate representation of color #6404FE: hue angle of 263.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404FE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 4 | 254 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.00 |
| HSL | 263.04º | 0.99% | 0.51% | - |
| HSV(B) | 263.04º | 0.98% | 1% | - |
| XYZ | 23.19 | 9.95 | 94.46 | - |
| YUV | 61.2 | 236.8 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 254 | 0.61 | 0.98 | 0 | 0.00 | 263.04 | 0.99 | 0.51 |
| Hex | 64 | 4 | FE | 3D | 62 | 0 | 0 | 107 | 63 | 33 |
| Octal | 144 | 4 | 376 | 75 | 142 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100100 | 100 | 11111110 | 111101 | 1100010 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6404FE
Complementary color
Monochromatic Colors of #6404FE
Black with #6404FE
Text Example
Text Example
White with #6404FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404FE; }
p { color: rgb(100,4,254); }
H1.HeaderClassName
{
color: #6404FE;
}
.AnyTagClassName
{
color: #6404FE;
}
</style>
background-color css
<style>
a { background-color: #6404FE; }
a { background-color: rgb(100,4,254); }
div.DivClassName
{
background-color: #6404FE;
}
.BgClassName
{
background-color: #6404FE;
}
</style>
border-color css
<style>
span { border-color: #6404FE; }
span { border-color: rgb(100,4,254); }
td.TdClassName
{
border-color: #6404FE;
}
.TagClassName
{
border-color: #6404FE;
}
</style>