Shades of Horizon #68929A
Tints of Horizon #68929A
RGB
CMYK
RGB Variations
Color information
#68929A (or 0x68929A) is known color: Horizon. HEX triplet: 68, 92 and 9A. RGB value is (104,146,154). Sum of RGB (Red+Green+Blue) = 104+146+154=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #68929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68929A is #976D65. Grayscale: #868686. Windows color (decimal): -9923942 or 10130024. OLE color: 10130024.
HSL color Cylindrical-coordinate representation of color #68929A: hue angle of 189.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68929A is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 146 | 154 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.40 |
| HSL | 189.6º | 0.2% | 0.51% | - |
| HSV(B) | 189.6º | 0.32% | 0.6% | - |
| XYZ | 21.82 | 25.83 | 34.41 | - |
| YUV | 134.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 154 | 0.32 | 0.05 | 0 | 0.40 | 189.6 | 0.2 | 0.51 |
| Hex | 68 | 92 | 9A | 20 | 5 | 0 | 28 | BE | 14 | 33 |
| Octal | 150 | 222 | 232 | 40 | 5 | 0 | 50 | 276 | 24 | 63 |
| Binary | 1101000 | 10010010 | 10011010 | 100000 | 101 | 0 | 101000 | 10111110 | 10100 | 110011 |
Color Harmonies of #68929A
Complementary color
Monochromatic Colors of #68929A
Black with #68929A
Text Example
Text Example
White with #68929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68929A; }
p { color: rgb(104,146,154); }
H1.HeaderClassName
{
color: #68929A;
}
.AnyTagClassName
{
color: #68929A;
}
</style>
background-color css
<style>
a { background-color: #68929A; }
a { background-color: rgb(104,146,154); }
div.DivClassName
{
background-color: #68929A;
}
.BgClassName
{
background-color: #68929A;
}
</style>
border-color css
<style>
span { border-color: #68929A; }
span { border-color: rgb(104,146,154); }
td.TdClassName
{
border-color: #68929A;
}
.TagClassName
{
border-color: #68929A;
}
</style>