Shades of Horizon #688C96
Tints of Horizon #688C96
RGB
CMYK
RGB Variations
Color information
#688C96 (or 0x688C96) is known color: Horizon. HEX triplet: 68, 8C and 96. RGB value is (104,140,150). Sum of RGB (Red+Green+Blue) = 104+140+150=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #688C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C96 is #977369. Grayscale: #828282. Windows color (decimal): -9925482 or 9866344. OLE color: 9866344.
HSL color Cylindrical-coordinate representation of color #688C96: hue angle of 193.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688C96 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 140 | 150 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.41 |
| HSL | 193.04º | 0.18% | 0.5% | - |
| HSV(B) | 193.04º | 0.31% | 0.59% | - |
| XYZ | 20.59 | 23.9 | 32.38 | - |
| YUV | 130.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 150 | 0.31 | 0.07 | 0 | 0.41 | 193.04 | 0.18 | 0.5 |
| Hex | 68 | 8C | 96 | 1F | 7 | 0 | 29 | C1 | 12 | 32 |
| Octal | 150 | 214 | 226 | 37 | 7 | 0 | 51 | 301 | 22 | 62 |
| Binary | 1101000 | 10001100 | 10010110 | 11111 | 111 | 0 | 101001 | 11000001 | 10010 | 110010 |
Color Harmonies of #688C96
Complementary color
Monochromatic Colors of #688C96
Black with #688C96
Text Example
Text Example
White with #688C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C96; }
p { color: rgb(104,140,150); }
H1.HeaderClassName
{
color: #688C96;
}
.AnyTagClassName
{
color: #688C96;
}
</style>
background-color css
<style>
a { background-color: #688C96; }
a { background-color: rgb(104,140,150); }
div.DivClassName
{
background-color: #688C96;
}
.BgClassName
{
background-color: #688C96;
}
</style>
border-color css
<style>
span { border-color: #688C96; }
span { border-color: rgb(104,140,150); }
td.TdClassName
{
border-color: #688C96;
}
.TagClassName
{
border-color: #688C96;
}
</style>