Shades of Horizon #60919D
Tints of Horizon #60919D
RGB
CMYK
RGB Variations
Color information
#60919D (or 0x60919D) is known color: Horizon. HEX triplet: 60, 91 and 9D. RGB value is (96,145,157). Sum of RGB (Red+Green+Blue) = 96+145+157=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #60919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60919D is #9F6E62. Grayscale: #838383. Windows color (decimal): -10448483 or 10326368. OLE color: 10326368.
HSL color Cylindrical-coordinate representation of color #60919D: hue angle of 191.8º 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 #60919D is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 145 | 157 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.38 |
| HSL | 191.8º | 0.24% | 0.5% | - |
| HSV(B) | 191.8º | 0.39% | 0.62% | - |
| XYZ | 21.04 | 25.17 | 35.65 | - |
| YUV | 131.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 157 | 0.39 | 0.08 | 0 | 0.38 | 191.8 | 0.24 | 0.5 |
| Hex | 60 | 91 | 9D | 27 | 8 | 0 | 26 | C0 | 18 | 32 |
| Octal | 140 | 221 | 235 | 47 | 10 | 0 | 46 | 300 | 30 | 62 |
| Binary | 1100000 | 10010001 | 10011101 | 100111 | 1000 | 0 | 100110 | 11000000 | 11000 | 110010 |
Color Harmonies of #60919D
Complementary color
Monochromatic Colors of #60919D
Black with #60919D
Text Example
Text Example
White with #60919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60919D; }
p { color: rgb(96,145,157); }
H1.HeaderClassName
{
color: #60919D;
}
.AnyTagClassName
{
color: #60919D;
}
</style>
background-color css
<style>
a { background-color: #60919D; }
a { background-color: rgb(96,145,157); }
div.DivClassName
{
background-color: #60919D;
}
.BgClassName
{
background-color: #60919D;
}
</style>
border-color css
<style>
span { border-color: #60919D; }
span { border-color: rgb(96,145,157); }
td.TdClassName
{
border-color: #60919D;
}
.TagClassName
{
border-color: #60919D;
}
</style>