Shades of Rich Blue #60539E
Tints of Rich Blue #60539E
RGB
CMYK
RGB Variations
Color information
#60539E (or 0x60539E) is known color: Rich Blue. HEX triplet: 60, 53 and 9E. RGB value is (96,83,158). Sum of RGB (Red+Green+Blue) = 96+83+158=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #60539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60539E is #9FAC61. Grayscale: #5F5F5F. Windows color (decimal): -10464354 or 10376032. OLE color: 10376032.
HSL color Cylindrical-coordinate representation of color #60539E: hue angle of 250.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60539E is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 83 | 158 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.38 |
| HSL | 250.4º | 0.31% | 0.47% | - |
| HSV(B) | 250.4º | 0.47% | 0.62% | - |
| XYZ | 14.09 | 11.14 | 33.76 | - |
| YUV | 95.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 158 | 0.39 | 0.47 | 0 | 0.38 | 250.4 | 0.31 | 0.47 |
| Hex | 60 | 53 | 9E | 27 | 2F | 0 | 26 | FA | 1F | 2F |
| Octal | 140 | 123 | 236 | 47 | 57 | 0 | 46 | 372 | 37 | 57 |
| Binary | 1100000 | 1010011 | 10011110 | 100111 | 101111 | 0 | 100110 | 11111010 | 11111 | 101111 |
Color Harmonies of #60539E
Complementary color
Monochromatic Colors of #60539E
Black with #60539E
Text Example
Text Example
White with #60539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60539E; }
p { color: rgb(96,83,158); }
H1.HeaderClassName
{
color: #60539E;
}
.AnyTagClassName
{
color: #60539E;
}
</style>
background-color css
<style>
a { background-color: #60539E; }
a { background-color: rgb(96,83,158); }
div.DivClassName
{
background-color: #60539E;
}
.BgClassName
{
background-color: #60539E;
}
</style>
border-color css
<style>
span { border-color: #60539E; }
span { border-color: rgb(96,83,158); }
td.TdClassName
{
border-color: #60539E;
}
.TagClassName
{
border-color: #60539E;
}
</style>