Shades of Rich Blue #60589D
Tints of Rich Blue #60589D
RGB
CMYK
RGB Variations
Color information
#60589D (or 0x60589D) is known color: Rich Blue. HEX triplet: 60, 58 and 9D. RGB value is (96,88,157). Sum of RGB (Red+Green+Blue) = 96+88+157=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #60589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60589D is #9FA762. Grayscale: #616161. Windows color (decimal): -10463075 or 10311776. OLE color: 10311776.
HSL color Cylindrical-coordinate representation of color #60589D: hue angle of 246.96º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60589D is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 88 | 157 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.38 |
| HSL | 246.96º | 0.28% | 0.48% | - |
| HSV(B) | 246.96º | 0.44% | 0.62% | - |
| XYZ | 14.4 | 11.9 | 33.44 | - |
| YUV | 98.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 157 | 0.39 | 0.44 | 0 | 0.38 | 246.96 | 0.28 | 0.48 |
| Hex | 60 | 58 | 9D | 27 | 2C | 0 | 26 | F7 | 1C | 30 |
| Octal | 140 | 130 | 235 | 47 | 54 | 0 | 46 | 367 | 34 | 60 |
| Binary | 1100000 | 1011000 | 10011101 | 100111 | 101100 | 0 | 100110 | 11110111 | 11100 | 110000 |
Color Harmonies of #60589D
Complementary color
Monochromatic Colors of #60589D
Black with #60589D
Text Example
Text Example
White with #60589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60589D; }
p { color: rgb(96,88,157); }
H1.HeaderClassName
{
color: #60589D;
}
.AnyTagClassName
{
color: #60589D;
}
</style>
background-color css
<style>
a { background-color: #60589D; }
a { background-color: rgb(96,88,157); }
div.DivClassName
{
background-color: #60589D;
}
.BgClassName
{
background-color: #60589D;
}
</style>
border-color css
<style>
span { border-color: #60589D; }
span { border-color: rgb(96,88,157); }
td.TdClassName
{
border-color: #60589D;
}
.TagClassName
{
border-color: #60589D;
}
</style>