Shades of Rich Blue #60599F
Tints of Rich Blue #60599F
RGB
CMYK
RGB Variations
Color information
#60599F (or 0x60599F) is known color: Rich Blue. HEX triplet: 60, 59 and 9F. RGB value is (96,89,159). Sum of RGB (Red+Green+Blue) = 96+89+159=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #60599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60599F is #9FA660. Grayscale: #626262. Windows color (decimal): -10462817 or 10443104. OLE color: 10443104.
HSL color Cylindrical-coordinate representation of color #60599F: hue angle of 246º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60599F is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 89 | 159 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.38 |
| HSL | 246º | 0.28% | 0.49% | - |
| HSV(B) | 246º | 0.44% | 0.62% | - |
| XYZ | 14.65 | 12.13 | 34.37 | - |
| YUV | 99.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 159 | 0.40 | 0.44 | 0 | 0.38 | 246 | 0.28 | 0.49 |
| Hex | 60 | 59 | 9F | 28 | 2C | 0 | 26 | F6 | 1C | 31 |
| Octal | 140 | 131 | 237 | 50 | 54 | 0 | 46 | 366 | 34 | 61 |
| Binary | 1100000 | 1011001 | 10011111 | 101000 | 101100 | 0 | 100110 | 11110110 | 11100 | 110001 |
Color Harmonies of #60599F
Complementary color
Monochromatic Colors of #60599F
Black with #60599F
Text Example
Text Example
White with #60599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60599F; }
p { color: rgb(96,89,159); }
H1.HeaderClassName
{
color: #60599F;
}
.AnyTagClassName
{
color: #60599F;
}
</style>
background-color css
<style>
a { background-color: #60599F; }
a { background-color: rgb(96,89,159); }
div.DivClassName
{
background-color: #60599F;
}
.BgClassName
{
background-color: #60599F;
}
</style>
border-color css
<style>
span { border-color: #60599F; }
span { border-color: rgb(96,89,159); }
td.TdClassName
{
border-color: #60599F;
}
.TagClassName
{
border-color: #60599F;
}
</style>