Shades of Indigo #60006F
Tints of Indigo #60006F
RGB
CMYK
RGB Variations
Color information
#60006F (or 0x60006F) is known color: Indigo. HEX triplet: 60, 00 and 6F. RGB value is (96,0,111). Sum of RGB (Red+Green+Blue) = 96+0+111=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #60006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60006F is #9FFF90. Grayscale: #292929. Windows color (decimal): -10485649 or 7274592. OLE color: 7274592.
HSL color Cylindrical-coordinate representation of color #60006F: hue angle of 291.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60006F is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 0 | 111 | - |
| CMYK | 0.14 | 1 | 0 | 0.56 |
| HSL | 291.89º | 1% | 0.22% | - |
| HSV(B) | 291.89º | 1% | 0.44% | - |
| XYZ | 7.69 | 3.63 | 15.33 | - |
| YUV | 41.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 111 | 0.14 | 1 | 0 | 0.56 | 291.89 | 1 | 0.22 |
| Hex | 60 | 0 | 6F | E | 64 | 0 | 38 | 124 | 64 | 16 |
| Octal | 140 | 0 | 157 | 16 | 144 | 0 | 70 | 444 | 144 | 26 |
| Binary | 1100000 | 0 | 1101111 | 1110 | 1100100 | 0 | 111000 | 100100100 | 1100100 | 10110 |
Color Harmonies of #60006F
Complementary color
Monochromatic Colors of #60006F
Black with #60006F
Text Example
Text Example
White with #60006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60006F; }
p { color: rgb(96,0,111); }
H1.HeaderClassName
{
color: #60006F;
}
.AnyTagClassName
{
color: #60006F;
}
</style>
background-color css
<style>
a { background-color: #60006F; }
a { background-color: rgb(96,0,111); }
div.DivClassName
{
background-color: #60006F;
}
.BgClassName
{
background-color: #60006F;
}
</style>
border-color css
<style>
span { border-color: #60006F; }
span { border-color: rgb(96,0,111); }
td.TdClassName
{
border-color: #60006F;
}
.TagClassName
{
border-color: #60006F;
}
</style>