Shades of Indigo #600C94
Tints of Indigo #600C94
RGB
CMYK
RGB Variations
Color information
#600C94 (or 0x600C94) is known color: Indigo. HEX triplet: 60, 0C and 94. RGB value is (96,12,148). Sum of RGB (Red+Green+Blue) = 96+12+148=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #600C94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C94 is #9FF36B. Grayscale: #343434. Windows color (decimal): -10482540 or 9702496. OLE color: 9702496.
HSL color Cylindrical-coordinate representation of color #600C94: hue angle of 277.06º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600C94 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 12 | 148 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.42 |
| HSL | 277.06º | 0.85% | 0.31% | - |
| HSV(B) | 277.06º | 0.92% | 0.58% | - |
| XYZ | 10.3 | 4.89 | 28.42 | - |
| YUV | 52.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 148 | 0.35 | 0.92 | 0 | 0.42 | 277.06 | 0.85 | 0.31 |
| Hex | 60 | C | 94 | 23 | 5C | 0 | 2A | 115 | 55 | 1F |
| Octal | 140 | 14 | 224 | 43 | 134 | 0 | 52 | 425 | 125 | 37 |
| Binary | 1100000 | 1100 | 10010100 | 100011 | 1011100 | 0 | 101010 | 100010101 | 1010101 | 11111 |
Color Harmonies of #600C94
Complementary color
Monochromatic Colors of #600C94
Black with #600C94
Text Example
Text Example
White with #600C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C94; }
p { color: rgb(96,12,148); }
H1.HeaderClassName
{
color: #600C94;
}
.AnyTagClassName
{
color: #600C94;
}
</style>
background-color css
<style>
a { background-color: #600C94; }
a { background-color: rgb(96,12,148); }
div.DivClassName
{
background-color: #600C94;
}
.BgClassName
{
background-color: #600C94;
}
</style>
border-color css
<style>
span { border-color: #600C94; }
span { border-color: rgb(96,12,148); }
td.TdClassName
{
border-color: #600C94;
}
.TagClassName
{
border-color: #600C94;
}
</style>