Shades of Indigo #6A0A99
Tints of Indigo #6A0A99
RGB
CMYK
RGB Variations
Color information
#6A0A99 (or 0x6A0A99) is known color: Indigo. HEX triplet: 6A, 0A and 99. RGB value is (106,10,153). Sum of RGB (Red+Green+Blue) = 106+10+153=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A0A99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0A99 is #95F566. Grayscale: #363636. Windows color (decimal): -9827687 or 10029674. OLE color: 10029674.
HSL color Cylindrical-coordinate representation of color #6A0A99: hue angle of 280.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0A99 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 10 | 153 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.4 |
| HSL | 280.28º | 0.88% | 0.32% | - |
| HSV(B) | 280.28º | 0.93% | 0.6% | - |
| XYZ | 11.8 | 5.58 | 30.59 | - |
| YUV | 55.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 153 | 0.31 | 0.93 | 0 | 0.4 | 280.28 | 0.88 | 0.32 |
| Hex | 6A | A | 99 | 1F | 5D | 0 | 28 | 118 | 58 | 20 |
| Octal | 152 | 12 | 231 | 37 | 135 | 0 | 50 | 430 | 130 | 40 |
| Binary | 1101010 | 1010 | 10011001 | 11111 | 1011101 | 0 | 101000 | 100011000 | 1011000 | 100000 |
Color Harmonies of #6A0A99
Complementary color
Monochromatic Colors of #6A0A99
Black with #6A0A99
Text Example
Text Example
White with #6A0A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A99; }
p { color: rgb(106,10,153); }
H1.HeaderClassName
{
color: #6A0A99;
}
.AnyTagClassName
{
color: #6A0A99;
}
</style>
background-color css
<style>
a { background-color: #6A0A99; }
a { background-color: rgb(106,10,153); }
div.DivClassName
{
background-color: #6A0A99;
}
.BgClassName
{
background-color: #6A0A99;
}
</style>
border-color css
<style>
span { border-color: #6A0A99; }
span { border-color: rgb(106,10,153); }
td.TdClassName
{
border-color: #6A0A99;
}
.TagClassName
{
border-color: #6A0A99;
}
</style>