Shades of Horizon #60859A
Tints of Horizon #60859A
RGB
CMYK
RGB Variations
Color information
#60859A (or 0x60859A) is known color: Horizon. HEX triplet: 60, 85 and 9A. RGB value is (96,133,154). Sum of RGB (Red+Green+Blue) = 96+133+154=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #60859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60859A is #9F7A65. Grayscale: #7C7C7C. Windows color (decimal): -10451558 or 10126688. OLE color: 10126688.
HSL color Cylindrical-coordinate representation of color #60859A: hue angle of 201.72º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60859A is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 133 | 154 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.40 |
| HSL | 201.72º | 0.23% | 0.49% | - |
| HSV(B) | 201.72º | 0.38% | 0.6% | - |
| XYZ | 19.04 | 21.59 | 33.74 | - |
| YUV | 124.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 154 | 0.38 | 0.14 | 0 | 0.40 | 201.72 | 0.23 | 0.49 |
| Hex | 60 | 85 | 9A | 26 | E | 0 | 28 | CA | 17 | 31 |
| Octal | 140 | 205 | 232 | 46 | 16 | 0 | 50 | 312 | 27 | 61 |
| Binary | 1100000 | 10000101 | 10011010 | 100110 | 1110 | 0 | 101000 | 11001010 | 10111 | 110001 |
Color Harmonies of #60859A
Complementary color
Monochromatic Colors of #60859A
Black with #60859A
Text Example
Text Example
White with #60859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60859A; }
p { color: rgb(96,133,154); }
H1.HeaderClassName
{
color: #60859A;
}
.AnyTagClassName
{
color: #60859A;
}
</style>
background-color css
<style>
a { background-color: #60859A; }
a { background-color: rgb(96,133,154); }
div.DivClassName
{
background-color: #60859A;
}
.BgClassName
{
background-color: #60859A;
}
</style>
border-color css
<style>
span { border-color: #60859A; }
span { border-color: rgb(96,133,154); }
td.TdClassName
{
border-color: #60859A;
}
.TagClassName
{
border-color: #60859A;
}
</style>