Shades of Horizon #698999
Tints of Horizon #698999
RGB
CMYK
RGB Variations
Color information
#698999 (or 0x698999) is known color: Horizon. HEX triplet: 69, 89 and 99. RGB value is (105,137,153). Sum of RGB (Red+Green+Blue) = 105+137+153=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #698999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698999 is #967666. Grayscale: #818181. Windows color (decimal): -9860711 or 10062185. OLE color: 10062185.
HSL color Cylindrical-coordinate representation of color #698999: hue angle of 200º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698999 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 137 | 153 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.4 |
| HSL | 200º | 0.19% | 0.51% | - |
| HSV(B) | 200º | 0.31% | 0.6% | - |
| XYZ | 20.52 | 23.19 | 33.53 | - |
| YUV | 129.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 153 | 0.31 | 0.10 | 0 | 0.4 | 200 | 0.19 | 0.51 |
| Hex | 69 | 89 | 99 | 1F | A | 0 | 28 | C8 | 13 | 33 |
| Octal | 151 | 211 | 231 | 37 | 12 | 0 | 50 | 310 | 23 | 63 |
| Binary | 1101001 | 10001001 | 10011001 | 11111 | 1010 | 0 | 101000 | 11001000 | 10011 | 110011 |
Color Harmonies of #698999
Complementary color
Monochromatic Colors of #698999
Black with #698999
Text Example
Text Example
White with #698999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698999; }
p { color: rgb(105,137,153); }
H1.HeaderClassName
{
color: #698999;
}
.AnyTagClassName
{
color: #698999;
}
</style>
background-color css
<style>
a { background-color: #698999; }
a { background-color: rgb(105,137,153); }
div.DivClassName
{
background-color: #698999;
}
.BgClassName
{
background-color: #698999;
}
</style>
border-color css
<style>
span { border-color: #698999; }
span { border-color: rgb(105,137,153); }
td.TdClassName
{
border-color: #698999;
}
.TagClassName
{
border-color: #698999;
}
</style>