Shades of Electric Indigo #6A0FDC
Tints of Electric Indigo #6A0FDC
RGB
CMYK
RGB Variations
Color information
#6A0FDC (or 0x6A0FDC) is known color: Electric Indigo. HEX triplet: 6A, 0F and DC. RGB value is (106,15,220). Sum of RGB (Red+Green+Blue) = 106+15+220=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 15 (6.25% from 255 or 4.40% 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 #6A0FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0FDC is #95F023. Grayscale: #404040. Windows color (decimal): -9826340 or 14421866. OLE color: 14421866.
HSL color Cylindrical-coordinate representation of color #6A0FDC: hue angle of 266.63º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0FDC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 15 | 220 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.14 |
| HSL | 266.63º | 0.87% | 0.46% | - |
| HSV(B) | 266.63º | 0.93% | 0.86% | - |
| XYZ | 19.03 | 8.57 | 68.36 | - |
| YUV | 65.58 | 215.15 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 220 | 0.52 | 0.93 | 0 | 0.14 | 266.63 | 0.87 | 0.46 |
| Hex | 6A | F | DC | 34 | 5D | 0 | E | 10B | 57 | 2E |
| Octal | 152 | 17 | 334 | 64 | 135 | 0 | 16 | 413 | 127 | 56 |
| Binary | 1101010 | 1111 | 11011100 | 110100 | 1011101 | 0 | 1110 | 100001011 | 1010111 | 101110 |
Color Harmonies of #6A0FDC
Complementary color
Monochromatic Colors of #6A0FDC
Black with #6A0FDC
Text Example
Text Example
White with #6A0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0FDC; }
p { color: rgb(106,15,220); }
H1.HeaderClassName
{
color: #6A0FDC;
}
.AnyTagClassName
{
color: #6A0FDC;
}
</style>
background-color css
<style>
a { background-color: #6A0FDC; }
a { background-color: rgb(106,15,220); }
div.DivClassName
{
background-color: #6A0FDC;
}
.BgClassName
{
background-color: #6A0FDC;
}
</style>
border-color css
<style>
span { border-color: #6A0FDC; }
span { border-color: rgb(106,15,220); }
td.TdClassName
{
border-color: #6A0FDC;
}
.TagClassName
{
border-color: #6A0FDC;
}
</style>