Shades of Electric Indigo #6A0DEC
Tints of Electric Indigo #6A0DEC
RGB
CMYK
RGB Variations
Color information
#6A0DEC (or 0x6A0DEC) is known color: Electric Indigo. HEX triplet: 6A, 0D and EC. RGB value is (106,13,236). Sum of RGB (Red+Green+Blue) = 106+13+236=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A0DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0DEC is #95F213. Grayscale: #414141. Windows color (decimal): -9826836 or 15469930. OLE color: 15469930.
HSL color Cylindrical-coordinate representation of color #6A0DEC: hue angle of 265.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0DEC is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 13 | 236 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.07 |
| HSL | 265.02º | 0.9% | 0.49% | - |
| HSV(B) | 265.02º | 0.94% | 0.93% | - |
| XYZ | 21.23 | 9.41 | 80.05 | - |
| YUV | 66.23 | 223.81 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 236 | 0.55 | 0.94 | 0 | 0.07 | 265.02 | 0.9 | 0.49 |
| Hex | 6A | D | EC | 37 | 5E | 0 | 7 | 109 | 5A | 31 |
| Octal | 152 | 15 | 354 | 67 | 136 | 0 | 7 | 411 | 132 | 61 |
| Binary | 1101010 | 1101 | 11101100 | 110111 | 1011110 | 0 | 111 | 100001001 | 1011010 | 110001 |
Color Harmonies of #6A0DEC
Complementary color
Monochromatic Colors of #6A0DEC
Black with #6A0DEC
Text Example
Text Example
White with #6A0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0DEC; }
p { color: rgb(106,13,236); }
H1.HeaderClassName
{
color: #6A0DEC;
}
.AnyTagClassName
{
color: #6A0DEC;
}
</style>
background-color css
<style>
a { background-color: #6A0DEC; }
a { background-color: rgb(106,13,236); }
div.DivClassName
{
background-color: #6A0DEC;
}
.BgClassName
{
background-color: #6A0DEC;
}
</style>
border-color css
<style>
span { border-color: #6A0DEC; }
span { border-color: rgb(106,13,236); }
td.TdClassName
{
border-color: #6A0DEC;
}
.TagClassName
{
border-color: #6A0DEC;
}
</style>