Shades of Indigo #6A0195
Tints of Indigo #6A0195
RGB
CMYK
RGB Variations
Color information
#6A0195 (or 0x6A0195) is known color: Indigo. HEX triplet: 6A, 01 and 95. RGB value is (106,1,149). Sum of RGB (Red+Green+Blue) = 106+1+149=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A0195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0195 is #95FE6A. Grayscale: #303030. Windows color (decimal): -9829995 or 9765226. OLE color: 9765226.
HSL color Cylindrical-coordinate representation of color #6A0195: hue angle of 282.57º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0195 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 1 | 149 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.42 |
| HSL | 282.57º | 0.99% | 0.29% | - |
| HSV(B) | 282.57º | 0.99% | 0.58% | - |
| XYZ | 11.38 | 5.26 | 28.85 | - |
| YUV | 49.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 149 | 0.29 | 0.99 | 0 | 0.42 | 282.57 | 0.99 | 0.29 |
| Hex | 6A | 1 | 95 | 1D | 63 | 0 | 2A | 11B | 63 | 1D |
| Octal | 152 | 1 | 225 | 35 | 143 | 0 | 52 | 433 | 143 | 35 |
| Binary | 1101010 | 1 | 10010101 | 11101 | 1100011 | 0 | 101010 | 100011011 | 1100011 | 11101 |
Color Harmonies of #6A0195
Complementary color
Monochromatic Colors of #6A0195
Black with #6A0195
Text Example
Text Example
White with #6A0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0195; }
p { color: rgb(106,1,149); }
H1.HeaderClassName
{
color: #6A0195;
}
.AnyTagClassName
{
color: #6A0195;
}
</style>
background-color css
<style>
a { background-color: #6A0195; }
a { background-color: rgb(106,1,149); }
div.DivClassName
{
background-color: #6A0195;
}
.BgClassName
{
background-color: #6A0195;
}
</style>
border-color css
<style>
span { border-color: #6A0195; }
span { border-color: rgb(106,1,149); }
td.TdClassName
{
border-color: #6A0195;
}
.TagClassName
{
border-color: #6A0195;
}
</style>