Shades of Electric Indigo #6404EA
Tints of Electric Indigo #6404EA
RGB
CMYK
RGB Variations
Color information
#6404EA (or 0x6404EA) is known color: Electric Indigo. HEX triplet: 64, 04 and EA. RGB value is (100,4,234). Sum of RGB (Red+Green+Blue) = 100+4+234=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #6404EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6404EA is #9BFB15. Grayscale: #3A3A3A. Windows color (decimal): -10222358 or 15336548. OLE color: 15336548.
HSL color Cylindrical-coordinate representation of color #6404EA: hue angle of 265.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404EA is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 4 | 234 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.08 |
| HSL | 265.04º | 0.97% | 0.47% | - |
| HSV(B) | 265.04º | 0.98% | 0.92% | - |
| XYZ | 20.15 | 8.74 | 78.47 | - |
| YUV | 58.92 | 226.8 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 234 | 0.57 | 0.98 | 0 | 0.08 | 265.04 | 0.97 | 0.47 |
| Hex | 64 | 4 | EA | 39 | 62 | 0 | 8 | 109 | 61 | 2F |
| Octal | 144 | 4 | 352 | 71 | 142 | 0 | 10 | 411 | 141 | 57 |
| Binary | 1100100 | 100 | 11101010 | 111001 | 1100010 | 0 | 1000 | 100001001 | 1100001 | 101111 |
Color Harmonies of #6404EA
Complementary color
Monochromatic Colors of #6404EA
Black with #6404EA
Text Example
Text Example
White with #6404EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404EA; }
p { color: rgb(100,4,234); }
H1.HeaderClassName
{
color: #6404EA;
}
.AnyTagClassName
{
color: #6404EA;
}
</style>
background-color css
<style>
a { background-color: #6404EA; }
a { background-color: rgb(100,4,234); }
div.DivClassName
{
background-color: #6404EA;
}
.BgClassName
{
background-color: #6404EA;
}
</style>
border-color css
<style>
span { border-color: #6404EA; }
span { border-color: rgb(100,4,234); }
td.TdClassName
{
border-color: #6404EA;
}
.TagClassName
{
border-color: #6404EA;
}
</style>