Shades of Horizon #60909D
Tints of Horizon #60909D
RGB
CMYK
RGB Variations
Color information
#60909D (or 0x60909D) is known color: Horizon. HEX triplet: 60, 90 and 9D. RGB value is (96,144,157). Sum of RGB (Red+Green+Blue) = 96+144+157=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #60909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60909D is #9F6F62. Grayscale: #838383. Windows color (decimal): -10448739 or 10326112. OLE color: 10326112.
HSL color Cylindrical-coordinate representation of color #60909D: hue angle of 192.79º 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 #60909D is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 144 | 157 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.38 |
| HSL | 192.79º | 0.24% | 0.5% | - |
| HSV(B) | 192.79º | 0.39% | 0.62% | - |
| XYZ | 20.88 | 24.87 | 35.6 | - |
| YUV | 131.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 157 | 0.39 | 0.08 | 0 | 0.38 | 192.79 | 0.24 | 0.5 |
| Hex | 60 | 90 | 9D | 27 | 8 | 0 | 26 | C1 | 18 | 32 |
| Octal | 140 | 220 | 235 | 47 | 10 | 0 | 46 | 301 | 30 | 62 |
| Binary | 1100000 | 10010000 | 10011101 | 100111 | 1000 | 0 | 100110 | 11000001 | 11000 | 110010 |
Color Harmonies of #60909D
Complementary color
Monochromatic Colors of #60909D
Black with #60909D
Text Example
Text Example
White with #60909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60909D; }
p { color: rgb(96,144,157); }
H1.HeaderClassName
{
color: #60909D;
}
.AnyTagClassName
{
color: #60909D;
}
</style>
background-color css
<style>
a { background-color: #60909D; }
a { background-color: rgb(96,144,157); }
div.DivClassName
{
background-color: #60909D;
}
.BgClassName
{
background-color: #60909D;
}
</style>
border-color css
<style>
span { border-color: #60909D; }
span { border-color: rgb(96,144,157); }
td.TdClassName
{
border-color: #60909D;
}
.TagClassName
{
border-color: #60909D;
}
</style>