Shades of Horizon #698694
Tints of Horizon #698694
RGB
CMYK
RGB Variations
Color information
#698694 (or 0x698694) is known color: Horizon. HEX triplet: 69, 86 and 94. RGB value is (105,134,148). Sum of RGB (Red+Green+Blue) = 105+134+148=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #698694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698694 is #96796B. Grayscale: #7E7E7E. Windows color (decimal): -9861484 or 9733737. OLE color: 9733737.
HSL color Cylindrical-coordinate representation of color #698694: hue angle of 199.53º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698694 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 134 | 148 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.42 |
| HSL | 199.53º | 0.17% | 0.5% | - |
| HSV(B) | 199.53º | 0.29% | 0.58% | - |
| XYZ | 19.7 | 22.19 | 31.26 | - |
| YUV | 126.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 148 | 0.29 | 0.09 | 0 | 0.42 | 199.53 | 0.17 | 0.5 |
| Hex | 69 | 86 | 94 | 1D | 9 | 0 | 2A | C8 | 11 | 32 |
| Octal | 151 | 206 | 224 | 35 | 11 | 0 | 52 | 310 | 21 | 62 |
| Binary | 1101001 | 10000110 | 10010100 | 11101 | 1001 | 0 | 101010 | 11001000 | 10001 | 110010 |
Color Harmonies of #698694
Complementary color
Monochromatic Colors of #698694
Black with #698694
Text Example
Text Example
White with #698694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698694; }
p { color: rgb(105,134,148); }
H1.HeaderClassName
{
color: #698694;
}
.AnyTagClassName
{
color: #698694;
}
</style>
background-color css
<style>
a { background-color: #698694; }
a { background-color: rgb(105,134,148); }
div.DivClassName
{
background-color: #698694;
}
.BgClassName
{
background-color: #698694;
}
</style>
border-color css
<style>
span { border-color: #698694; }
span { border-color: rgb(105,134,148); }
td.TdClassName
{
border-color: #698694;
}
.TagClassName
{
border-color: #698694;
}
</style>