Shades of Electric Indigo #6E0BEB
Tints of Electric Indigo #6E0BEB
RGB
CMYK
RGB Variations
Color information
#6E0BEB (or 0x6E0BEB) is known color: Electric Indigo. HEX triplet: 6E, 0B and EB. RGB value is (110,11,235). Sum of RGB (Red+Green+Blue) = 110+11+235=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E0BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0BEB is #91F414. Grayscale: #414141. Windows color (decimal): -9565205 or 15403886. OLE color: 15403886.
HSL color Cylindrical-coordinate representation of color #6E0BEB: hue angle of 266.52º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BEB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 11 | 235 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.08 |
| HSL | 266.52º | 0.91% | 0.48% | - |
| HSV(B) | 266.52º | 0.95% | 0.92% | - |
| XYZ | 21.55 | 9.55 | 79.31 | - |
| YUV | 66.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 235 | 0.53 | 0.95 | 0 | 0.08 | 266.52 | 0.91 | 0.48 |
| Hex | 6E | B | EB | 35 | 5F | 0 | 8 | 10B | 5B | 30 |
| Octal | 156 | 13 | 353 | 65 | 137 | 0 | 10 | 413 | 133 | 60 |
| Binary | 1101110 | 1011 | 11101011 | 110101 | 1011111 | 0 | 1000 | 100001011 | 1011011 | 110000 |
Color Harmonies of #6E0BEB
Complementary color
Monochromatic Colors of #6E0BEB
Black with #6E0BEB
Text Example
Text Example
White with #6E0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0BEB; }
p { color: rgb(110,11,235); }
H1.HeaderClassName
{
color: #6E0BEB;
}
.AnyTagClassName
{
color: #6E0BEB;
}
</style>
background-color css
<style>
a { background-color: #6E0BEB; }
a { background-color: rgb(110,11,235); }
div.DivClassName
{
background-color: #6E0BEB;
}
.BgClassName
{
background-color: #6E0BEB;
}
</style>
border-color css
<style>
span { border-color: #6E0BEB; }
span { border-color: rgb(110,11,235); }
td.TdClassName
{
border-color: #6E0BEB;
}
.TagClassName
{
border-color: #6E0BEB;
}
</style>