Shades of Horizon #67919E
Tints of Horizon #67919E
RGB
CMYK
RGB Variations
Color information
#67919E (or 0x67919E) is known color: Horizon. HEX triplet: 67, 91 and 9E. RGB value is (103,145,158). Sum of RGB (Red+Green+Blue) = 103+145+158=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #67919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67919E is #986E61. Grayscale: #858585. Windows color (decimal): -9989730 or 10391911. OLE color: 10391911.
HSL color Cylindrical-coordinate representation of color #67919E: hue angle of 194.18º 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 #67919E is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 145 | 158 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.38 |
| HSL | 194.18º | 0.22% | 0.51% | - |
| HSV(B) | 194.18º | 0.35% | 0.62% | - |
| XYZ | 21.89 | 25.6 | 36.14 | - |
| YUV | 133.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 158 | 0.35 | 0.08 | 0 | 0.38 | 194.18 | 0.22 | 0.51 |
| Hex | 67 | 91 | 9E | 23 | 8 | 0 | 26 | C2 | 16 | 33 |
| Octal | 147 | 221 | 236 | 43 | 10 | 0 | 46 | 302 | 26 | 63 |
| Binary | 1100111 | 10010001 | 10011110 | 100011 | 1000 | 0 | 100110 | 11000010 | 10110 | 110011 |
Color Harmonies of #67919E
Complementary color
Monochromatic Colors of #67919E
Black with #67919E
Text Example
Text Example
White with #67919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67919E; }
p { color: rgb(103,145,158); }
H1.HeaderClassName
{
color: #67919E;
}
.AnyTagClassName
{
color: #67919E;
}
</style>
background-color css
<style>
a { background-color: #67919E; }
a { background-color: rgb(103,145,158); }
div.DivClassName
{
background-color: #67919E;
}
.BgClassName
{
background-color: #67919E;
}
</style>
border-color css
<style>
span { border-color: #67919E; }
span { border-color: rgb(103,145,158); }
td.TdClassName
{
border-color: #67919E;
}
.TagClassName
{
border-color: #67919E;
}
</style>