Shades of Horizon #698E9C
Tints of Horizon #698E9C
RGB
CMYK
RGB Variations
Color information
#698E9C (or 0x698E9C) is known color: Horizon. HEX triplet: 69, 8E and 9C. RGB value is (105,142,156). Sum of RGB (Red+Green+Blue) = 105+142+156=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #698E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698E9C is #967163. Grayscale: #848484. Windows color (decimal): -9859428 or 10260073. OLE color: 10260073.
HSL color Cylindrical-coordinate representation of color #698E9C: hue angle of 196.47º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698E9C is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 142 | 156 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.39 |
| HSL | 196.47º | 0.2% | 0.51% | - |
| HSV(B) | 196.47º | 0.33% | 0.61% | - |
| XYZ | 21.5 | 24.75 | 35.1 | - |
| YUV | 132.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 156 | 0.33 | 0.09 | 0 | 0.39 | 196.47 | 0.2 | 0.51 |
| Hex | 69 | 8E | 9C | 21 | 9 | 0 | 27 | C4 | 14 | 33 |
| Octal | 151 | 216 | 234 | 41 | 11 | 0 | 47 | 304 | 24 | 63 |
| Binary | 1101001 | 10001110 | 10011100 | 100001 | 1001 | 0 | 100111 | 11000100 | 10100 | 110011 |
Color Harmonies of #698E9C
Complementary color
Monochromatic Colors of #698E9C
Black with #698E9C
Text Example
Text Example
White with #698E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698E9C; }
p { color: rgb(105,142,156); }
H1.HeaderClassName
{
color: #698E9C;
}
.AnyTagClassName
{
color: #698E9C;
}
</style>
background-color css
<style>
a { background-color: #698E9C; }
a { background-color: rgb(105,142,156); }
div.DivClassName
{
background-color: #698E9C;
}
.BgClassName
{
background-color: #698E9C;
}
</style>
border-color css
<style>
span { border-color: #698E9C; }
span { border-color: rgb(105,142,156); }
td.TdClassName
{
border-color: #698E9C;
}
.TagClassName
{
border-color: #698E9C;
}
</style>