Shades of Horizon #608C97
Tints of Horizon #608C97
RGB
CMYK
RGB Variations
Color information
#608C97 (or 0x608C97) is known color: Horizon. HEX triplet: 60, 8C and 97. RGB value is (96,140,151). Sum of RGB (Red+Green+Blue) = 96+140+151=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #608C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C97 is #9F7368. Grayscale: #808080. Windows color (decimal): -10449769 or 9931872. OLE color: 9931872.
HSL color Cylindrical-coordinate representation of color #608C97: hue angle of 192º 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 #608C97 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 140 | 151 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.41 |
| HSL | 192º | 0.22% | 0.48% | - |
| HSV(B) | 192º | 0.36% | 0.59% | - |
| XYZ | 19.79 | 23.48 | 32.77 | - |
| YUV | 128.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 151 | 0.36 | 0.07 | 0 | 0.41 | 192 | 0.22 | 0.48 |
| Hex | 60 | 8C | 97 | 24 | 7 | 0 | 29 | C0 | 16 | 30 |
| Octal | 140 | 214 | 227 | 44 | 7 | 0 | 51 | 300 | 26 | 60 |
| Binary | 1100000 | 10001100 | 10010111 | 100100 | 111 | 0 | 101001 | 11000000 | 10110 | 110000 |
Color Harmonies of #608C97
Complementary color
Monochromatic Colors of #608C97
Black with #608C97
Text Example
Text Example
White with #608C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C97; }
p { color: rgb(96,140,151); }
H1.HeaderClassName
{
color: #608C97;
}
.AnyTagClassName
{
color: #608C97;
}
</style>
background-color css
<style>
a { background-color: #608C97; }
a { background-color: rgb(96,140,151); }
div.DivClassName
{
background-color: #608C97;
}
.BgClassName
{
background-color: #608C97;
}
</style>
border-color css
<style>
span { border-color: #608C97; }
span { border-color: rgb(96,140,151); }
td.TdClassName
{
border-color: #608C97;
}
.TagClassName
{
border-color: #608C97;
}
</style>