Shades of Horizon #698C96
Tints of Horizon #698C96
RGB
CMYK
RGB Variations
Color information
#698C96 (or 0x698C96) is known color: Horizon. HEX triplet: 69, 8C and 96. RGB value is (105,140,150). Sum of RGB (Red+Green+Blue) = 105+140+150=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #698C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C96 is #967369. Grayscale: #828282. Windows color (decimal): -9859946 or 9866345. OLE color: 9866345.
HSL color Cylindrical-coordinate representation of color #698C96: hue angle of 193.33º 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 #698C96 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 140 | 150 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.41 |
| HSL | 193.33º | 0.18% | 0.5% | - |
| HSV(B) | 193.33º | 0.3% | 0.59% | - |
| XYZ | 20.71 | 23.96 | 32.39 | - |
| YUV | 130.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 150 | 0.30 | 0.07 | 0 | 0.41 | 193.33 | 0.18 | 0.5 |
| Hex | 69 | 8C | 96 | 1E | 7 | 0 | 29 | C1 | 12 | 32 |
| Octal | 151 | 214 | 226 | 36 | 7 | 0 | 51 | 301 | 22 | 62 |
| Binary | 1101001 | 10001100 | 10010110 | 11110 | 111 | 0 | 101001 | 11000001 | 10010 | 110010 |
Color Harmonies of #698C96
Complementary color
Monochromatic Colors of #698C96
Black with #698C96
Text Example
Text Example
White with #698C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C96; }
p { color: rgb(105,140,150); }
H1.HeaderClassName
{
color: #698C96;
}
.AnyTagClassName
{
color: #698C96;
}
</style>
background-color css
<style>
a { background-color: #698C96; }
a { background-color: rgb(105,140,150); }
div.DivClassName
{
background-color: #698C96;
}
.BgClassName
{
background-color: #698C96;
}
</style>
border-color css
<style>
span { border-color: #698C96; }
span { border-color: rgb(105,140,150); }
td.TdClassName
{
border-color: #698C96;
}
.TagClassName
{
border-color: #698C96;
}
</style>