Shades of Indigo #60096F
Tints of Indigo #60096F
RGB
CMYK
RGB Variations
Color information
#60096F (or 0x60096F) is known color: Indigo. HEX triplet: 60, 09 and 6F. RGB value is (96,9,111). Sum of RGB (Red+Green+Blue) = 96+9+111=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #60096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60096F is #9FF690. Grayscale: #2E2E2E. Windows color (decimal): -10483345 or 7276896. OLE color: 7276896.
HSL color Cylindrical-coordinate representation of color #60096F: hue angle of 291.18º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60096F is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 9 | 111 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.56 |
| HSL | 291.18º | 0.85% | 0.24% | - |
| HSV(B) | 291.18º | 0.92% | 0.44% | - |
| XYZ | 7.79 | 3.83 | 15.37 | - |
| YUV | 46.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 111 | 0.14 | 0.92 | 0 | 0.56 | 291.18 | 0.85 | 0.24 |
| Hex | 60 | 9 | 6F | E | 5C | 0 | 38 | 123 | 55 | 18 |
| Octal | 140 | 11 | 157 | 16 | 134 | 0 | 70 | 443 | 125 | 30 |
| Binary | 1100000 | 1001 | 1101111 | 1110 | 1011100 | 0 | 111000 | 100100011 | 1010101 | 11000 |
Color Harmonies of #60096F
Complementary color
Monochromatic Colors of #60096F
Black with #60096F
Text Example
Text Example
White with #60096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60096F; }
p { color: rgb(96,9,111); }
H1.HeaderClassName
{
color: #60096F;
}
.AnyTagClassName
{
color: #60096F;
}
</style>
background-color css
<style>
a { background-color: #60096F; }
a { background-color: rgb(96,9,111); }
div.DivClassName
{
background-color: #60096F;
}
.BgClassName
{
background-color: #60096F;
}
</style>
border-color css
<style>
span { border-color: #60096F; }
span { border-color: rgb(96,9,111); }
td.TdClassName
{
border-color: #60096F;
}
.TagClassName
{
border-color: #60096F;
}
</style>