Shades of Rich Blue #60579C
Tints of Rich Blue #60579C
RGB
CMYK
RGB Variations
Color information
#60579C (or 0x60579C) is known color: Rich Blue. HEX triplet: 60, 57 and 9C. RGB value is (96,87,156). Sum of RGB (Red+Green+Blue) = 96+87+156=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #60579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60579C is #9FA863. Grayscale: #616161. Windows color (decimal): -10463332 or 10245984. OLE color: 10245984.
HSL color Cylindrical-coordinate representation of color #60579C: hue angle of 247.83º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60579C is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 87 | 156 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.39 |
| HSL | 247.83º | 0.28% | 0.48% | - |
| HSV(B) | 247.83º | 0.44% | 0.61% | - |
| XYZ | 14.23 | 11.7 | 32.96 | - |
| YUV | 97.56 | 160.98 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 156 | 0.38 | 0.44 | 0 | 0.39 | 247.83 | 0.28 | 0.48 |
| Hex | 60 | 57 | 9C | 26 | 2C | 0 | 27 | F8 | 1C | 30 |
| Octal | 140 | 127 | 234 | 46 | 54 | 0 | 47 | 370 | 34 | 60 |
| Binary | 1100000 | 1010111 | 10011100 | 100110 | 101100 | 0 | 100111 | 11111000 | 11100 | 110000 |
Color Harmonies of #60579C
Complementary color
Monochromatic Colors of #60579C
Black with #60579C
Text Example
Text Example
White with #60579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60579C; }
p { color: rgb(96,87,156); }
H1.HeaderClassName
{
color: #60579C;
}
.AnyTagClassName
{
color: #60579C;
}
</style>
background-color css
<style>
a { background-color: #60579C; }
a { background-color: rgb(96,87,156); }
div.DivClassName
{
background-color: #60579C;
}
.BgClassName
{
background-color: #60579C;
}
</style>
border-color css
<style>
span { border-color: #60579C; }
span { border-color: rgb(96,87,156); }
td.TdClassName
{
border-color: #60579C;
}
.TagClassName
{
border-color: #60579C;
}
</style>