Shades of Horizon #60889A
Tints of Horizon #60889A
RGB
CMYK
RGB Variations
Color information
#60889A (or 0x60889A) is known color: Horizon. HEX triplet: 60, 88 and 9A. RGB value is (96,136,154). Sum of RGB (Red+Green+Blue) = 96+136+154=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #60889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60889A is #9F7765. Grayscale: #7D7D7D. Windows color (decimal): -10450790 or 10127456. OLE color: 10127456.
HSL color Cylindrical-coordinate representation of color #60889A: hue angle of 198.62º 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 #60889A is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 136 | 154 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.40 |
| HSL | 198.62º | 0.23% | 0.49% | - |
| HSV(B) | 198.62º | 0.38% | 0.6% | - |
| XYZ | 19.46 | 22.43 | 33.88 | - |
| YUV | 126.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 154 | 0.38 | 0.12 | 0 | 0.40 | 198.62 | 0.23 | 0.49 |
| Hex | 60 | 88 | 9A | 26 | C | 0 | 28 | C7 | 17 | 31 |
| Octal | 140 | 210 | 232 | 46 | 14 | 0 | 50 | 307 | 27 | 61 |
| Binary | 1100000 | 10001000 | 10011010 | 100110 | 1100 | 0 | 101000 | 11000111 | 10111 | 110001 |
Color Harmonies of #60889A
Complementary color
Monochromatic Colors of #60889A
Black with #60889A
Text Example
Text Example
White with #60889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60889A; }
p { color: rgb(96,136,154); }
H1.HeaderClassName
{
color: #60889A;
}
.AnyTagClassName
{
color: #60889A;
}
</style>
background-color css
<style>
a { background-color: #60889A; }
a { background-color: rgb(96,136,154); }
div.DivClassName
{
background-color: #60889A;
}
.BgClassName
{
background-color: #60889A;
}
</style>
border-color css
<style>
span { border-color: #60889A; }
span { border-color: rgb(96,136,154); }
td.TdClassName
{
border-color: #60889A;
}
.TagClassName
{
border-color: #60889A;
}
</style>