Shades of Electric Indigo #6600ED
Tints of Electric Indigo #6600ED
RGB
CMYK
RGB Variations
Color information
#6600ED (or 0x6600ED) is known color: Electric Indigo. HEX triplet: 66, 00 and ED. RGB value is (102,0,237). Sum of RGB (Red+Green+Blue) = 102+0+237=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #6600ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6600ED is #99FF12. Grayscale: #383838. Windows color (decimal): -10092307 or 15532134. OLE color: 15532134.
HSL color Cylindrical-coordinate representation of color #6600ED: hue angle of 265.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600ED is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 0 | 237 | - |
| CMYK | 0.57 | 1 | 0 | 0.07 |
| HSL | 265.82º | 1% | 0.46% | - |
| HSV(B) | 265.82º | 1% | 0.93% | - |
| XYZ | 20.77 | 8.94 | 80.75 | - |
| YUV | 57.52 | 229.29 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 237 | 0.57 | 1 | 0 | 0.07 | 265.82 | 1 | 0.46 |
| Hex | 66 | 0 | ED | 39 | 64 | 0 | 7 | 10A | 64 | 2E |
| Octal | 146 | 0 | 355 | 71 | 144 | 0 | 7 | 412 | 144 | 56 |
| Binary | 1100110 | 0 | 11101101 | 111001 | 1100100 | 0 | 111 | 100001010 | 1100100 | 101110 |
Color Harmonies of #6600ED
Complementary color
Monochromatic Colors of #6600ED
Black with #6600ED
Text Example
Text Example
White with #6600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600ED; }
p { color: rgb(102,0,237); }
H1.HeaderClassName
{
color: #6600ED;
}
.AnyTagClassName
{
color: #6600ED;
}
</style>
background-color css
<style>
a { background-color: #6600ED; }
a { background-color: rgb(102,0,237); }
div.DivClassName
{
background-color: #6600ED;
}
.BgClassName
{
background-color: #6600ED;
}
</style>
border-color css
<style>
span { border-color: #6600ED; }
span { border-color: rgb(102,0,237); }
td.TdClassName
{
border-color: #6600ED;
}
.TagClassName
{
border-color: #6600ED;
}
</style>