Shades of Indigo #6A1291
Tints of Indigo #6A1291
RGB
CMYK
RGB Variations
Color information
#6A1291 (or 0x6A1291) is known color: Indigo. HEX triplet: 6A, 12 and 91. RGB value is (106,18,145). Sum of RGB (Red+Green+Blue) = 106+18+145=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A1291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1291 is #95ED6E. Grayscale: #3A3A3A. Windows color (decimal): -9825647 or 9507434. OLE color: 9507434.
HSL color Cylindrical-coordinate representation of color #6A1291: hue angle of 281.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1291 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 18 | 145 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.43 |
| HSL | 281.57º | 0.78% | 0.32% | - |
| HSV(B) | 281.57º | 0.88% | 0.57% | - |
| XYZ | 11.27 | 5.54 | 27.26 | - |
| YUV | 58.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 145 | 0.27 | 0.88 | 0 | 0.43 | 281.57 | 0.78 | 0.32 |
| Hex | 6A | 12 | 91 | 1B | 58 | 0 | 2B | 11A | 4E | 20 |
| Octal | 152 | 22 | 221 | 33 | 130 | 0 | 53 | 432 | 116 | 40 |
| Binary | 1101010 | 10010 | 10010001 | 11011 | 1011000 | 0 | 101011 | 100011010 | 1001110 | 100000 |
Color Harmonies of #6A1291
Complementary color
Monochromatic Colors of #6A1291
Black with #6A1291
Text Example
Text Example
White with #6A1291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1291; }
p { color: rgb(106,18,145); }
H1.HeaderClassName
{
color: #6A1291;
}
.AnyTagClassName
{
color: #6A1291;
}
</style>
background-color css
<style>
a { background-color: #6A1291; }
a { background-color: rgb(106,18,145); }
div.DivClassName
{
background-color: #6A1291;
}
.BgClassName
{
background-color: #6A1291;
}
</style>
border-color css
<style>
span { border-color: #6A1291; }
span { border-color: rgb(106,18,145); }
td.TdClassName
{
border-color: #6A1291;
}
.TagClassName
{
border-color: #6A1291;
}
</style>