Shades of Indigo #600C99
Tints of Indigo #600C99
RGB
CMYK
RGB Variations
Color information
#600C99 (or 0x600C99) is known color: Indigo. HEX triplet: 60, 0C and 99. RGB value is (96,12,153). Sum of RGB (Red+Green+Blue) = 96+12+153=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #600C99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C99 is #9FF366. Grayscale: #343434. Windows color (decimal): -10482535 or 10030176. OLE color: 10030176.
HSL color Cylindrical-coordinate representation of color #600C99: hue angle of 275.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600C99 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 12 | 153 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.4 |
| HSL | 275.74º | 0.85% | 0.32% | - |
| HSV(B) | 275.74º | 0.92% | 0.6% | - |
| XYZ | 10.71 | 5.05 | 30.55 | - |
| YUV | 53.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 153 | 0.37 | 0.92 | 0 | 0.4 | 275.74 | 0.85 | 0.32 |
| Hex | 60 | C | 99 | 25 | 5C | 0 | 28 | 114 | 55 | 20 |
| Octal | 140 | 14 | 231 | 45 | 134 | 0 | 50 | 424 | 125 | 40 |
| Binary | 1100000 | 1100 | 10011001 | 100101 | 1011100 | 0 | 101000 | 100010100 | 1010101 | 100000 |
Color Harmonies of #600C99
Complementary color
Monochromatic Colors of #600C99
Black with #600C99
Text Example
Text Example
White with #600C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C99; }
p { color: rgb(96,12,153); }
H1.HeaderClassName
{
color: #600C99;
}
.AnyTagClassName
{
color: #600C99;
}
</style>
background-color css
<style>
a { background-color: #600C99; }
a { background-color: rgb(96,12,153); }
div.DivClassName
{
background-color: #600C99;
}
.BgClassName
{
background-color: #600C99;
}
</style>
border-color css
<style>
span { border-color: #600C99; }
span { border-color: rgb(96,12,153); }
td.TdClassName
{
border-color: #600C99;
}
.TagClassName
{
border-color: #600C99;
}
</style>