Shades of Horizon #67909D
Tints of Horizon #67909D
RGB
CMYK
RGB Variations
Color information
#67909D (or 0x67909D) is known color: Horizon. HEX triplet: 67, 90 and 9D. RGB value is (103,144,157). Sum of RGB (Red+Green+Blue) = 103+144+157=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #67909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67909D is #986F62. Grayscale: #858585. Windows color (decimal): -9989987 or 10326119. OLE color: 10326119.
HSL color Cylindrical-coordinate representation of color #67909D: hue angle of 194.44º 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 #67909D is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 144 | 157 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.38 |
| HSL | 194.44º | 0.22% | 0.51% | - |
| HSV(B) | 194.44º | 0.34% | 0.62% | - |
| XYZ | 21.65 | 25.26 | 35.63 | - |
| YUV | 133.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 157 | 0.34 | 0.08 | 0 | 0.38 | 194.44 | 0.22 | 0.51 |
| Hex | 67 | 90 | 9D | 22 | 8 | 0 | 26 | C2 | 16 | 33 |
| Octal | 147 | 220 | 235 | 42 | 10 | 0 | 46 | 302 | 26 | 63 |
| Binary | 1100111 | 10010000 | 10011101 | 100010 | 1000 | 0 | 100110 | 11000010 | 10110 | 110011 |
Color Harmonies of #67909D
Complementary color
Monochromatic Colors of #67909D
Black with #67909D
Text Example
Text Example
White with #67909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67909D; }
p { color: rgb(103,144,157); }
H1.HeaderClassName
{
color: #67909D;
}
.AnyTagClassName
{
color: #67909D;
}
</style>
background-color css
<style>
a { background-color: #67909D; }
a { background-color: rgb(103,144,157); }
div.DivClassName
{
background-color: #67909D;
}
.BgClassName
{
background-color: #67909D;
}
</style>
border-color css
<style>
span { border-color: #67909D; }
span { border-color: rgb(103,144,157); }
td.TdClassName
{
border-color: #67909D;
}
.TagClassName
{
border-color: #67909D;
}
</style>