Shades of Horizon #678B96
Tints of Horizon #678B96
RGB
CMYK
RGB Variations
Color information
#678B96 (or 0x678B96) is known color: Horizon. HEX triplet: 67, 8B and 96. RGB value is (103,139,150). Sum of RGB (Red+Green+Blue) = 103+139+150=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #678B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678B96 is #987469. Grayscale: #818181. Windows color (decimal): -9991274 or 9866087. OLE color: 9866087.
HSL color Cylindrical-coordinate representation of color #678B96: hue angle of 194.04º 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 #678B96 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 139 | 150 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.41 |
| HSL | 194.04º | 0.19% | 0.5% | - |
| HSV(B) | 194.04º | 0.31% | 0.59% | - |
| XYZ | 20.33 | 23.55 | 32.33 | - |
| YUV | 129.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 150 | 0.31 | 0.07 | 0 | 0.41 | 194.04 | 0.19 | 0.5 |
| Hex | 67 | 8B | 96 | 1F | 7 | 0 | 29 | C2 | 13 | 32 |
| Octal | 147 | 213 | 226 | 37 | 7 | 0 | 51 | 302 | 23 | 62 |
| Binary | 1100111 | 10001011 | 10010110 | 11111 | 111 | 0 | 101001 | 11000010 | 10011 | 110010 |
Color Harmonies of #678B96
Complementary color
Monochromatic Colors of #678B96
Black with #678B96
Text Example
Text Example
White with #678B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B96; }
p { color: rgb(103,139,150); }
H1.HeaderClassName
{
color: #678B96;
}
.AnyTagClassName
{
color: #678B96;
}
</style>
background-color css
<style>
a { background-color: #678B96; }
a { background-color: rgb(103,139,150); }
div.DivClassName
{
background-color: #678B96;
}
.BgClassName
{
background-color: #678B96;
}
</style>
border-color css
<style>
span { border-color: #678B96; }
span { border-color: rgb(103,139,150); }
td.TdClassName
{
border-color: #678B96;
}
.TagClassName
{
border-color: #678B96;
}
</style>