Shades of Horizon #698593
Tints of Horizon #698593
RGB
CMYK
RGB Variations
Color information
#698593 (or 0x698593) is known color: Horizon. HEX triplet: 69, 85 and 93. RGB value is (105,133,147). Sum of RGB (Red+Green+Blue) = 105+133+147=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #698593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698593 is #967A6C. Grayscale: #7E7E7E. Windows color (decimal): -9861741 or 9667945. OLE color: 9667945.
HSL color Cylindrical-coordinate representation of color #698593: hue angle of 200º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698593 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 133 | 147 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.42 |
| HSL | 200º | 0.17% | 0.49% | - |
| HSV(B) | 200º | 0.29% | 0.58% | - |
| XYZ | 19.48 | 21.88 | 30.8 | - |
| YUV | 126.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 147 | 0.29 | 0.10 | 0 | 0.42 | 200 | 0.17 | 0.49 |
| Hex | 69 | 85 | 93 | 1D | A | 0 | 2A | C8 | 11 | 31 |
| Octal | 151 | 205 | 223 | 35 | 12 | 0 | 52 | 310 | 21 | 61 |
| Binary | 1101001 | 10000101 | 10010011 | 11101 | 1010 | 0 | 101010 | 11001000 | 10001 | 110001 |
Color Harmonies of #698593
Complementary color
Monochromatic Colors of #698593
Black with #698593
Text Example
Text Example
White with #698593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698593; }
p { color: rgb(105,133,147); }
H1.HeaderClassName
{
color: #698593;
}
.AnyTagClassName
{
color: #698593;
}
</style>
background-color css
<style>
a { background-color: #698593; }
a { background-color: rgb(105,133,147); }
div.DivClassName
{
background-color: #698593;
}
.BgClassName
{
background-color: #698593;
}
</style>
border-color css
<style>
span { border-color: #698593; }
span { border-color: rgb(105,133,147); }
td.TdClassName
{
border-color: #698593;
}
.TagClassName
{
border-color: #698593;
}
</style>