Shades of Horizon #608894
Tints of Horizon #608894
RGB
CMYK
RGB Variations
Color information
#608894 (or 0x608894) is known color: Horizon. HEX triplet: 60, 88 and 94. RGB value is (96,136,148). Sum of RGB (Red+Green+Blue) = 96+136+148=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #608894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608894 is #9F776B. Grayscale: #7D7D7D. Windows color (decimal): -10450796 or 9734240. OLE color: 9734240.
HSL color Cylindrical-coordinate representation of color #608894: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608894 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 136 | 148 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.42 |
| HSL | 193.85º | 0.21% | 0.48% | - |
| HSV(B) | 193.85º | 0.35% | 0.58% | - |
| XYZ | 18.97 | 22.23 | 31.31 | - |
| YUV | 125.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 148 | 0.35 | 0.08 | 0 | 0.42 | 193.85 | 0.21 | 0.48 |
| Hex | 60 | 88 | 94 | 23 | 8 | 0 | 2A | C2 | 15 | 30 |
| Octal | 140 | 210 | 224 | 43 | 10 | 0 | 52 | 302 | 25 | 60 |
| Binary | 1100000 | 10001000 | 10010100 | 100011 | 1000 | 0 | 101010 | 11000010 | 10101 | 110000 |
Color Harmonies of #608894
Complementary color
Monochromatic Colors of #608894
Black with #608894
Text Example
Text Example
White with #608894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608894; }
p { color: rgb(96,136,148); }
H1.HeaderClassName
{
color: #608894;
}
.AnyTagClassName
{
color: #608894;
}
</style>
background-color css
<style>
a { background-color: #608894; }
a { background-color: rgb(96,136,148); }
div.DivClassName
{
background-color: #608894;
}
.BgClassName
{
background-color: #608894;
}
</style>
border-color css
<style>
span { border-color: #608894; }
span { border-color: rgb(96,136,148); }
td.TdClassName
{
border-color: #608894;
}
.TagClassName
{
border-color: #608894;
}
</style>