Shades of Horizon #60848F
Tints of Horizon #60848F
RGB
CMYK
RGB Variations
Color information
#60848F (or 0x60848F) is known color: Horizon. HEX triplet: 60, 84 and 8F. RGB value is (96,132,143). Sum of RGB (Red+Green+Blue) = 96+132+143=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #60848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60848F is #9F7B70. Grayscale: #7A7A7A. Windows color (decimal): -10451825 or 9405536. OLE color: 9405536.
HSL color Cylindrical-coordinate representation of color #60848F: hue angle of 194.04º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60848F is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 132 | 143 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.44 |
| HSL | 194.04º | 0.2% | 0.47% | - |
| HSV(B) | 194.04º | 0.33% | 0.56% | - |
| XYZ | 18.03 | 20.97 | 29.08 | - |
| YUV | 122.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 143 | 0.33 | 0.08 | 0 | 0.44 | 194.04 | 0.2 | 0.47 |
| Hex | 60 | 84 | 8F | 21 | 8 | 0 | 2C | C2 | 14 | 2F |
| Octal | 140 | 204 | 217 | 41 | 10 | 0 | 54 | 302 | 24 | 57 |
| Binary | 1100000 | 10000100 | 10001111 | 100001 | 1000 | 0 | 101100 | 11000010 | 10100 | 101111 |
Color Harmonies of #60848F
Complementary color
Monochromatic Colors of #60848F
Black with #60848F
Text Example
Text Example
White with #60848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60848F; }
p { color: rgb(96,132,143); }
H1.HeaderClassName
{
color: #60848F;
}
.AnyTagClassName
{
color: #60848F;
}
</style>
background-color css
<style>
a { background-color: #60848F; }
a { background-color: rgb(96,132,143); }
div.DivClassName
{
background-color: #60848F;
}
.BgClassName
{
background-color: #60848F;
}
</style>
border-color css
<style>
span { border-color: #60848F; }
span { border-color: rgb(96,132,143); }
td.TdClassName
{
border-color: #60848F;
}
.TagClassName
{
border-color: #60848F;
}
</style>