Shades of Indigo #6A1199
Tints of Indigo #6A1199
RGB
CMYK
RGB Variations
Color information
#6A1199 (or 0x6A1199) is known color: Indigo. HEX triplet: 6A, 11 and 99. RGB value is (106,17,153). Sum of RGB (Red+Green+Blue) = 106+17+153=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1199 is #95EE66. Grayscale: #3A3A3A. Windows color (decimal): -9825895 or 10031466. OLE color: 10031466.
HSL color Cylindrical-coordinate representation of color #6A1199: hue angle of 279.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1199 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 17 | 153 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.4 |
| HSL | 279.26º | 0.8% | 0.33% | - |
| HSV(B) | 279.26º | 0.89% | 0.6% | - |
| XYZ | 11.89 | 5.76 | 30.62 | - |
| YUV | 59.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 17 | 153 | 0.31 | 0.89 | 0 | 0.4 | 279.26 | 0.8 | 0.33 |
| Hex | 6A | 11 | 99 | 1F | 59 | 0 | 28 | 117 | 50 | 21 |
| Octal | 152 | 21 | 231 | 37 | 131 | 0 | 50 | 427 | 120 | 41 |
| Binary | 1101010 | 10001 | 10011001 | 11111 | 1011001 | 0 | 101000 | 100010111 | 1010000 | 100001 |
Color Harmonies of #6A1199
Complementary color
Monochromatic Colors of #6A1199
Black with #6A1199
Text Example
Text Example
White with #6A1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1199; }
p { color: rgb(106,17,153); }
H1.HeaderClassName
{
color: #6A1199;
}
.AnyTagClassName
{
color: #6A1199;
}
</style>
background-color css
<style>
a { background-color: #6A1199; }
a { background-color: rgb(106,17,153); }
div.DivClassName
{
background-color: #6A1199;
}
.BgClassName
{
background-color: #6A1199;
}
</style>
border-color css
<style>
span { border-color: #6A1199; }
span { border-color: rgb(106,17,153); }
td.TdClassName
{
border-color: #6A1199;
}
.TagClassName
{
border-color: #6A1199;
}
</style>