Shades of Horizon #68838F
Tints of Horizon #68838F
RGB
CMYK
RGB Variations
Color information
#68838F (or 0x68838F) is known color: Horizon. HEX triplet: 68, 83 and 8F. RGB value is (104,131,143). Sum of RGB (Red+Green+Blue) = 104+131+143=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #68838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68838F is #977C70. Grayscale: #7C7C7C. Windows color (decimal): -9927793 or 9405288. OLE color: 9405288.
HSL color Cylindrical-coordinate representation of color #68838F: hue angle of 198.46º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68838F is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 131 | 143 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.44 |
| HSL | 198.46º | 0.16% | 0.48% | - |
| HSV(B) | 198.46º | 0.27% | 0.56% | - |
| XYZ | 18.78 | 21.16 | 29.08 | - |
| YUV | 124.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 143 | 0.27 | 0.08 | 0 | 0.44 | 198.46 | 0.16 | 0.48 |
| Hex | 68 | 83 | 8F | 1B | 8 | 0 | 2C | C6 | 10 | 30 |
| Octal | 150 | 203 | 217 | 33 | 10 | 0 | 54 | 306 | 20 | 60 |
| Binary | 1101000 | 10000011 | 10001111 | 11011 | 1000 | 0 | 101100 | 11000110 | 10000 | 110000 |
Color Harmonies of #68838F
Complementary color
Monochromatic Colors of #68838F
Black with #68838F
Text Example
Text Example
White with #68838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68838F; }
p { color: rgb(104,131,143); }
H1.HeaderClassName
{
color: #68838F;
}
.AnyTagClassName
{
color: #68838F;
}
</style>
background-color css
<style>
a { background-color: #68838F; }
a { background-color: rgb(104,131,143); }
div.DivClassName
{
background-color: #68838F;
}
.BgClassName
{
background-color: #68838F;
}
</style>
border-color css
<style>
span { border-color: #68838F; }
span { border-color: rgb(104,131,143); }
td.TdClassName
{
border-color: #68838F;
}
.TagClassName
{
border-color: #68838F;
}
</style>