Shades of Electric Indigo #6611ED
Tints of Electric Indigo #6611ED
RGB
CMYK
RGB Variations
Color information
#6611ED (or 0x6611ED) is known color: Electric Indigo. HEX triplet: 66, 11 and ED. RGB value is (102,17,237). Sum of RGB (Red+Green+Blue) = 102+17+237=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #6611ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6611ED is #99EE12. Grayscale: #424242. Windows color (decimal): -10087955 or 15536486. OLE color: 15536486.
HSL color Cylindrical-coordinate representation of color #6611ED: hue angle of 263.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6611ED is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 17 | 237 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.07 |
| HSL | 263.18º | 0.87% | 0.5% | - |
| HSV(B) | 263.18º | 0.93% | 0.93% | - |
| XYZ | 20.97 | 9.34 | 80.82 | - |
| YUV | 67.5 | 223.66 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 237 | 0.57 | 0.93 | 0 | 0.07 | 263.18 | 0.87 | 0.5 |
| Hex | 66 | 11 | ED | 39 | 5D | 0 | 7 | 107 | 57 | 32 |
| Octal | 146 | 21 | 355 | 71 | 135 | 0 | 7 | 407 | 127 | 62 |
| Binary | 1100110 | 10001 | 11101101 | 111001 | 1011101 | 0 | 111 | 100000111 | 1010111 | 110010 |
Color Harmonies of #6611ED
Complementary color
Monochromatic Colors of #6611ED
Black with #6611ED
Text Example
Text Example
White with #6611ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6611ED; }
p { color: rgb(102,17,237); }
H1.HeaderClassName
{
color: #6611ED;
}
.AnyTagClassName
{
color: #6611ED;
}
</style>
background-color css
<style>
a { background-color: #6611ED; }
a { background-color: rgb(102,17,237); }
div.DivClassName
{
background-color: #6611ED;
}
.BgClassName
{
background-color: #6611ED;
}
</style>
border-color css
<style>
span { border-color: #6611ED; }
span { border-color: rgb(102,17,237); }
td.TdClassName
{
border-color: #6611ED;
}
.TagClassName
{
border-color: #6611ED;
}
</style>