Shades of Horizon #67939F
Tints of Horizon #67939F
RGB
CMYK
RGB Variations
Color information
#67939F (or 0x67939F) is known color: Horizon. HEX triplet: 67, 93 and 9F. RGB value is (103,147,159). Sum of RGB (Red+Green+Blue) = 103+147+159=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #67939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67939F is #986C60. Grayscale: #878787. Windows color (decimal): -9989217 or 10457959. OLE color: 10457959.
HSL color Cylindrical-coordinate representation of color #67939F: hue angle of 192.86º degrees, saturation: 0.23, 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 #67939F is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 147 | 159 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.38 |
| HSL | 192.86º | 0.23% | 0.51% | - |
| HSV(B) | 192.86º | 0.35% | 0.62% | - |
| XYZ | 22.29 | 26.25 | 36.69 | - |
| YUV | 135.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 159 | 0.35 | 0.08 | 0 | 0.38 | 192.86 | 0.23 | 0.51 |
| Hex | 67 | 93 | 9F | 23 | 8 | 0 | 26 | C1 | 17 | 33 |
| Octal | 147 | 223 | 237 | 43 | 10 | 0 | 46 | 301 | 27 | 63 |
| Binary | 1100111 | 10010011 | 10011111 | 100011 | 1000 | 0 | 100110 | 11000001 | 10111 | 110011 |
Color Harmonies of #67939F
Complementary color
Monochromatic Colors of #67939F
Black with #67939F
Text Example
Text Example
White with #67939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67939F; }
p { color: rgb(103,147,159); }
H1.HeaderClassName
{
color: #67939F;
}
.AnyTagClassName
{
color: #67939F;
}
</style>
background-color css
<style>
a { background-color: #67939F; }
a { background-color: rgb(103,147,159); }
div.DivClassName
{
background-color: #67939F;
}
.BgClassName
{
background-color: #67939F;
}
</style>
border-color css
<style>
span { border-color: #67939F; }
span { border-color: rgb(103,147,159); }
td.TdClassName
{
border-color: #67939F;
}
.TagClassName
{
border-color: #67939F;
}
</style>