Shades of Indigo #6A0D99
Tints of Indigo #6A0D99
RGB
CMYK
RGB Variations
Color information
#6A0D99 (or 0x6A0D99) is known color: Indigo. HEX triplet: 6A, 0D and 99. RGB value is (106,13,153). Sum of RGB (Red+Green+Blue) = 106+13+153=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A0D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0D99 is #95F266. Grayscale: #383838. Windows color (decimal): -9826919 or 10030442. OLE color: 10030442.
HSL color Cylindrical-coordinate representation of color #6A0D99: hue angle of 279.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0D99 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 13 | 153 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.4 |
| HSL | 279.86º | 0.84% | 0.33% | - |
| HSV(B) | 279.86º | 0.92% | 0.6% | - |
| XYZ | 11.84 | 5.65 | 30.6 | - |
| YUV | 56.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 153 | 0.31 | 0.92 | 0 | 0.4 | 279.86 | 0.84 | 0.33 |
| Hex | 6A | D | 99 | 1F | 5C | 0 | 28 | 118 | 54 | 21 |
| Octal | 152 | 15 | 231 | 37 | 134 | 0 | 50 | 430 | 124 | 41 |
| Binary | 1101010 | 1101 | 10011001 | 11111 | 1011100 | 0 | 101000 | 100011000 | 1010100 | 100001 |
Color Harmonies of #6A0D99
Complementary color
Monochromatic Colors of #6A0D99
Black with #6A0D99
Text Example
Text Example
White with #6A0D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D99; }
p { color: rgb(106,13,153); }
H1.HeaderClassName
{
color: #6A0D99;
}
.AnyTagClassName
{
color: #6A0D99;
}
</style>
background-color css
<style>
a { background-color: #6A0D99; }
a { background-color: rgb(106,13,153); }
div.DivClassName
{
background-color: #6A0D99;
}
.BgClassName
{
background-color: #6A0D99;
}
</style>
border-color css
<style>
span { border-color: #6A0D99; }
span { border-color: rgb(106,13,153); }
td.TdClassName
{
border-color: #6A0D99;
}
.TagClassName
{
border-color: #6A0D99;
}
</style>