Shades of Horizon #688A95
Tints of Horizon #688A95
RGB
CMYK
RGB Variations
Color information
#688A95 (or 0x688A95) is known color: Horizon. HEX triplet: 68, 8A and 95. RGB value is (104,138,149). Sum of RGB (Red+Green+Blue) = 104+138+149=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #688A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A95 is #97756A. Grayscale: #818181. Windows color (decimal): -9925995 or 9800296. OLE color: 9800296.
HSL color Cylindrical-coordinate representation of color #688A95: hue angle of 194.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688A95 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 138 | 149 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.42 |
| HSL | 194.67º | 0.18% | 0.5% | - |
| HSV(B) | 194.67º | 0.3% | 0.58% | - |
| XYZ | 20.22 | 23.29 | 31.86 | - |
| YUV | 129.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 149 | 0.30 | 0.07 | 0 | 0.42 | 194.67 | 0.18 | 0.5 |
| Hex | 68 | 8A | 95 | 1E | 7 | 0 | 2A | C3 | 12 | 32 |
| Octal | 150 | 212 | 225 | 36 | 7 | 0 | 52 | 303 | 22 | 62 |
| Binary | 1101000 | 10001010 | 10010101 | 11110 | 111 | 0 | 101010 | 11000011 | 10010 | 110010 |
Color Harmonies of #688A95
Complementary color
Monochromatic Colors of #688A95
Black with #688A95
Text Example
Text Example
White with #688A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A95; }
p { color: rgb(104,138,149); }
H1.HeaderClassName
{
color: #688A95;
}
.AnyTagClassName
{
color: #688A95;
}
</style>
background-color css
<style>
a { background-color: #688A95; }
a { background-color: rgb(104,138,149); }
div.DivClassName
{
background-color: #688A95;
}
.BgClassName
{
background-color: #688A95;
}
</style>
border-color css
<style>
span { border-color: #688A95; }
span { border-color: rgb(104,138,149); }
td.TdClassName
{
border-color: #688A95;
}
.TagClassName
{
border-color: #688A95;
}
</style>