Shades of Horizon #608292
Tints of Horizon #608292
RGB
CMYK
RGB Variations
Color information
#608292 (or 0x608292) is known color: Horizon. HEX triplet: 60, 82 and 92. RGB value is (96,130,146). Sum of RGB (Red+Green+Blue) = 96+130+146=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #608292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608292 is #9F7D6D. Grayscale: #797979. Windows color (decimal): -10452334 or 9601632. OLE color: 9601632.
HSL color Cylindrical-coordinate representation of color #608292: hue angle of 199.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608292 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 130 | 146 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.43 |
| HSL | 199.2º | 0.21% | 0.47% | - |
| HSV(B) | 199.2º | 0.34% | 0.57% | - |
| XYZ | 17.99 | 20.53 | 30.21 | - |
| YUV | 121.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 146 | 0.34 | 0.11 | 0 | 0.43 | 199.2 | 0.21 | 0.47 |
| Hex | 60 | 82 | 92 | 22 | B | 0 | 2B | C7 | 15 | 2F |
| Octal | 140 | 202 | 222 | 42 | 13 | 0 | 53 | 307 | 25 | 57 |
| Binary | 1100000 | 10000010 | 10010010 | 100010 | 1011 | 0 | 101011 | 11000111 | 10101 | 101111 |
Color Harmonies of #608292
Complementary color
Monochromatic Colors of #608292
Black with #608292
Text Example
Text Example
White with #608292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608292; }
p { color: rgb(96,130,146); }
H1.HeaderClassName
{
color: #608292;
}
.AnyTagClassName
{
color: #608292;
}
</style>
background-color css
<style>
a { background-color: #608292; }
a { background-color: rgb(96,130,146); }
div.DivClassName
{
background-color: #608292;
}
.BgClassName
{
background-color: #608292;
}
</style>
border-color css
<style>
span { border-color: #608292; }
span { border-color: rgb(96,130,146); }
td.TdClassName
{
border-color: #608292;
}
.TagClassName
{
border-color: #608292;
}
</style>