Shades of Indigo #600699
Tints of Indigo #600699
RGB
CMYK
RGB Variations
Color information
#600699 (or 0x600699) is known color: Indigo. HEX triplet: 60, 06 and 99. RGB value is (96,6,153). Sum of RGB (Red+Green+Blue) = 96+6+153=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #600699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600699 is #9FF966. Grayscale: #313131. Windows color (decimal): -10484071 or 10028640. OLE color: 10028640.
HSL color Cylindrical-coordinate representation of color #600699: hue angle of 276.73º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600699 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 6 | 153 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.4 |
| HSL | 276.73º | 0.92% | 0.31% | - |
| HSV(B) | 276.73º | 0.96% | 0.6% | - |
| XYZ | 10.64 | 4.92 | 30.53 | - |
| YUV | 49.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 153 | 0.37 | 0.96 | 0 | 0.4 | 276.73 | 0.92 | 0.31 |
| Hex | 60 | 6 | 99 | 25 | 60 | 0 | 28 | 115 | 5C | 1F |
| Octal | 140 | 6 | 231 | 45 | 140 | 0 | 50 | 425 | 134 | 37 |
| Binary | 1100000 | 110 | 10011001 | 100101 | 1100000 | 0 | 101000 | 100010101 | 1011100 | 11111 |
Color Harmonies of #600699
Complementary color
Monochromatic Colors of #600699
Black with #600699
Text Example
Text Example
White with #600699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600699; }
p { color: rgb(96,6,153); }
H1.HeaderClassName
{
color: #600699;
}
.AnyTagClassName
{
color: #600699;
}
</style>
background-color css
<style>
a { background-color: #600699; }
a { background-color: rgb(96,6,153); }
div.DivClassName
{
background-color: #600699;
}
.BgClassName
{
background-color: #600699;
}
</style>
border-color css
<style>
span { border-color: #600699; }
span { border-color: rgb(96,6,153); }
td.TdClassName
{
border-color: #600699;
}
.TagClassName
{
border-color: #600699;
}
</style>