Shades of Horizon #67909E
Tints of Horizon #67909E
RGB
CMYK
RGB Variations
Color information
#67909E (or 0x67909E) is known color: Horizon. HEX triplet: 67, 90 and 9E. RGB value is (103,144,158). Sum of RGB (Red+Green+Blue) = 103+144+158=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #67909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67909E is #986F61. Grayscale: #858585. Windows color (decimal): -9989986 or 10391655. OLE color: 10391655.
HSL color Cylindrical-coordinate representation of color #67909E: hue angle of 195.27º 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 #67909E is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 144 | 158 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.38 |
| HSL | 195.27º | 0.22% | 0.51% | - |
| HSV(B) | 195.27º | 0.35% | 0.62% | - |
| XYZ | 21.74 | 25.3 | 36.09 | - |
| YUV | 133.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 158 | 0.35 | 0.09 | 0 | 0.38 | 195.27 | 0.22 | 0.51 |
| Hex | 67 | 90 | 9E | 23 | 9 | 0 | 26 | C3 | 16 | 33 |
| Octal | 147 | 220 | 236 | 43 | 11 | 0 | 46 | 303 | 26 | 63 |
| Binary | 1100111 | 10010000 | 10011110 | 100011 | 1001 | 0 | 100110 | 11000011 | 10110 | 110011 |
Color Harmonies of #67909E
Complementary color
Monochromatic Colors of #67909E
Black with #67909E
Text Example
Text Example
White with #67909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67909E; }
p { color: rgb(103,144,158); }
H1.HeaderClassName
{
color: #67909E;
}
.AnyTagClassName
{
color: #67909E;
}
</style>
background-color css
<style>
a { background-color: #67909E; }
a { background-color: rgb(103,144,158); }
div.DivClassName
{
background-color: #67909E;
}
.BgClassName
{
background-color: #67909E;
}
</style>
border-color css
<style>
span { border-color: #67909E; }
span { border-color: rgb(103,144,158); }
td.TdClassName
{
border-color: #67909E;
}
.TagClassName
{
border-color: #67909E;
}
</style>