Shades of Indigo #600899
Tints of Indigo #600899
RGB
CMYK
RGB Variations
Color information
#600899 (or 0x600899) is known color: Indigo. HEX triplet: 60, 08 and 99. RGB value is (96,8,153). Sum of RGB (Red+Green+Blue) = 96+8+153=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #600899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600899 is #9FF766. Grayscale: #323232. Windows color (decimal): -10483559 or 10029152. OLE color: 10029152.
HSL color Cylindrical-coordinate representation of color #600899: hue angle of 276.41º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600899 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 8 | 153 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.4 |
| HSL | 276.41º | 0.9% | 0.32% | - |
| HSV(B) | 276.41º | 0.95% | 0.6% | - |
| XYZ | 10.66 | 4.96 | 30.53 | - |
| YUV | 50.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 153 | 0.37 | 0.95 | 0 | 0.4 | 276.41 | 0.9 | 0.32 |
| Hex | 60 | 8 | 99 | 25 | 5F | 0 | 28 | 114 | 5A | 20 |
| Octal | 140 | 10 | 231 | 45 | 137 | 0 | 50 | 424 | 132 | 40 |
| Binary | 1100000 | 1000 | 10011001 | 100101 | 1011111 | 0 | 101000 | 100010100 | 1011010 | 100000 |
Color Harmonies of #600899
Complementary color
Monochromatic Colors of #600899
Black with #600899
Text Example
Text Example
White with #600899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600899; }
p { color: rgb(96,8,153); }
H1.HeaderClassName
{
color: #600899;
}
.AnyTagClassName
{
color: #600899;
}
</style>
background-color css
<style>
a { background-color: #600899; }
a { background-color: rgb(96,8,153); }
div.DivClassName
{
background-color: #600899;
}
.BgClassName
{
background-color: #600899;
}
</style>
border-color css
<style>
span { border-color: #600899; }
span { border-color: rgb(96,8,153); }
td.TdClassName
{
border-color: #600899;
}
.TagClassName
{
border-color: #600899;
}
</style>