Shades of Electric Indigo #6A00DC
Tints of Electric Indigo #6A00DC
RGB
CMYK
RGB Variations
Color information
#6A00DC (or 0x6A00DC) is known color: Electric Indigo. HEX triplet: 6A, 00 and DC. RGB value is (106,0,220). Sum of RGB (Red+Green+Blue) = 106+0+220=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A00DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A00DC is #95FF23. Grayscale: #383838. Windows color (decimal): -9830180 or 14418026. OLE color: 14418026.
HSL color Cylindrical-coordinate representation of color #6A00DC: hue angle of 268.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00DC is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 0 | 220 | - |
| CMYK | 0.52 | 1 | 0 | 0.14 |
| HSL | 268.91º | 1% | 0.43% | - |
| HSV(B) | 268.91º | 1% | 0.86% | - |
| XYZ | 18.86 | 8.23 | 68.3 | - |
| YUV | 56.77 | 220.12 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 220 | 0.52 | 1 | 0 | 0.14 | 268.91 | 1 | 0.43 |
| Hex | 6A | 0 | DC | 34 | 64 | 0 | E | 10D | 64 | 2B |
| Octal | 152 | 0 | 334 | 64 | 144 | 0 | 16 | 415 | 144 | 53 |
| Binary | 1101010 | 0 | 11011100 | 110100 | 1100100 | 0 | 1110 | 100001101 | 1100100 | 101011 |
Color Harmonies of #6A00DC
Complementary color
Monochromatic Colors of #6A00DC
Black with #6A00DC
Text Example
Text Example
White with #6A00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00DC; }
p { color: rgb(106,0,220); }
H1.HeaderClassName
{
color: #6A00DC;
}
.AnyTagClassName
{
color: #6A00DC;
}
</style>
background-color css
<style>
a { background-color: #6A00DC; }
a { background-color: rgb(106,0,220); }
div.DivClassName
{
background-color: #6A00DC;
}
.BgClassName
{
background-color: #6A00DC;
}
</style>
border-color css
<style>
span { border-color: #6A00DC; }
span { border-color: rgb(106,0,220); }
td.TdClassName
{
border-color: #6A00DC;
}
.TagClassName
{
border-color: #6A00DC;
}
</style>