Shades of Rich Blue #60599B
Tints of Rich Blue #60599B
RGB
CMYK
RGB Variations
Color information
#60599B (or 0x60599B) is known color: Rich Blue. HEX triplet: 60, 59 and 9B. RGB value is (96,89,155). Sum of RGB (Red+Green+Blue) = 96+89+155=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #60599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60599B is #9FA664. Grayscale: #626262. Windows color (decimal): -10462821 or 10180960. OLE color: 10180960.
HSL color Cylindrical-coordinate representation of color #60599B: hue angle of 246.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60599B is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 89 | 155 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.39 |
| HSL | 246.36º | 0.27% | 0.48% | - |
| HSV(B) | 246.36º | 0.43% | 0.61% | - |
| XYZ | 14.31 | 12 | 32.57 | - |
| YUV | 98.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 155 | 0.38 | 0.43 | 0 | 0.39 | 246.36 | 0.27 | 0.48 |
| Hex | 60 | 59 | 9B | 26 | 2B | 0 | 27 | F6 | 1B | 30 |
| Octal | 140 | 131 | 233 | 46 | 53 | 0 | 47 | 366 | 33 | 60 |
| Binary | 1100000 | 1011001 | 10011011 | 100110 | 101011 | 0 | 100111 | 11110110 | 11011 | 110000 |
Color Harmonies of #60599B
Complementary color
Monochromatic Colors of #60599B
Black with #60599B
Text Example
Text Example
White with #60599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60599B; }
p { color: rgb(96,89,155); }
H1.HeaderClassName
{
color: #60599B;
}
.AnyTagClassName
{
color: #60599B;
}
</style>
background-color css
<style>
a { background-color: #60599B; }
a { background-color: rgb(96,89,155); }
div.DivClassName
{
background-color: #60599B;
}
.BgClassName
{
background-color: #60599B;
}
</style>
border-color css
<style>
span { border-color: #60599B; }
span { border-color: rgb(96,89,155); }
td.TdClassName
{
border-color: #60599B;
}
.TagClassName
{
border-color: #60599B;
}
</style>