Shades of Horizon #698995
Tints of Horizon #698995
RGB
CMYK
RGB Variations
Color information
#698995 (or 0x698995) is known color: Horizon. HEX triplet: 69, 89 and 95. RGB value is (105,137,149). Sum of RGB (Red+Green+Blue) = 105+137+149=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #698995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698995 is #96766A. Grayscale: #808080. Windows color (decimal): -9860715 or 9800041. OLE color: 9800041.
HSL color Cylindrical-coordinate representation of color #698995: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698995 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 137 | 149 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.42 |
| HSL | 196.36º | 0.17% | 0.5% | - |
| HSV(B) | 196.36º | 0.3% | 0.58% | - |
| XYZ | 20.2 | 23.06 | 31.82 | - |
| YUV | 128.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 149 | 0.30 | 0.08 | 0 | 0.42 | 196.36 | 0.17 | 0.5 |
| Hex | 69 | 89 | 95 | 1E | 8 | 0 | 2A | C4 | 11 | 32 |
| Octal | 151 | 211 | 225 | 36 | 10 | 0 | 52 | 304 | 21 | 62 |
| Binary | 1101001 | 10001001 | 10010101 | 11110 | 1000 | 0 | 101010 | 11000100 | 10001 | 110010 |
Color Harmonies of #698995
Complementary color
Monochromatic Colors of #698995
Black with #698995
Text Example
Text Example
White with #698995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698995; }
p { color: rgb(105,137,149); }
H1.HeaderClassName
{
color: #698995;
}
.AnyTagClassName
{
color: #698995;
}
</style>
background-color css
<style>
a { background-color: #698995; }
a { background-color: rgb(105,137,149); }
div.DivClassName
{
background-color: #698995;
}
.BgClassName
{
background-color: #698995;
}
</style>
border-color css
<style>
span { border-color: #698995; }
span { border-color: rgb(105,137,149); }
td.TdClassName
{
border-color: #698995;
}
.TagClassName
{
border-color: #698995;
}
</style>