Shades of Electric Indigo #6A05DC
Tints of Electric Indigo #6A05DC
RGB
CMYK
RGB Variations
Color information
#6A05DC (or 0x6A05DC) is known color: Electric Indigo. HEX triplet: 6A, 05 and DC. RGB value is (106,5,220). Sum of RGB (Red+Green+Blue) = 106+5+220=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A05DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A05DC is #95FA23. Grayscale: #3A3A3A. Windows color (decimal): -9828900 or 14419306. OLE color: 14419306.
HSL color Cylindrical-coordinate representation of color #6A05DC: hue angle of 268.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A05DC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 5 | 220 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.14 |
| HSL | 268.19º | 0.96% | 0.44% | - |
| HSV(B) | 268.19º | 0.98% | 0.86% | - |
| XYZ | 18.92 | 8.34 | 68.32 | - |
| YUV | 59.71 | 218.46 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 220 | 0.52 | 0.98 | 0 | 0.14 | 268.19 | 0.96 | 0.44 |
| Hex | 6A | 5 | DC | 34 | 62 | 0 | E | 10C | 60 | 2C |
| Octal | 152 | 5 | 334 | 64 | 142 | 0 | 16 | 414 | 140 | 54 |
| Binary | 1101010 | 101 | 11011100 | 110100 | 1100010 | 0 | 1110 | 100001100 | 1100000 | 101100 |
Color Harmonies of #6A05DC
Complementary color
Monochromatic Colors of #6A05DC
Black with #6A05DC
Text Example
Text Example
White with #6A05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A05DC; }
p { color: rgb(106,5,220); }
H1.HeaderClassName
{
color: #6A05DC;
}
.AnyTagClassName
{
color: #6A05DC;
}
</style>
background-color css
<style>
a { background-color: #6A05DC; }
a { background-color: rgb(106,5,220); }
div.DivClassName
{
background-color: #6A05DC;
}
.BgClassName
{
background-color: #6A05DC;
}
</style>
border-color css
<style>
span { border-color: #6A05DC; }
span { border-color: rgb(106,5,220); }
td.TdClassName
{
border-color: #6A05DC;
}
.TagClassName
{
border-color: #6A05DC;
}
</style>