Shades of Indigo #6105A6
Tints of Indigo #6105A6
RGB
CMYK
RGB Variations
Color information
#6105A6 (or 0x6105A6) is known color: Indigo. HEX triplet: 61, 05 and A6. RGB value is (97,5,166). Sum of RGB (Red+Green+Blue) = 97+5+166=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #6105A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6105A6 is #9EFA59. Grayscale: #323232. Windows color (decimal): -10418778 or 10880353. OLE color: 10880353.
HSL color Cylindrical-coordinate representation of color #6105A6: hue angle of 274.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6105A6 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 5 | 166 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.35 |
| HSL | 274.29º | 0.94% | 0.34% | - |
| HSV(B) | 274.29º | 0.97% | 0.65% | - |
| XYZ | 11.87 | 5.4 | 36.49 | - |
| YUV | 50.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 166 | 0.42 | 0.97 | 0 | 0.35 | 274.29 | 0.94 | 0.34 |
| Hex | 61 | 5 | A6 | 2A | 61 | 0 | 23 | 112 | 5E | 22 |
| Octal | 141 | 5 | 246 | 52 | 141 | 0 | 43 | 422 | 136 | 42 |
| Binary | 1100001 | 101 | 10100110 | 101010 | 1100001 | 0 | 100011 | 100010010 | 1011110 | 100010 |
Color Harmonies of #6105A6
Complementary color
Monochromatic Colors of #6105A6
Black with #6105A6
Text Example
Text Example
White with #6105A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6105A6; }
p { color: rgb(97,5,166); }
H1.HeaderClassName
{
color: #6105A6;
}
.AnyTagClassName
{
color: #6105A6;
}
</style>
background-color css
<style>
a { background-color: #6105A6; }
a { background-color: rgb(97,5,166); }
div.DivClassName
{
background-color: #6105A6;
}
.BgClassName
{
background-color: #6105A6;
}
</style>
border-color css
<style>
span { border-color: #6105A6; }
span { border-color: rgb(97,5,166); }
td.TdClassName
{
border-color: #6105A6;
}
.TagClassName
{
border-color: #6105A6;
}
</style>