Shades of Electric Indigo #6A0EDE
Tints of Electric Indigo #6A0EDE
RGB
CMYK
RGB Variations
Color information
#6A0EDE (or 0x6A0EDE) is known color: Electric Indigo. HEX triplet: 6A, 0E and DE. RGB value is (106,14,222). Sum of RGB (Red+Green+Blue) = 106+14+222=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A0EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0EDE is #95F121. Grayscale: #404040. Windows color (decimal): -9826594 or 14552682. OLE color: 14552682.
HSL color Cylindrical-coordinate representation of color #6A0EDE: hue angle of 266.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0EDE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 14 | 222 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.13 |
| HSL | 266.54º | 0.88% | 0.46% | - |
| HSV(B) | 266.54º | 0.94% | 0.87% | - |
| XYZ | 19.29 | 8.65 | 69.76 | - |
| YUV | 65.22 | 216.48 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 14 | 222 | 0.52 | 0.94 | 0 | 0.13 | 266.54 | 0.88 | 0.46 |
| Hex | 6A | E | DE | 34 | 5E | 0 | D | 10B | 58 | 2E |
| Octal | 152 | 16 | 336 | 64 | 136 | 0 | 15 | 413 | 130 | 56 |
| Binary | 1101010 | 1110 | 11011110 | 110100 | 1011110 | 0 | 1101 | 100001011 | 1011000 | 101110 |
Color Harmonies of #6A0EDE
Complementary color
Monochromatic Colors of #6A0EDE
Black with #6A0EDE
Text Example
Text Example
White with #6A0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0EDE; }
p { color: rgb(106,14,222); }
H1.HeaderClassName
{
color: #6A0EDE;
}
.AnyTagClassName
{
color: #6A0EDE;
}
</style>
background-color css
<style>
a { background-color: #6A0EDE; }
a { background-color: rgb(106,14,222); }
div.DivClassName
{
background-color: #6A0EDE;
}
.BgClassName
{
background-color: #6A0EDE;
}
</style>
border-color css
<style>
span { border-color: #6A0EDE; }
span { border-color: rgb(106,14,222); }
td.TdClassName
{
border-color: #6A0EDE;
}
.TagClassName
{
border-color: #6A0EDE;
}
</style>