Shades of Horizon #60838D
Tints of Horizon #60838D
RGB
CMYK
RGB Variations
Color information
#60838D (or 0x60838D) is known color: Horizon. HEX triplet: 60, 83 and 8D. RGB value is (96,131,141). Sum of RGB (Red+Green+Blue) = 96+131+141=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #60838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60838D is #9F7C72. Grayscale: #797979. Windows color (decimal): -10452083 or 9274208. OLE color: 9274208.
HSL color Cylindrical-coordinate representation of color #60838D: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60838D is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 131 | 141 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.45 |
| HSL | 193.33º | 0.19% | 0.46% | - |
| HSV(B) | 193.33º | 0.32% | 0.55% | - |
| XYZ | 17.75 | 20.64 | 28.25 | - |
| YUV | 121.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 141 | 0.32 | 0.07 | 0 | 0.45 | 193.33 | 0.19 | 0.46 |
| Hex | 60 | 83 | 8D | 20 | 7 | 0 | 2D | C1 | 13 | 2E |
| Octal | 140 | 203 | 215 | 40 | 7 | 0 | 55 | 301 | 23 | 56 |
| Binary | 1100000 | 10000011 | 10001101 | 100000 | 111 | 0 | 101101 | 11000001 | 10011 | 101110 |
Color Harmonies of #60838D
Complementary color
Monochromatic Colors of #60838D
Black with #60838D
Text Example
Text Example
White with #60838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60838D; }
p { color: rgb(96,131,141); }
H1.HeaderClassName
{
color: #60838D;
}
.AnyTagClassName
{
color: #60838D;
}
</style>
background-color css
<style>
a { background-color: #60838D; }
a { background-color: rgb(96,131,141); }
div.DivClassName
{
background-color: #60838D;
}
.BgClassName
{
background-color: #60838D;
}
</style>
border-color css
<style>
span { border-color: #60838D; }
span { border-color: rgb(96,131,141); }
td.TdClassName
{
border-color: #60838D;
}
.TagClassName
{
border-color: #60838D;
}
</style>