Shades of Horizon #698F99
Tints of Horizon #698F99
RGB
CMYK
RGB Variations
Color information
#698F99 (or 0x698F99) is known color: Horizon. HEX triplet: 69, 8F and 99. RGB value is (105,143,153). Sum of RGB (Red+Green+Blue) = 105+143+153=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #698F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F99 is #967066. Grayscale: #848484. Windows color (decimal): -9859175 or 10063721. OLE color: 10063721.
HSL color Cylindrical-coordinate representation of color #698F99: hue angle of 192.5º 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 #698F99 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 143 | 153 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.4 |
| HSL | 192.5º | 0.19% | 0.51% | - |
| HSV(B) | 192.5º | 0.31% | 0.6% | - |
| XYZ | 21.4 | 24.95 | 33.82 | - |
| YUV | 132.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 153 | 0.31 | 0.07 | 0 | 0.4 | 192.5 | 0.19 | 0.51 |
| Hex | 69 | 8F | 99 | 1F | 7 | 0 | 28 | C0 | 13 | 33 |
| Octal | 151 | 217 | 231 | 37 | 7 | 0 | 50 | 300 | 23 | 63 |
| Binary | 1101001 | 10001111 | 10011001 | 11111 | 111 | 0 | 101000 | 11000000 | 10011 | 110011 |
Color Harmonies of #698F99
Complementary color
Monochromatic Colors of #698F99
Black with #698F99
Text Example
Text Example
White with #698F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F99; }
p { color: rgb(105,143,153); }
H1.HeaderClassName
{
color: #698F99;
}
.AnyTagClassName
{
color: #698F99;
}
</style>
background-color css
<style>
a { background-color: #698F99; }
a { background-color: rgb(105,143,153); }
div.DivClassName
{
background-color: #698F99;
}
.BgClassName
{
background-color: #698F99;
}
</style>
border-color css
<style>
span { border-color: #698F99; }
span { border-color: rgb(105,143,153); }
td.TdClassName
{
border-color: #698F99;
}
.TagClassName
{
border-color: #698F99;
}
</style>