Shades of Horizon #608090
Tints of Horizon #608090
RGB
CMYK
RGB Variations
Color information
#608090 (or 0x608090) is known color: Horizon. HEX triplet: 60, 80 and 90. RGB value is (96,128,144). Sum of RGB (Red+Green+Blue) = 96+128+144=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #608090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608090 is #9F7F6F. Grayscale: #787878. Windows color (decimal): -10452848 or 9470048. OLE color: 9470048.
HSL color Cylindrical-coordinate representation of color #608090: hue angle of 200º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608090 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 128 | 144 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.44 |
| HSL | 200º | 0.2% | 0.47% | - |
| HSV(B) | 200º | 0.33% | 0.56% | - |
| XYZ | 17.58 | 19.94 | 29.31 | - |
| YUV | 120.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 144 | 0.33 | 0.11 | 0 | 0.44 | 200 | 0.2 | 0.47 |
| Hex | 60 | 80 | 90 | 21 | B | 0 | 2C | C8 | 14 | 2F |
| Octal | 140 | 200 | 220 | 41 | 13 | 0 | 54 | 310 | 24 | 57 |
| Binary | 1100000 | 10000000 | 10010000 | 100001 | 1011 | 0 | 101100 | 11001000 | 10100 | 101111 |
Color Harmonies of #608090
Complementary color
Monochromatic Colors of #608090
Black with #608090
Text Example
Text Example
White with #608090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608090; }
p { color: rgb(96,128,144); }
H1.HeaderClassName
{
color: #608090;
}
.AnyTagClassName
{
color: #608090;
}
</style>
background-color css
<style>
a { background-color: #608090; }
a { background-color: rgb(96,128,144); }
div.DivClassName
{
background-color: #608090;
}
.BgClassName
{
background-color: #608090;
}
</style>
border-color css
<style>
span { border-color: #608090; }
span { border-color: rgb(96,128,144); }
td.TdClassName
{
border-color: #608090;
}
.TagClassName
{
border-color: #608090;
}
</style>