Shades of Horizon #60919C
Tints of Horizon #60919C
RGB
CMYK
RGB Variations
Color information
#60919C (or 0x60919C) is known color: Horizon. HEX triplet: 60, 91 and 9C. RGB value is (96,145,156). Sum of RGB (Red+Green+Blue) = 96+145+156=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #60919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60919C is #9F6E63. Grayscale: #838383. Windows color (decimal): -10448484 or 10260832. OLE color: 10260832.
HSL color Cylindrical-coordinate representation of color #60919C: hue angle of 191º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60919C is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 145 | 156 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.39 |
| HSL | 191º | 0.24% | 0.49% | - |
| HSV(B) | 191º | 0.38% | 0.61% | - |
| XYZ | 20.95 | 25.14 | 35.2 | - |
| YUV | 131.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 156 | 0.38 | 0.07 | 0 | 0.39 | 191 | 0.24 | 0.49 |
| Hex | 60 | 91 | 9C | 26 | 7 | 0 | 27 | BF | 18 | 31 |
| Octal | 140 | 221 | 234 | 46 | 7 | 0 | 47 | 277 | 30 | 61 |
| Binary | 1100000 | 10010001 | 10011100 | 100110 | 111 | 0 | 100111 | 10111111 | 11000 | 110001 |
Color Harmonies of #60919C
Complementary color
Monochromatic Colors of #60919C
Black with #60919C
Text Example
Text Example
White with #60919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60919C; }
p { color: rgb(96,145,156); }
H1.HeaderClassName
{
color: #60919C;
}
.AnyTagClassName
{
color: #60919C;
}
</style>
background-color css
<style>
a { background-color: #60919C; }
a { background-color: rgb(96,145,156); }
div.DivClassName
{
background-color: #60919C;
}
.BgClassName
{
background-color: #60919C;
}
</style>
border-color css
<style>
span { border-color: #60919C; }
span { border-color: rgb(96,145,156); }
td.TdClassName
{
border-color: #60919C;
}
.TagClassName
{
border-color: #60919C;
}
</style>