Shades of Indigo #600689
Tints of Indigo #600689
RGB
CMYK
RGB Variations
Color information
#600689 (or 0x600689) is known color: Indigo. HEX triplet: 60, 06 and 89. RGB value is (96,6,137). Sum of RGB (Red+Green+Blue) = 96+6+137=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #600689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600689 is #9FF976. Grayscale: #2F2F2F. Windows color (decimal): -10484087 or 8980064. OLE color: 8980064.
HSL color Cylindrical-coordinate representation of color #600689: hue angle of 281.22º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600689 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 6 | 137 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.46 |
| HSL | 281.22º | 0.92% | 0.28% | - |
| HSV(B) | 281.22º | 0.96% | 0.54% | - |
| XYZ | 9.4 | 4.42 | 24.03 | - |
| YUV | 47.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 137 | 0.30 | 0.96 | 0 | 0.46 | 281.22 | 0.92 | 0.28 |
| Hex | 60 | 6 | 89 | 1E | 60 | 0 | 2E | 119 | 5C | 1C |
| Octal | 140 | 6 | 211 | 36 | 140 | 0 | 56 | 431 | 134 | 34 |
| Binary | 1100000 | 110 | 10001001 | 11110 | 1100000 | 0 | 101110 | 100011001 | 1011100 | 11100 |
Color Harmonies of #600689
Complementary color
Monochromatic Colors of #600689
Black with #600689
Text Example
Text Example
White with #600689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600689; }
p { color: rgb(96,6,137); }
H1.HeaderClassName
{
color: #600689;
}
.AnyTagClassName
{
color: #600689;
}
</style>
background-color css
<style>
a { background-color: #600689; }
a { background-color: rgb(96,6,137); }
div.DivClassName
{
background-color: #600689;
}
.BgClassName
{
background-color: #600689;
}
</style>
border-color css
<style>
span { border-color: #600689; }
span { border-color: rgb(96,6,137); }
td.TdClassName
{
border-color: #600689;
}
.TagClassName
{
border-color: #600689;
}
</style>