Shades of Electric Indigo #6404ED
Tints of Electric Indigo #6404ED
RGB
CMYK
RGB Variations
Color information
#6404ED (or 0x6404ED) is known color: Electric Indigo. HEX triplet: 64, 04 and ED. RGB value is (100,4,237). Sum of RGB (Red+Green+Blue) = 100+4+237=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #6404ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6404ED is #9BFB12. Grayscale: #3A3A3A. Windows color (decimal): -10222355 or 15533156. OLE color: 15533156.
HSL color Cylindrical-coordinate representation of color #6404ED: hue angle of 264.72º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404ED is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 4 | 237 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.07 |
| HSL | 264.72º | 0.97% | 0.47% | - |
| HSV(B) | 264.72º | 0.98% | 0.93% | - |
| XYZ | 20.59 | 8.91 | 80.76 | - |
| YUV | 59.27 | 228.3 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 237 | 0.58 | 0.98 | 0 | 0.07 | 264.72 | 0.97 | 0.47 |
| Hex | 64 | 4 | ED | 3A | 62 | 0 | 7 | 109 | 61 | 2F |
| Octal | 144 | 4 | 355 | 72 | 142 | 0 | 7 | 411 | 141 | 57 |
| Binary | 1100100 | 100 | 11101101 | 111010 | 1100010 | 0 | 111 | 100001001 | 1100001 | 101111 |
Color Harmonies of #6404ED
Complementary color
Monochromatic Colors of #6404ED
Black with #6404ED
Text Example
Text Example
White with #6404ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404ED; }
p { color: rgb(100,4,237); }
H1.HeaderClassName
{
color: #6404ED;
}
.AnyTagClassName
{
color: #6404ED;
}
</style>
background-color css
<style>
a { background-color: #6404ED; }
a { background-color: rgb(100,4,237); }
div.DivClassName
{
background-color: #6404ED;
}
.BgClassName
{
background-color: #6404ED;
}
</style>
border-color css
<style>
span { border-color: #6404ED; }
span { border-color: rgb(100,4,237); }
td.TdClassName
{
border-color: #6404ED;
}
.TagClassName
{
border-color: #6404ED;
}
</style>