Shades of Horizon #698F9D
Tints of Horizon #698F9D
RGB
CMYK
RGB Variations
Color information
#698F9D (or 0x698F9D) is known color: Horizon. HEX triplet: 69, 8F and 9D. RGB value is (105,143,157). Sum of RGB (Red+Green+Blue) = 105+143+157=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #698F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F9D is #967062. Grayscale: #858585. Windows color (decimal): -9859171 or 10325865. OLE color: 10325865.
HSL color Cylindrical-coordinate representation of color #698F9D: hue angle of 196.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698F9D is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 143 | 157 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.38 |
| HSL | 196.15º | 0.21% | 0.51% | - |
| HSV(B) | 196.15º | 0.33% | 0.62% | - |
| XYZ | 21.73 | 25.08 | 35.59 | - |
| YUV | 133.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 157 | 0.33 | 0.09 | 0 | 0.38 | 196.15 | 0.21 | 0.51 |
| Hex | 69 | 8F | 9D | 21 | 9 | 0 | 26 | C4 | 15 | 33 |
| Octal | 151 | 217 | 235 | 41 | 11 | 0 | 46 | 304 | 25 | 63 |
| Binary | 1101001 | 10001111 | 10011101 | 100001 | 1001 | 0 | 100110 | 11000100 | 10101 | 110011 |
Color Harmonies of #698F9D
Complementary color
Monochromatic Colors of #698F9D
Black with #698F9D
Text Example
Text Example
White with #698F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F9D; }
p { color: rgb(105,143,157); }
H1.HeaderClassName
{
color: #698F9D;
}
.AnyTagClassName
{
color: #698F9D;
}
</style>
background-color css
<style>
a { background-color: #698F9D; }
a { background-color: rgb(105,143,157); }
div.DivClassName
{
background-color: #698F9D;
}
.BgClassName
{
background-color: #698F9D;
}
</style>
border-color css
<style>
span { border-color: #698F9D; }
span { border-color: rgb(105,143,157); }
td.TdClassName
{
border-color: #698F9D;
}
.TagClassName
{
border-color: #698F9D;
}
</style>