Shades of Horizon #67919D
Tints of Horizon #67919D
RGB
CMYK
RGB Variations
Color information
#67919D (or 0x67919D) is known color: Horizon. HEX triplet: 67, 91 and 9D. RGB value is (103,145,157). Sum of RGB (Red+Green+Blue) = 103+145+157=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #67919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67919D is #986E62. Grayscale: #858585. Windows color (decimal): -9989731 or 10326375. OLE color: 10326375.
HSL color Cylindrical-coordinate representation of color #67919D: hue angle of 193.33º 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 #67919D is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 145 | 157 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.38 |
| HSL | 193.33º | 0.22% | 0.51% | - |
| HSV(B) | 193.33º | 0.34% | 0.62% | - |
| XYZ | 21.8 | 25.57 | 35.68 | - |
| YUV | 133.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 157 | 0.34 | 0.08 | 0 | 0.38 | 193.33 | 0.22 | 0.51 |
| Hex | 67 | 91 | 9D | 22 | 8 | 0 | 26 | C1 | 16 | 33 |
| Octal | 147 | 221 | 235 | 42 | 10 | 0 | 46 | 301 | 26 | 63 |
| Binary | 1100111 | 10010001 | 10011101 | 100010 | 1000 | 0 | 100110 | 11000001 | 10110 | 110011 |
Color Harmonies of #67919D
Complementary color
Monochromatic Colors of #67919D
Black with #67919D
Text Example
Text Example
White with #67919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67919D; }
p { color: rgb(103,145,157); }
H1.HeaderClassName
{
color: #67919D;
}
.AnyTagClassName
{
color: #67919D;
}
</style>
background-color css
<style>
a { background-color: #67919D; }
a { background-color: rgb(103,145,157); }
div.DivClassName
{
background-color: #67919D;
}
.BgClassName
{
background-color: #67919D;
}
</style>
border-color css
<style>
span { border-color: #67919D; }
span { border-color: rgb(103,145,157); }
td.TdClassName
{
border-color: #67919D;
}
.TagClassName
{
border-color: #67919D;
}
</style>