Shades of Horizon #698893
Tints of Horizon #698893
RGB
CMYK
RGB Variations
Color information
#698893 (or 0x698893) is known color: Horizon. HEX triplet: 69, 88 and 93. RGB value is (105,136,147). Sum of RGB (Red+Green+Blue) = 105+136+147=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #698893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698893 is #96776C. Grayscale: #7F7F7F. Windows color (decimal): -9860973 or 9668713. OLE color: 9668713.
HSL color Cylindrical-coordinate representation of color #698893: hue angle of 195.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698893 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 136 | 147 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.42 |
| HSL | 195.71º | 0.17% | 0.49% | - |
| HSV(B) | 195.71º | 0.29% | 0.58% | - |
| XYZ | 19.9 | 22.72 | 30.94 | - |
| YUV | 127.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 147 | 0.29 | 0.07 | 0 | 0.42 | 195.71 | 0.17 | 0.49 |
| Hex | 69 | 88 | 93 | 1D | 7 | 0 | 2A | C4 | 11 | 31 |
| Octal | 151 | 210 | 223 | 35 | 7 | 0 | 52 | 304 | 21 | 61 |
| Binary | 1101001 | 10001000 | 10010011 | 11101 | 111 | 0 | 101010 | 11000100 | 10001 | 110001 |
Color Harmonies of #698893
Complementary color
Monochromatic Colors of #698893
Black with #698893
Text Example
Text Example
White with #698893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698893; }
p { color: rgb(105,136,147); }
H1.HeaderClassName
{
color: #698893;
}
.AnyTagClassName
{
color: #698893;
}
</style>
background-color css
<style>
a { background-color: #698893; }
a { background-color: rgb(105,136,147); }
div.DivClassName
{
background-color: #698893;
}
.BgClassName
{
background-color: #698893;
}
</style>
border-color css
<style>
span { border-color: #698893; }
span { border-color: rgb(105,136,147); }
td.TdClassName
{
border-color: #698893;
}
.TagClassName
{
border-color: #698893;
}
</style>