Shades of Horizon #678696
Tints of Horizon #678696
RGB
CMYK
RGB Variations
Color information
#678696 (or 0x678696) is known color: Horizon. HEX triplet: 67, 86 and 96. RGB value is (103,134,150). Sum of RGB (Red+Green+Blue) = 103+134+150=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #678696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678696 is #987969. Grayscale: #7E7E7E. Windows color (decimal): -9992554 or 9864807. OLE color: 9864807.
HSL color Cylindrical-coordinate representation of color #678696: hue angle of 200.43º degrees, saturation: 0.19, 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 #678696 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 134 | 150 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.41 |
| HSL | 200.43º | 0.19% | 0.5% | - |
| HSV(B) | 200.43º | 0.31% | 0.59% | - |
| XYZ | 19.62 | 22.14 | 32.09 | - |
| YUV | 126.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 150 | 0.31 | 0.11 | 0 | 0.41 | 200.43 | 0.19 | 0.5 |
| Hex | 67 | 86 | 96 | 1F | B | 0 | 29 | C8 | 13 | 32 |
| Octal | 147 | 206 | 226 | 37 | 13 | 0 | 51 | 310 | 23 | 62 |
| Binary | 1100111 | 10000110 | 10010110 | 11111 | 1011 | 0 | 101001 | 11001000 | 10011 | 110010 |
Color Harmonies of #678696
Complementary color
Monochromatic Colors of #678696
Black with #678696
Text Example
Text Example
White with #678696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678696; }
p { color: rgb(103,134,150); }
H1.HeaderClassName
{
color: #678696;
}
.AnyTagClassName
{
color: #678696;
}
</style>
background-color css
<style>
a { background-color: #678696; }
a { background-color: rgb(103,134,150); }
div.DivClassName
{
background-color: #678696;
}
.BgClassName
{
background-color: #678696;
}
</style>
border-color css
<style>
span { border-color: #678696; }
span { border-color: rgb(103,134,150); }
td.TdClassName
{
border-color: #678696;
}
.TagClassName
{
border-color: #678696;
}
</style>