Shades of Indigo #6A0F99
Tints of Indigo #6A0F99
RGB
CMYK
RGB Variations
Color information
#6A0F99 (or 0x6A0F99) is known color: Indigo. HEX triplet: 6A, 0F and 99. RGB value is (106,15,153). Sum of RGB (Red+Green+Blue) = 106+15+153=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A0F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0F99 is #95F066. Grayscale: #393939. Windows color (decimal): -9826407 or 10030954. OLE color: 10030954.
HSL color Cylindrical-coordinate representation of color #6A0F99: hue angle of 279.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0F99 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 15 | 153 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.4 |
| HSL | 279.57º | 0.82% | 0.33% | - |
| HSV(B) | 279.57º | 0.9% | 0.6% | - |
| XYZ | 11.86 | 5.71 | 30.61 | - |
| YUV | 57.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 153 | 0.31 | 0.90 | 0 | 0.4 | 279.57 | 0.82 | 0.33 |
| Hex | 6A | F | 99 | 1F | 5A | 0 | 28 | 118 | 52 | 21 |
| Octal | 152 | 17 | 231 | 37 | 132 | 0 | 50 | 430 | 122 | 41 |
| Binary | 1101010 | 1111 | 10011001 | 11111 | 1011010 | 0 | 101000 | 100011000 | 1010010 | 100001 |
Color Harmonies of #6A0F99
Complementary color
Monochromatic Colors of #6A0F99
Black with #6A0F99
Text Example
Text Example
White with #6A0F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F99; }
p { color: rgb(106,15,153); }
H1.HeaderClassName
{
color: #6A0F99;
}
.AnyTagClassName
{
color: #6A0F99;
}
</style>
background-color css
<style>
a { background-color: #6A0F99; }
a { background-color: rgb(106,15,153); }
div.DivClassName
{
background-color: #6A0F99;
}
.BgClassName
{
background-color: #6A0F99;
}
</style>
border-color css
<style>
span { border-color: #6A0F99; }
span { border-color: rgb(106,15,153); }
td.TdClassName
{
border-color: #6A0F99;
}
.TagClassName
{
border-color: #6A0F99;
}
</style>