Shades of Rich Blue #60609E
Tints of Rich Blue #60609E
RGB
CMYK
RGB Variations
Color information
#60609E (or 0x60609E) is known color: Rich Blue. HEX triplet: 60, 60 and 9E. RGB value is (96,96,158). Sum of RGB (Red+Green+Blue) = 96+96+158=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #60609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60609E is #9F9F61. Grayscale: #666666. Windows color (decimal): -10461026 or 10379360. OLE color: 10379360.
HSL color Cylindrical-coordinate representation of color #60609E: hue angle of 240º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60609E is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 96 | 158 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.38 |
| HSL | 240º | 0.24% | 0.5% | - |
| HSV(B) | 240º | 0.39% | 0.62% | - |
| XYZ | 15.18 | 13.32 | 34.12 | - |
| YUV | 103.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 158 | 0.39 | 0.39 | 0 | 0.38 | 240 | 0.24 | 0.5 |
| Hex | 60 | 60 | 9E | 27 | 27 | 0 | 26 | F0 | 18 | 32 |
| Octal | 140 | 140 | 236 | 47 | 47 | 0 | 46 | 360 | 30 | 62 |
| Binary | 1100000 | 1100000 | 10011110 | 100111 | 100111 | 0 | 100110 | 11110000 | 11000 | 110010 |
Color Harmonies of #60609E
Complementary color
Monochromatic Colors of #60609E
Black with #60609E
Text Example
Text Example
White with #60609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60609E; }
p { color: rgb(96,96,158); }
H1.HeaderClassName
{
color: #60609E;
}
.AnyTagClassName
{
color: #60609E;
}
</style>
background-color css
<style>
a { background-color: #60609E; }
a { background-color: rgb(96,96,158); }
div.DivClassName
{
background-color: #60609E;
}
.BgClassName
{
background-color: #60609E;
}
</style>
border-color css
<style>
span { border-color: #60609E; }
span { border-color: rgb(96,96,158); }
td.TdClassName
{
border-color: #60609E;
}
.TagClassName
{
border-color: #60609E;
}
</style>