Shades of Horizon #698F9C
Tints of Horizon #698F9C
RGB
CMYK
RGB Variations
Color information
#698F9C (or 0x698F9C) is known color: Horizon. HEX triplet: 69, 8F and 9C. RGB value is (105,143,156). Sum of RGB (Red+Green+Blue) = 105+143+156=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #698F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F9C is #967063. Grayscale: #858585. Windows color (decimal): -9859172 or 10260329. OLE color: 10260329.
HSL color Cylindrical-coordinate representation of color #698F9C: hue angle of 195.29º 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 #698F9C is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 143 | 156 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.39 |
| HSL | 195.29º | 0.2% | 0.51% | - |
| HSV(B) | 195.29º | 0.33% | 0.61% | - |
| XYZ | 21.65 | 25.05 | 35.15 | - |
| YUV | 133.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 156 | 0.33 | 0.08 | 0 | 0.39 | 195.29 | 0.2 | 0.51 |
| Hex | 69 | 8F | 9C | 21 | 8 | 0 | 27 | C3 | 14 | 33 |
| Octal | 151 | 217 | 234 | 41 | 10 | 0 | 47 | 303 | 24 | 63 |
| Binary | 1101001 | 10001111 | 10011100 | 100001 | 1000 | 0 | 100111 | 11000011 | 10100 | 110011 |
Color Harmonies of #698F9C
Complementary color
Monochromatic Colors of #698F9C
Black with #698F9C
Text Example
Text Example
White with #698F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F9C; }
p { color: rgb(105,143,156); }
H1.HeaderClassName
{
color: #698F9C;
}
.AnyTagClassName
{
color: #698F9C;
}
</style>
background-color css
<style>
a { background-color: #698F9C; }
a { background-color: rgb(105,143,156); }
div.DivClassName
{
background-color: #698F9C;
}
.BgClassName
{
background-color: #698F9C;
}
</style>
border-color css
<style>
span { border-color: #698F9C; }
span { border-color: rgb(105,143,156); }
td.TdClassName
{
border-color: #698F9C;
}
.TagClassName
{
border-color: #698F9C;
}
</style>