Shades of Electric Indigo #6E0BDC
Tints of Electric Indigo #6E0BDC
RGB
CMYK
RGB Variations
Color information
#6E0BDC (or 0x6E0BDC) is known color: Electric Indigo. HEX triplet: 6E, 0B and DC. RGB value is (110,11,220). Sum of RGB (Red+Green+Blue) = 110+11+220=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E0BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BDC is #91F423. Grayscale: #3F3F3F. Windows color (decimal): -9565220 or 14420846. OLE color: 14420846.
HSL color Cylindrical-coordinate representation of color #6E0BDC: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BDC is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 11 | 220 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.14 |
| HSL | 268.42º | 0.9% | 0.45% | - |
| HSV(B) | 268.42º | 0.95% | 0.86% | - |
| XYZ | 19.47 | 8.72 | 68.37 | - |
| YUV | 64.43 | 215.8 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 220 | 0.50 | 0.95 | 0 | 0.14 | 268.42 | 0.9 | 0.45 |
| Hex | 6E | B | DC | 32 | 5F | 0 | E | 10C | 5A | 2D |
| Octal | 156 | 13 | 334 | 62 | 137 | 0 | 16 | 414 | 132 | 55 |
| Binary | 1101110 | 1011 | 11011100 | 110010 | 1011111 | 0 | 1110 | 100001100 | 1011010 | 101101 |
Color Harmonies of #6E0BDC
Complementary color
Monochromatic Colors of #6E0BDC
Black with #6E0BDC
Text Example
Text Example
White with #6E0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0BDC; }
p { color: rgb(110,11,220); }
H1.HeaderClassName
{
color: #6E0BDC;
}
.AnyTagClassName
{
color: #6E0BDC;
}
</style>
background-color css
<style>
a { background-color: #6E0BDC; }
a { background-color: rgb(110,11,220); }
div.DivClassName
{
background-color: #6E0BDC;
}
.BgClassName
{
background-color: #6E0BDC;
}
</style>
border-color css
<style>
span { border-color: #6E0BDC; }
span { border-color: rgb(110,11,220); }
td.TdClassName
{
border-color: #6E0BDC;
}
.TagClassName
{
border-color: #6E0BDC;
}
</style>