Shades of Electric Indigo #6A0BDC
Tints of Electric Indigo #6A0BDC
RGB
CMYK
RGB Variations
Color information
#6A0BDC (or 0x6A0BDC) is known color: Electric Indigo. HEX triplet: 6A, 0B and DC. RGB value is (106,11,220). Sum of RGB (Red+Green+Blue) = 106+11+220=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A0BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0BDC is #95F423. Grayscale: #3E3E3E. Windows color (decimal): -9827364 or 14420842. OLE color: 14420842.
HSL color Cylindrical-coordinate representation of color #6A0BDC: hue angle of 267.27º 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 #6A0BDC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 11 | 220 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.14 |
| HSL | 267.27º | 0.9% | 0.45% | - |
| HSV(B) | 267.27º | 0.95% | 0.86% | - |
| XYZ | 18.98 | 8.47 | 68.34 | - |
| YUV | 63.23 | 216.47 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 220 | 0.52 | 0.95 | 0 | 0.14 | 267.27 | 0.9 | 0.45 |
| Hex | 6A | B | DC | 34 | 5F | 0 | E | 10B | 5A | 2D |
| Octal | 152 | 13 | 334 | 64 | 137 | 0 | 16 | 413 | 132 | 55 |
| Binary | 1101010 | 1011 | 11011100 | 110100 | 1011111 | 0 | 1110 | 100001011 | 1011010 | 101101 |
Color Harmonies of #6A0BDC
Complementary color
Monochromatic Colors of #6A0BDC
Black with #6A0BDC
Text Example
Text Example
White with #6A0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BDC; }
p { color: rgb(106,11,220); }
H1.HeaderClassName
{
color: #6A0BDC;
}
.AnyTagClassName
{
color: #6A0BDC;
}
</style>
background-color css
<style>
a { background-color: #6A0BDC; }
a { background-color: rgb(106,11,220); }
div.DivClassName
{
background-color: #6A0BDC;
}
.BgClassName
{
background-color: #6A0BDC;
}
</style>
border-color css
<style>
span { border-color: #6A0BDC; }
span { border-color: rgb(106,11,220); }
td.TdClassName
{
border-color: #6A0BDC;
}
.TagClassName
{
border-color: #6A0BDC;
}
</style>