Shades of Horizon #608899
Tints of Horizon #608899
RGB
CMYK
RGB Variations
Color information
#608899 (or 0x608899) is known color: Horizon. HEX triplet: 60, 88 and 99. RGB value is (96,136,153). Sum of RGB (Red+Green+Blue) = 96+136+153=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #608899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608899 is #9F7766. Grayscale: #7D7D7D. Windows color (decimal): -10450791 or 10061920. OLE color: 10061920.
HSL color Cylindrical-coordinate representation of color #608899: hue angle of 197.89º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #608899 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 136 | 153 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.4 |
| HSL | 197.89º | 0.23% | 0.49% | - |
| HSV(B) | 197.89º | 0.37% | 0.6% | - |
| XYZ | 19.38 | 22.4 | 33.44 | - |
| YUV | 125.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 153 | 0.37 | 0.11 | 0 | 0.4 | 197.89 | 0.23 | 0.49 |
| Hex | 60 | 88 | 99 | 25 | B | 0 | 28 | C6 | 17 | 31 |
| Octal | 140 | 210 | 231 | 45 | 13 | 0 | 50 | 306 | 27 | 61 |
| Binary | 1100000 | 10001000 | 10011001 | 100101 | 1011 | 0 | 101000 | 11000110 | 10111 | 110001 |
Color Harmonies of #608899
Complementary color
Monochromatic Colors of #608899
Black with #608899
Text Example
Text Example
White with #608899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608899; }
p { color: rgb(96,136,153); }
H1.HeaderClassName
{
color: #608899;
}
.AnyTagClassName
{
color: #608899;
}
</style>
background-color css
<style>
a { background-color: #608899; }
a { background-color: rgb(96,136,153); }
div.DivClassName
{
background-color: #608899;
}
.BgClassName
{
background-color: #608899;
}
</style>
border-color css
<style>
span { border-color: #608899; }
span { border-color: rgb(96,136,153); }
td.TdClassName
{
border-color: #608899;
}
.TagClassName
{
border-color: #608899;
}
</style>