Shades of Horizon #688E9D
Tints of Horizon #688E9D
RGB
CMYK
RGB Variations
Color information
#688E9D (or 0x688E9D) is known color: Horizon. HEX triplet: 68, 8E and 9D. RGB value is (104,142,157). Sum of RGB (Red+Green+Blue) = 104+142+157=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #688E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E9D is #977162. Grayscale: #848484. Windows color (decimal): -9924963 or 10325608. OLE color: 10325608.
HSL color Cylindrical-coordinate representation of color #688E9D: hue angle of 196.98º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #688E9D is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 142 | 157 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.38 |
| HSL | 196.98º | 0.21% | 0.51% | - |
| HSV(B) | 196.98º | 0.34% | 0.62% | - |
| XYZ | 21.47 | 24.72 | 35.54 | - |
| YUV | 132.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 157 | 0.34 | 0.10 | 0 | 0.38 | 196.98 | 0.21 | 0.51 |
| Hex | 68 | 8E | 9D | 22 | A | 0 | 26 | C5 | 15 | 33 |
| Octal | 150 | 216 | 235 | 42 | 12 | 0 | 46 | 305 | 25 | 63 |
| Binary | 1101000 | 10001110 | 10011101 | 100010 | 1010 | 0 | 100110 | 11000101 | 10101 | 110011 |
Color Harmonies of #688E9D
Complementary color
Monochromatic Colors of #688E9D
Black with #688E9D
Text Example
Text Example
White with #688E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688E9D; }
p { color: rgb(104,142,157); }
H1.HeaderClassName
{
color: #688E9D;
}
.AnyTagClassName
{
color: #688E9D;
}
</style>
background-color css
<style>
a { background-color: #688E9D; }
a { background-color: rgb(104,142,157); }
div.DivClassName
{
background-color: #688E9D;
}
.BgClassName
{
background-color: #688E9D;
}
</style>
border-color css
<style>
span { border-color: #688E9D; }
span { border-color: rgb(104,142,157); }
td.TdClassName
{
border-color: #688E9D;
}
.TagClassName
{
border-color: #688E9D;
}
</style>