Shades of Horizon #60849A
Tints of Horizon #60849A
RGB
CMYK
RGB Variations
Color information
#60849A (or 0x60849A) is known color: Horizon. HEX triplet: 60, 84 and 9A. RGB value is (96,132,154). Sum of RGB (Red+Green+Blue) = 96+132+154=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #60849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60849A is #9F7B65. Grayscale: #7B7B7B. Windows color (decimal): -10451814 or 10126432. OLE color: 10126432.
HSL color Cylindrical-coordinate representation of color #60849A: hue angle of 202.76º 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 #60849A is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 132 | 154 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.40 |
| HSL | 202.76º | 0.23% | 0.49% | - |
| HSV(B) | 202.76º | 0.38% | 0.6% | - |
| XYZ | 18.91 | 21.32 | 33.69 | - |
| YUV | 123.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 154 | 0.38 | 0.14 | 0 | 0.40 | 202.76 | 0.23 | 0.49 |
| Hex | 60 | 84 | 9A | 26 | E | 0 | 28 | CB | 17 | 31 |
| Octal | 140 | 204 | 232 | 46 | 16 | 0 | 50 | 313 | 27 | 61 |
| Binary | 1100000 | 10000100 | 10011010 | 100110 | 1110 | 0 | 101000 | 11001011 | 10111 | 110001 |
Color Harmonies of #60849A
Complementary color
Monochromatic Colors of #60849A
Black with #60849A
Text Example
Text Example
White with #60849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60849A; }
p { color: rgb(96,132,154); }
H1.HeaderClassName
{
color: #60849A;
}
.AnyTagClassName
{
color: #60849A;
}
</style>
background-color css
<style>
a { background-color: #60849A; }
a { background-color: rgb(96,132,154); }
div.DivClassName
{
background-color: #60849A;
}
.BgClassName
{
background-color: #60849A;
}
</style>
border-color css
<style>
span { border-color: #60849A; }
span { border-color: rgb(96,132,154); }
td.TdClassName
{
border-color: #60849A;
}
.TagClassName
{
border-color: #60849A;
}
</style>