Shades of Horizon #608D9F
Tints of Horizon #608D9F
RGB
CMYK
RGB Variations
Color information
#608D9F (or 0x608D9F) is known color: Horizon. HEX triplet: 60, 8D and 9F. RGB value is (96,141,159). Sum of RGB (Red+Green+Blue) = 96+141+159=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #608D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D9F is #9F7260. Grayscale: #818181. Windows color (decimal): -10449505 or 10456416. OLE color: 10456416.
HSL color Cylindrical-coordinate representation of color #608D9F: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608D9F is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 141 | 159 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.38 |
| HSL | 197.14º | 0.25% | 0.5% | - |
| HSV(B) | 197.14º | 0.4% | 0.62% | - |
| XYZ | 20.61 | 24.04 | 36.35 | - |
| YUV | 129.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 159 | 0.40 | 0.11 | 0 | 0.38 | 197.14 | 0.25 | 0.5 |
| Hex | 60 | 8D | 9F | 28 | B | 0 | 26 | C5 | 19 | 32 |
| Octal | 140 | 215 | 237 | 50 | 13 | 0 | 46 | 305 | 31 | 62 |
| Binary | 1100000 | 10001101 | 10011111 | 101000 | 1011 | 0 | 100110 | 11000101 | 11001 | 110010 |
Color Harmonies of #608D9F
Complementary color
Monochromatic Colors of #608D9F
Black with #608D9F
Text Example
Text Example
White with #608D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D9F; }
p { color: rgb(96,141,159); }
H1.HeaderClassName
{
color: #608D9F;
}
.AnyTagClassName
{
color: #608D9F;
}
</style>
background-color css
<style>
a { background-color: #608D9F; }
a { background-color: rgb(96,141,159); }
div.DivClassName
{
background-color: #608D9F;
}
.BgClassName
{
background-color: #608D9F;
}
</style>
border-color css
<style>
span { border-color: #608D9F; }
span { border-color: rgb(96,141,159); }
td.TdClassName
{
border-color: #608D9F;
}
.TagClassName
{
border-color: #608D9F;
}
</style>