Shades of Horizon #608A96
Tints of Horizon #608A96
RGB
CMYK
RGB Variations
Color information
#608A96 (or 0x608A96) is known color: Horizon. HEX triplet: 60, 8A and 96. RGB value is (96,138,150). Sum of RGB (Red+Green+Blue) = 96+138+150=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #608A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A96 is #9F7569. Grayscale: #7E7E7E. Windows color (decimal): -10450282 or 9865824. OLE color: 9865824.
HSL color Cylindrical-coordinate representation of color #608A96: hue angle of 193.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #608A96 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 138 | 150 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.41 |
| HSL | 193.33º | 0.22% | 0.48% | - |
| HSV(B) | 193.33º | 0.36% | 0.59% | - |
| XYZ | 19.42 | 22.87 | 32.24 | - |
| YUV | 126.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 150 | 0.36 | 0.08 | 0 | 0.41 | 193.33 | 0.22 | 0.48 |
| Hex | 60 | 8A | 96 | 24 | 8 | 0 | 29 | C1 | 16 | 30 |
| Octal | 140 | 212 | 226 | 44 | 10 | 0 | 51 | 301 | 26 | 60 |
| Binary | 1100000 | 10001010 | 10010110 | 100100 | 1000 | 0 | 101001 | 11000001 | 10110 | 110000 |
Color Harmonies of #608A96
Complementary color
Monochromatic Colors of #608A96
Black with #608A96
Text Example
Text Example
White with #608A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A96; }
p { color: rgb(96,138,150); }
H1.HeaderClassName
{
color: #608A96;
}
.AnyTagClassName
{
color: #608A96;
}
</style>
background-color css
<style>
a { background-color: #608A96; }
a { background-color: rgb(96,138,150); }
div.DivClassName
{
background-color: #608A96;
}
.BgClassName
{
background-color: #608A96;
}
</style>
border-color css
<style>
span { border-color: #608A96; }
span { border-color: rgb(96,138,150); }
td.TdClassName
{
border-color: #608A96;
}
.TagClassName
{
border-color: #608A96;
}
</style>