Shades of Horizon #678F9D
Tints of Horizon #678F9D
RGB
CMYK
RGB Variations
Color information
#678F9D (or 0x678F9D) is known color: Horizon. HEX triplet: 67, 8F and 9D. RGB value is (103,143,157). Sum of RGB (Red+Green+Blue) = 103+143+157=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #678F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F9D is #987062. Grayscale: #848484. Windows color (decimal): -9990243 or 10325863. OLE color: 10325863.
HSL color Cylindrical-coordinate representation of color #678F9D: hue angle of 195.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #678F9D is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 143 | 157 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.38 |
| HSL | 195.56º | 0.22% | 0.51% | - |
| HSV(B) | 195.56º | 0.34% | 0.62% | - |
| XYZ | 21.5 | 24.96 | 35.58 | - |
| YUV | 132.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 157 | 0.34 | 0.09 | 0 | 0.38 | 195.56 | 0.22 | 0.51 |
| Hex | 67 | 8F | 9D | 22 | 9 | 0 | 26 | C4 | 16 | 33 |
| Octal | 147 | 217 | 235 | 42 | 11 | 0 | 46 | 304 | 26 | 63 |
| Binary | 1100111 | 10001111 | 10011101 | 100010 | 1001 | 0 | 100110 | 11000100 | 10110 | 110011 |
Color Harmonies of #678F9D
Complementary color
Monochromatic Colors of #678F9D
Black with #678F9D
Text Example
Text Example
White with #678F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F9D; }
p { color: rgb(103,143,157); }
H1.HeaderClassName
{
color: #678F9D;
}
.AnyTagClassName
{
color: #678F9D;
}
</style>
background-color css
<style>
a { background-color: #678F9D; }
a { background-color: rgb(103,143,157); }
div.DivClassName
{
background-color: #678F9D;
}
.BgClassName
{
background-color: #678F9D;
}
</style>
border-color css
<style>
span { border-color: #678F9D; }
span { border-color: rgb(103,143,157); }
td.TdClassName
{
border-color: #678F9D;
}
.TagClassName
{
border-color: #678F9D;
}
</style>