Shades of Indigo #6100AE
Tints of Indigo #6100AE
RGB
CMYK
RGB Variations
Color information
#6100AE (or 0x6100AE) is known color: Indigo. HEX triplet: 61, 00 and AE. RGB value is (97,0,174). Sum of RGB (Red+Green+Blue) = 97+0+174=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #6100AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6100AE is #9EFF51. Grayscale: #303030. Windows color (decimal): -10420050 or 11403361. OLE color: 11403361.
HSL color Cylindrical-coordinate representation of color #6100AE: hue angle of 273.45º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100AE is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 0 | 174 | - |
| CMYK | 0.44 | 1 | 0 | 0.32 |
| HSL | 273.45º | 1% | 0.34% | - |
| HSV(B) | 273.45º | 1% | 0.68% | - |
| XYZ | 12.57 | 5.6 | 40.46 | - |
| YUV | 48.84 | 198.64 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 174 | 0.44 | 1 | 0 | 0.32 | 273.45 | 1 | 0.34 |
| Hex | 61 | 0 | AE | 2C | 64 | 0 | 20 | 111 | 64 | 22 |
| Octal | 141 | 0 | 256 | 54 | 144 | 0 | 40 | 421 | 144 | 42 |
| Binary | 1100001 | 0 | 10101110 | 101100 | 1100100 | 0 | 100000 | 100010001 | 1100100 | 100010 |
Color Harmonies of #6100AE
Complementary color
Monochromatic Colors of #6100AE
Black with #6100AE
Text Example
Text Example
White with #6100AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100AE; }
p { color: rgb(97,0,174); }
H1.HeaderClassName
{
color: #6100AE;
}
.AnyTagClassName
{
color: #6100AE;
}
</style>
background-color css
<style>
a { background-color: #6100AE; }
a { background-color: rgb(97,0,174); }
div.DivClassName
{
background-color: #6100AE;
}
.BgClassName
{
background-color: #6100AE;
}
</style>
border-color css
<style>
span { border-color: #6100AE; }
span { border-color: rgb(97,0,174); }
td.TdClassName
{
border-color: #6100AE;
}
.TagClassName
{
border-color: #6100AE;
}
</style>