Shades of Horizon #608893
Tints of Horizon #608893
RGB
CMYK
RGB Variations
Color information
#608893 (or 0x608893) is known color: Horizon. HEX triplet: 60, 88 and 93. RGB value is (96,136,147). Sum of RGB (Red+Green+Blue) = 96+136+147=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #608893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608893 is #9F776C. Grayscale: #7D7D7D. Windows color (decimal): -10450797 or 9668704. OLE color: 9668704.
HSL color Cylindrical-coordinate representation of color #608893: hue angle of 192.94º 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 #608893 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 136 | 147 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.42 |
| HSL | 192.94º | 0.21% | 0.48% | - |
| HSV(B) | 192.94º | 0.35% | 0.58% | - |
| XYZ | 18.89 | 22.2 | 30.89 | - |
| YUV | 125.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 147 | 0.35 | 0.07 | 0 | 0.42 | 192.94 | 0.21 | 0.48 |
| Hex | 60 | 88 | 93 | 23 | 7 | 0 | 2A | C1 | 15 | 30 |
| Octal | 140 | 210 | 223 | 43 | 7 | 0 | 52 | 301 | 25 | 60 |
| Binary | 1100000 | 10001000 | 10010011 | 100011 | 111 | 0 | 101010 | 11000001 | 10101 | 110000 |
Color Harmonies of #608893
Complementary color
Monochromatic Colors of #608893
Black with #608893
Text Example
Text Example
White with #608893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608893; }
p { color: rgb(96,136,147); }
H1.HeaderClassName
{
color: #608893;
}
.AnyTagClassName
{
color: #608893;
}
</style>
background-color css
<style>
a { background-color: #608893; }
a { background-color: rgb(96,136,147); }
div.DivClassName
{
background-color: #608893;
}
.BgClassName
{
background-color: #608893;
}
</style>
border-color css
<style>
span { border-color: #608893; }
span { border-color: rgb(96,136,147); }
td.TdClassName
{
border-color: #608893;
}
.TagClassName
{
border-color: #608893;
}
</style>