Shades of Horizon #60939E
Tints of Horizon #60939E
RGB
CMYK
RGB Variations
Color information
#60939E (or 0x60939E) is known color: Horizon. HEX triplet: 60, 93 and 9E. RGB value is (96,147,158). Sum of RGB (Red+Green+Blue) = 96+147+158=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #60939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60939E is #9F6C61. Grayscale: #848484. Windows color (decimal): -10447970 or 10392416. OLE color: 10392416.
HSL color Cylindrical-coordinate representation of color #60939E: hue angle of 190.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60939E is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 147 | 158 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.38 |
| HSL | 190.65º | 0.24% | 0.5% | - |
| HSV(B) | 190.65º | 0.39% | 0.62% | - |
| XYZ | 21.43 | 25.82 | 36.2 | - |
| YUV | 133.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 158 | 0.39 | 0.07 | 0 | 0.38 | 190.65 | 0.24 | 0.5 |
| Hex | 60 | 93 | 9E | 27 | 7 | 0 | 26 | BF | 18 | 32 |
| Octal | 140 | 223 | 236 | 47 | 7 | 0 | 46 | 277 | 30 | 62 |
| Binary | 1100000 | 10010011 | 10011110 | 100111 | 111 | 0 | 100110 | 10111111 | 11000 | 110010 |
Color Harmonies of #60939E
Complementary color
Monochromatic Colors of #60939E
Black with #60939E
Text Example
Text Example
White with #60939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60939E; }
p { color: rgb(96,147,158); }
H1.HeaderClassName
{
color: #60939E;
}
.AnyTagClassName
{
color: #60939E;
}
</style>
background-color css
<style>
a { background-color: #60939E; }
a { background-color: rgb(96,147,158); }
div.DivClassName
{
background-color: #60939E;
}
.BgClassName
{
background-color: #60939E;
}
</style>
border-color css
<style>
span { border-color: #60939E; }
span { border-color: rgb(96,147,158); }
td.TdClassName
{
border-color: #60939E;
}
.TagClassName
{
border-color: #60939E;
}
</style>