Shades of Horizon #68939D
Tints of Horizon #68939D
RGB
CMYK
RGB Variations
Color information
#68939D (or 0x68939D) is known color: Horizon. HEX triplet: 68, 93 and 9D. RGB value is (104,147,157). Sum of RGB (Red+Green+Blue) = 104+147+157=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #68939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68939D is #976C62. Grayscale: #878787. Windows color (decimal): -9923683 or 10326888. OLE color: 10326888.
HSL color Cylindrical-coordinate representation of color #68939D: hue angle of 191.32º degrees, saturation: 0.21, 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 #68939D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 147 | 157 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.38 |
| HSL | 191.32º | 0.21% | 0.51% | - |
| HSV(B) | 191.32º | 0.34% | 0.62% | - |
| XYZ | 22.23 | 26.24 | 35.79 | - |
| YUV | 135.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 157 | 0.34 | 0.06 | 0 | 0.38 | 191.32 | 0.21 | 0.51 |
| Hex | 68 | 93 | 9D | 22 | 6 | 0 | 26 | BF | 15 | 33 |
| Octal | 150 | 223 | 235 | 42 | 6 | 0 | 46 | 277 | 25 | 63 |
| Binary | 1101000 | 10010011 | 10011101 | 100010 | 110 | 0 | 100110 | 10111111 | 10101 | 110011 |
Color Harmonies of #68939D
Complementary color
Monochromatic Colors of #68939D
Black with #68939D
Text Example
Text Example
White with #68939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68939D; }
p { color: rgb(104,147,157); }
H1.HeaderClassName
{
color: #68939D;
}
.AnyTagClassName
{
color: #68939D;
}
</style>
background-color css
<style>
a { background-color: #68939D; }
a { background-color: rgb(104,147,157); }
div.DivClassName
{
background-color: #68939D;
}
.BgClassName
{
background-color: #68939D;
}
</style>
border-color css
<style>
span { border-color: #68939D; }
span { border-color: rgb(104,147,157); }
td.TdClassName
{
border-color: #68939D;
}
.TagClassName
{
border-color: #68939D;
}
</style>