Shades of Electric Indigo #6E0BDA
Tints of Electric Indigo #6E0BDA
RGB
CMYK
RGB Variations
Color information
#6E0BDA (or 0x6E0BDA) is known color: Electric Indigo. HEX triplet: 6E, 0B and DA. RGB value is (110,11,218). Sum of RGB (Red+Green+Blue) = 110+11+218=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E0BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BDA is #91F425. Grayscale: #3F3F3F. Windows color (decimal): -9565222 or 14289774. OLE color: 14289774.
HSL color Cylindrical-coordinate representation of color #6E0BDA: hue angle of 268.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BDA is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 11 | 218 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.15 |
| HSL | 268.7º | 0.9% | 0.45% | - |
| HSV(B) | 268.7º | 0.95% | 0.85% | - |
| XYZ | 19.2 | 8.62 | 66.98 | - |
| YUV | 64.2 | 214.8 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 218 | 0.50 | 0.95 | 0 | 0.15 | 268.7 | 0.9 | 0.45 |
| Hex | 6E | B | DA | 32 | 5F | 0 | F | 10D | 5A | 2D |
| Octal | 156 | 13 | 332 | 62 | 137 | 0 | 17 | 415 | 132 | 55 |
| Binary | 1101110 | 1011 | 11011010 | 110010 | 1011111 | 0 | 1111 | 100001101 | 1011010 | 101101 |
Color Harmonies of #6E0BDA
Complementary color
Monochromatic Colors of #6E0BDA
Black with #6E0BDA
Text Example
Text Example
White with #6E0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0BDA; }
p { color: rgb(110,11,218); }
H1.HeaderClassName
{
color: #6E0BDA;
}
.AnyTagClassName
{
color: #6E0BDA;
}
</style>
background-color css
<style>
a { background-color: #6E0BDA; }
a { background-color: rgb(110,11,218); }
div.DivClassName
{
background-color: #6E0BDA;
}
.BgClassName
{
background-color: #6E0BDA;
}
</style>
border-color css
<style>
span { border-color: #6E0BDA; }
span { border-color: rgb(110,11,218); }
td.TdClassName
{
border-color: #6E0BDA;
}
.TagClassName
{
border-color: #6E0BDA;
}
</style>