Shades of Horizon #678F9E
Tints of Horizon #678F9E
RGB
CMYK
RGB Variations
Color information
#678F9E (or 0x678F9E) is known color: Horizon. HEX triplet: 67, 8F and 9E. RGB value is (103,143,158). Sum of RGB (Red+Green+Blue) = 103+143+158=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #678F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F9E is #987061. Grayscale: #848484. Windows color (decimal): -9990242 or 10391399. OLE color: 10391399.
HSL color Cylindrical-coordinate representation of color #678F9E: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #678F9E is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 143 | 158 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.38 |
| HSL | 196.36º | 0.22% | 0.51% | - |
| HSV(B) | 196.36º | 0.35% | 0.62% | - |
| XYZ | 21.59 | 25 | 36.03 | - |
| YUV | 132.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 158 | 0.35 | 0.09 | 0 | 0.38 | 196.36 | 0.22 | 0.51 |
| Hex | 67 | 8F | 9E | 23 | 9 | 0 | 26 | C4 | 16 | 33 |
| Octal | 147 | 217 | 236 | 43 | 11 | 0 | 46 | 304 | 26 | 63 |
| Binary | 1100111 | 10001111 | 10011110 | 100011 | 1001 | 0 | 100110 | 11000100 | 10110 | 110011 |
Color Harmonies of #678F9E
Complementary color
Monochromatic Colors of #678F9E
Black with #678F9E
Text Example
Text Example
White with #678F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F9E; }
p { color: rgb(103,143,158); }
H1.HeaderClassName
{
color: #678F9E;
}
.AnyTagClassName
{
color: #678F9E;
}
</style>
background-color css
<style>
a { background-color: #678F9E; }
a { background-color: rgb(103,143,158); }
div.DivClassName
{
background-color: #678F9E;
}
.BgClassName
{
background-color: #678F9E;
}
</style>
border-color css
<style>
span { border-color: #678F9E; }
span { border-color: rgb(103,143,158); }
td.TdClassName
{
border-color: #678F9E;
}
.TagClassName
{
border-color: #678F9E;
}
</style>