Shades of Indigo #6100A6
Tints of Indigo #6100A6
RGB
CMYK
RGB Variations
Color information
#6100A6 (or 0x6100A6) is known color: Indigo. HEX triplet: 61, 00 and A6. RGB value is (97,0,166). Sum of RGB (Red+Green+Blue) = 97+0+166=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 166 (65.23% from 255 or 63.12% from 263); Max value from RGB is 166 - color contains mainly: blue. Hex color #6100A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6100A6 is #9EFF59. Grayscale: #2F2F2F. Windows color (decimal): -10420058 or 10879073. OLE color: 10879073.
HSL color Cylindrical-coordinate representation of color #6100A6: hue angle of 275.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100A6 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 0 | 166 | - |
| CMYK | 0.42 | 1 | 0 | 0.35 |
| HSL | 275.06º | 1% | 0.33% | - |
| HSV(B) | 275.06º | 1% | 0.65% | - |
| XYZ | 11.81 | 5.29 | 36.48 | - |
| YUV | 47.93 | 194.64 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 166 | 0.42 | 1 | 0 | 0.35 | 275.06 | 1 | 0.33 |
| Hex | 61 | 0 | A6 | 2A | 64 | 0 | 23 | 113 | 64 | 21 |
| Octal | 141 | 0 | 246 | 52 | 144 | 0 | 43 | 423 | 144 | 41 |
| Binary | 1100001 | 0 | 10100110 | 101010 | 1100100 | 0 | 100011 | 100010011 | 1100100 | 100001 |
Color Harmonies of #6100A6
Complementary color
Monochromatic Colors of #6100A6
Black with #6100A6
Text Example
Text Example
White with #6100A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100A6; }
p { color: rgb(97,0,166); }
H1.HeaderClassName
{
color: #6100A6;
}
.AnyTagClassName
{
color: #6100A6;
}
</style>
background-color css
<style>
a { background-color: #6100A6; }
a { background-color: rgb(97,0,166); }
div.DivClassName
{
background-color: #6100A6;
}
.BgClassName
{
background-color: #6100A6;
}
</style>
border-color css
<style>
span { border-color: #6100A6; }
span { border-color: rgb(97,0,166); }
td.TdClassName
{
border-color: #6100A6;
}
.TagClassName
{
border-color: #6100A6;
}
</style>