Shades of Horizon #698D98
Tints of Horizon #698D98
RGB
CMYK
RGB Variations
Color information
#698D98 (or 0x698D98) is known color: Horizon. HEX triplet: 69, 8D and 98. RGB value is (105,141,152). Sum of RGB (Red+Green+Blue) = 105+141+152=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #698D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D98 is #967267. Grayscale: #838383. Windows color (decimal): -9859688 or 9997673. OLE color: 9997673.
HSL color Cylindrical-coordinate representation of color #698D98: hue angle of 194.04º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698D98 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 141 | 152 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.40 |
| HSL | 194.04º | 0.19% | 0.5% | - |
| HSV(B) | 194.04º | 0.31% | 0.6% | - |
| XYZ | 21.02 | 24.32 | 33.29 | - |
| YUV | 131.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 152 | 0.31 | 0.07 | 0 | 0.40 | 194.04 | 0.19 | 0.5 |
| Hex | 69 | 8D | 98 | 1F | 7 | 0 | 28 | C2 | 13 | 32 |
| Octal | 151 | 215 | 230 | 37 | 7 | 0 | 50 | 302 | 23 | 62 |
| Binary | 1101001 | 10001101 | 10011000 | 11111 | 111 | 0 | 101000 | 11000010 | 10011 | 110010 |
Color Harmonies of #698D98
Complementary color
Monochromatic Colors of #698D98
Black with #698D98
Text Example
Text Example
White with #698D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D98; }
p { color: rgb(105,141,152); }
H1.HeaderClassName
{
color: #698D98;
}
.AnyTagClassName
{
color: #698D98;
}
</style>
background-color css
<style>
a { background-color: #698D98; }
a { background-color: rgb(105,141,152); }
div.DivClassName
{
background-color: #698D98;
}
.BgClassName
{
background-color: #698D98;
}
</style>
border-color css
<style>
span { border-color: #698D98; }
span { border-color: rgb(105,141,152); }
td.TdClassName
{
border-color: #698D98;
}
.TagClassName
{
border-color: #698D98;
}
</style>