Shades of Electric Indigo #6604ED
Tints of Electric Indigo #6604ED
RGB
CMYK
RGB Variations
Color information
#6604ED (or 0x6604ED) is known color: Electric Indigo. HEX triplet: 66, 04 and ED. RGB value is (102,4,237). Sum of RGB (Red+Green+Blue) = 102+4+237=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #6604ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604ED is #99FB12. Grayscale: #3B3B3B. Windows color (decimal): -10091283 or 15533158. OLE color: 15533158.
HSL color Cylindrical-coordinate representation of color #6604ED: hue angle of 265.24º 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 #6604ED is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 4 | 237 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.07 |
| HSL | 265.24º | 0.97% | 0.47% | - |
| HSV(B) | 265.24º | 0.98% | 0.93% | - |
| XYZ | 20.81 | 9.03 | 80.77 | - |
| YUV | 59.86 | 227.97 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 237 | 0.57 | 0.98 | 0 | 0.07 | 265.24 | 0.97 | 0.47 |
| Hex | 66 | 4 | ED | 39 | 62 | 0 | 7 | 109 | 61 | 2F |
| Octal | 146 | 4 | 355 | 71 | 142 | 0 | 7 | 411 | 141 | 57 |
| Binary | 1100110 | 100 | 11101101 | 111001 | 1100010 | 0 | 111 | 100001001 | 1100001 | 101111 |
Color Harmonies of #6604ED
Complementary color
Monochromatic Colors of #6604ED
Black with #6604ED
Text Example
Text Example
White with #6604ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604ED; }
p { color: rgb(102,4,237); }
H1.HeaderClassName
{
color: #6604ED;
}
.AnyTagClassName
{
color: #6604ED;
}
</style>
background-color css
<style>
a { background-color: #6604ED; }
a { background-color: rgb(102,4,237); }
div.DivClassName
{
background-color: #6604ED;
}
.BgClassName
{
background-color: #6604ED;
}
</style>
border-color css
<style>
span { border-color: #6604ED; }
span { border-color: rgb(102,4,237); }
td.TdClassName
{
border-color: #6604ED;
}
.TagClassName
{
border-color: #6604ED;
}
</style>