Shades of Horizon #678392
Tints of Horizon #678392
RGB
CMYK
RGB Variations
Color information
#678392 (or 0x678392) is known color: Horizon. HEX triplet: 67, 83 and 92. RGB value is (103,131,146). Sum of RGB (Red+Green+Blue) = 103+131+146=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #678392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678392 is #987C6D. Grayscale: #7C7C7C. Windows color (decimal): -9993326 or 9601895. OLE color: 9601895.
HSL color Cylindrical-coordinate representation of color #678392: hue angle of 200.93º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #678392 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 131 | 146 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.43 |
| HSL | 200.93º | 0.17% | 0.49% | - |
| HSV(B) | 200.93º | 0.29% | 0.57% | - |
| XYZ | 18.9 | 21.19 | 30.29 | - |
| YUV | 124.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 146 | 0.29 | 0.10 | 0 | 0.43 | 200.93 | 0.17 | 0.49 |
| Hex | 67 | 83 | 92 | 1D | A | 0 | 2B | C9 | 11 | 31 |
| Octal | 147 | 203 | 222 | 35 | 12 | 0 | 53 | 311 | 21 | 61 |
| Binary | 1100111 | 10000011 | 10010010 | 11101 | 1010 | 0 | 101011 | 11001001 | 10001 | 110001 |
Color Harmonies of #678392
Complementary color
Monochromatic Colors of #678392
Black with #678392
Text Example
Text Example
White with #678392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678392; }
p { color: rgb(103,131,146); }
H1.HeaderClassName
{
color: #678392;
}
.AnyTagClassName
{
color: #678392;
}
</style>
background-color css
<style>
a { background-color: #678392; }
a { background-color: rgb(103,131,146); }
div.DivClassName
{
background-color: #678392;
}
.BgClassName
{
background-color: #678392;
}
</style>
border-color css
<style>
span { border-color: #678392; }
span { border-color: rgb(103,131,146); }
td.TdClassName
{
border-color: #678392;
}
.TagClassName
{
border-color: #678392;
}
</style>