Shades of Horizon #678D96
Tints of Horizon #678D96
RGB
CMYK
RGB Variations
Color information
#678D96 (or 0x678D96) is known color: Horizon. HEX triplet: 67, 8D and 96. RGB value is (103,141,150). Sum of RGB (Red+Green+Blue) = 103+141+150=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 141 (55.47% from 255 or 35.79% 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 #678D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D96 is #987269. Grayscale: #828282. Windows color (decimal): -9990762 or 9866599. OLE color: 9866599.
HSL color Cylindrical-coordinate representation of color #678D96: hue angle of 191.49º 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 #678D96 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 141 | 150 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.41 |
| HSL | 191.49º | 0.19% | 0.5% | - |
| HSV(B) | 191.49º | 0.31% | 0.59% | - |
| XYZ | 20.62 | 24.14 | 32.43 | - |
| YUV | 130.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 150 | 0.31 | 0.06 | 0 | 0.41 | 191.49 | 0.19 | 0.5 |
| Hex | 67 | 8D | 96 | 1F | 6 | 0 | 29 | BF | 13 | 32 |
| Octal | 147 | 215 | 226 | 37 | 6 | 0 | 51 | 277 | 23 | 62 |
| Binary | 1100111 | 10001101 | 10010110 | 11111 | 110 | 0 | 101001 | 10111111 | 10011 | 110010 |
Color Harmonies of #678D96
Complementary color
Monochromatic Colors of #678D96
Black with #678D96
Text Example
Text Example
White with #678D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D96; }
p { color: rgb(103,141,150); }
H1.HeaderClassName
{
color: #678D96;
}
.AnyTagClassName
{
color: #678D96;
}
</style>
background-color css
<style>
a { background-color: #678D96; }
a { background-color: rgb(103,141,150); }
div.DivClassName
{
background-color: #678D96;
}
.BgClassName
{
background-color: #678D96;
}
</style>
border-color css
<style>
span { border-color: #678D96; }
span { border-color: rgb(103,141,150); }
td.TdClassName
{
border-color: #678D96;
}
.TagClassName
{
border-color: #678D96;
}
</style>