Shades of Horizon #67939D
Tints of Horizon #67939D
RGB
CMYK
RGB Variations
Color information
#67939D (or 0x67939D) is known color: Horizon. HEX triplet: 67, 93 and 9D. RGB value is (103,147,157). Sum of RGB (Red+Green+Blue) = 103+147+157=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #67939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67939D is #986C62. Grayscale: #868686. Windows color (decimal): -9989219 or 10326887. OLE color: 10326887.
HSL color Cylindrical-coordinate representation of color #67939D: hue angle of 191.11º 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 #67939D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 147 | 157 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.38 |
| HSL | 191.11º | 0.22% | 0.51% | - |
| HSV(B) | 191.11º | 0.34% | 0.62% | - |
| XYZ | 22.11 | 26.19 | 35.79 | - |
| YUV | 134.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 157 | 0.34 | 0.06 | 0 | 0.38 | 191.11 | 0.22 | 0.51 |
| Hex | 67 | 93 | 9D | 22 | 6 | 0 | 26 | BF | 16 | 33 |
| Octal | 147 | 223 | 235 | 42 | 6 | 0 | 46 | 277 | 26 | 63 |
| Binary | 1100111 | 10010011 | 10011101 | 100010 | 110 | 0 | 100110 | 10111111 | 10110 | 110011 |
Color Harmonies of #67939D
Complementary color
Monochromatic Colors of #67939D
Black with #67939D
Text Example
Text Example
White with #67939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67939D; }
p { color: rgb(103,147,157); }
H1.HeaderClassName
{
color: #67939D;
}
.AnyTagClassName
{
color: #67939D;
}
</style>
background-color css
<style>
a { background-color: #67939D; }
a { background-color: rgb(103,147,157); }
div.DivClassName
{
background-color: #67939D;
}
.BgClassName
{
background-color: #67939D;
}
</style>
border-color css
<style>
span { border-color: #67939D; }
span { border-color: rgb(103,147,157); }
td.TdClassName
{
border-color: #67939D;
}
.TagClassName
{
border-color: #67939D;
}
</style>