Shades of Horizon #698896
Tints of Horizon #698896
RGB
CMYK
RGB Variations
Color information
#698896 (or 0x698896) is known color: Horizon. HEX triplet: 69, 88 and 96. RGB value is (105,136,150). Sum of RGB (Red+Green+Blue) = 105+136+150=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #698896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698896 is #967769. Grayscale: #808080. Windows color (decimal): -9860970 or 9865321. OLE color: 9865321.
HSL color Cylindrical-coordinate representation of color #698896: hue angle of 198.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698896 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 136 | 150 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.41 |
| HSL | 198.67º | 0.18% | 0.5% | - |
| HSV(B) | 198.67º | 0.3% | 0.59% | - |
| XYZ | 20.13 | 22.81 | 32.2 | - |
| YUV | 128.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 150 | 0.30 | 0.09 | 0 | 0.41 | 198.67 | 0.18 | 0.5 |
| Hex | 69 | 88 | 96 | 1E | 9 | 0 | 29 | C7 | 12 | 32 |
| Octal | 151 | 210 | 226 | 36 | 11 | 0 | 51 | 307 | 22 | 62 |
| Binary | 1101001 | 10001000 | 10010110 | 11110 | 1001 | 0 | 101001 | 11000111 | 10010 | 110010 |
Color Harmonies of #698896
Complementary color
Monochromatic Colors of #698896
Black with #698896
Text Example
Text Example
White with #698896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698896; }
p { color: rgb(105,136,150); }
H1.HeaderClassName
{
color: #698896;
}
.AnyTagClassName
{
color: #698896;
}
</style>
background-color css
<style>
a { background-color: #698896; }
a { background-color: rgb(105,136,150); }
div.DivClassName
{
background-color: #698896;
}
.BgClassName
{
background-color: #698896;
}
</style>
border-color css
<style>
span { border-color: #698896; }
span { border-color: rgb(105,136,150); }
td.TdClassName
{
border-color: #698896;
}
.TagClassName
{
border-color: #698896;
}
</style>