Shades of Horizon #60878F
Tints of Horizon #60878F
RGB
CMYK
RGB Variations
Color information
#60878F (or 0x60878F) is known color: Horizon. HEX triplet: 60, 87 and 8F. RGB value is (96,135,143). Sum of RGB (Red+Green+Blue) = 96+135+143=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #60878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60878F is #9F7870. Grayscale: #7C7C7C. Windows color (decimal): -10451057 or 9406304. OLE color: 9406304.
HSL color Cylindrical-coordinate representation of color #60878F: hue angle of 190.21º 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 #60878F is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 135 | 143 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.44 |
| HSL | 190.21º | 0.2% | 0.47% | - |
| HSV(B) | 190.21º | 0.33% | 0.56% | - |
| XYZ | 18.45 | 21.8 | 29.22 | - |
| YUV | 124.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 143 | 0.33 | 0.06 | 0 | 0.44 | 190.21 | 0.2 | 0.47 |
| Hex | 60 | 87 | 8F | 21 | 6 | 0 | 2C | BE | 14 | 2F |
| Octal | 140 | 207 | 217 | 41 | 6 | 0 | 54 | 276 | 24 | 57 |
| Binary | 1100000 | 10000111 | 10001111 | 100001 | 110 | 0 | 101100 | 10111110 | 10100 | 101111 |
Color Harmonies of #60878F
Complementary color
Monochromatic Colors of #60878F
Black with #60878F
Text Example
Text Example
White with #60878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60878F; }
p { color: rgb(96,135,143); }
H1.HeaderClassName
{
color: #60878F;
}
.AnyTagClassName
{
color: #60878F;
}
</style>
background-color css
<style>
a { background-color: #60878F; }
a { background-color: rgb(96,135,143); }
div.DivClassName
{
background-color: #60878F;
}
.BgClassName
{
background-color: #60878F;
}
</style>
border-color css
<style>
span { border-color: #60878F; }
span { border-color: rgb(96,135,143); }
td.TdClassName
{
border-color: #60878F;
}
.TagClassName
{
border-color: #60878F;
}
</style>