Shades of Patina #689986
Tints of Patina #689986
RGB
CMYK
RGB Variations
Color information
#689986 (or 0x689986) is known color: Patina. HEX triplet: 68, 99 and 86. RGB value is (104,153,134). Sum of RGB (Red+Green+Blue) = 104+153+134=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #689986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689986 is #976679. Grayscale: #888888. Windows color (decimal): -9922170 or 8821096. OLE color: 8821096.
HSL color Cylindrical-coordinate representation of color #689986: hue angle of 156.73º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689986 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 134 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.4 |
| HSL | 156.73º | 0.19% | 0.5% | - |
| HSV(B) | 156.73º | 0.32% | 0.6% | - |
| XYZ | 21.4 | 27.45 | 26.72 | - |
| YUV | 136.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 134 | 0.32 | 0 | 0.12 | 0.4 | 156.73 | 0.19 | 0.5 |
| Hex | 68 | 99 | 86 | 20 | 0 | C | 28 | 9D | 13 | 32 |
| Octal | 150 | 231 | 206 | 40 | 0 | 14 | 50 | 235 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10000110 | 100000 | 0 | 1100 | 101000 | 10011101 | 10011 | 110010 |
Color Harmonies of #689986
Complementary color
Monochromatic Colors of #689986
Black with #689986
Text Example
Text Example
White with #689986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689986; }
p { color: rgb(104,153,134); }
H1.HeaderClassName
{
color: #689986;
}
.AnyTagClassName
{
color: #689986;
}
</style>
background-color css
<style>
a { background-color: #689986; }
a { background-color: rgb(104,153,134); }
div.DivClassName
{
background-color: #689986;
}
.BgClassName
{
background-color: #689986;
}
</style>
border-color css
<style>
span { border-color: #689986; }
span { border-color: rgb(104,153,134); }
td.TdClassName
{
border-color: #689986;
}
.TagClassName
{
border-color: #689986;
}
</style>