Shades of Electric Indigo #6711ED
Tints of Electric Indigo #6711ED
RGB
CMYK
RGB Variations
Color information
#6711ED (or 0x6711ED) is known color: Electric Indigo. HEX triplet: 67, 11 and ED. RGB value is (103,17,237). Sum of RGB (Red+Green+Blue) = 103+17+237=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #6711ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6711ED is #98EE12. Grayscale: #434343. Windows color (decimal): -10022419 or 15536487. OLE color: 15536487.
HSL color Cylindrical-coordinate representation of color #6711ED: hue angle of 263.45º 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 #6711ED is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 17 | 237 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.07 |
| HSL | 263.45º | 0.87% | 0.5% | - |
| HSV(B) | 263.45º | 0.93% | 0.93% | - |
| XYZ | 21.08 | 9.4 | 80.82 | - |
| YUV | 67.79 | 223.49 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 237 | 0.57 | 0.93 | 0 | 0.07 | 263.45 | 0.87 | 0.5 |
| Hex | 67 | 11 | ED | 39 | 5D | 0 | 7 | 107 | 57 | 32 |
| Octal | 147 | 21 | 355 | 71 | 135 | 0 | 7 | 407 | 127 | 62 |
| Binary | 1100111 | 10001 | 11101101 | 111001 | 1011101 | 0 | 111 | 100000111 | 1010111 | 110010 |
Color Harmonies of #6711ED
Complementary color
Monochromatic Colors of #6711ED
Black with #6711ED
Text Example
Text Example
White with #6711ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6711ED; }
p { color: rgb(103,17,237); }
H1.HeaderClassName
{
color: #6711ED;
}
.AnyTagClassName
{
color: #6711ED;
}
</style>
background-color css
<style>
a { background-color: #6711ED; }
a { background-color: rgb(103,17,237); }
div.DivClassName
{
background-color: #6711ED;
}
.BgClassName
{
background-color: #6711ED;
}
</style>
border-color css
<style>
span { border-color: #6711ED; }
span { border-color: rgb(103,17,237); }
td.TdClassName
{
border-color: #6711ED;
}
.TagClassName
{
border-color: #6711ED;
}
</style>