Shades of Patina #689C86
Tints of Patina #689C86
RGB
CMYK
RGB Variations
Color information
#689C86 (or 0x689C86) is known color: Patina. HEX triplet: 68, 9C and 86. RGB value is (104,156,134). Sum of RGB (Red+Green+Blue) = 104+156+134=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #689C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C86 is #976379. Grayscale: #898989. Windows color (decimal): -9921402 or 8821864. OLE color: 8821864.
HSL color Cylindrical-coordinate representation of color #689C86: hue angle of 154.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C86 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 134 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.39 |
| HSL | 154.62º | 0.21% | 0.51% | - |
| HSV(B) | 154.62º | 0.33% | 0.61% | - |
| XYZ | 21.9 | 28.44 | 26.89 | - |
| YUV | 137.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 134 | 0.33 | 0 | 0.14 | 0.39 | 154.62 | 0.21 | 0.51 |
| Hex | 68 | 9C | 86 | 21 | 0 | E | 27 | 9B | 15 | 33 |
| Octal | 150 | 234 | 206 | 41 | 0 | 16 | 47 | 233 | 25 | 63 |
| Binary | 1101000 | 10011100 | 10000110 | 100001 | 0 | 1110 | 100111 | 10011011 | 10101 | 110011 |
Color Harmonies of #689C86
Complementary color
Monochromatic Colors of #689C86
Black with #689C86
Text Example
Text Example
White with #689C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C86; }
p { color: rgb(104,156,134); }
H1.HeaderClassName
{
color: #689C86;
}
.AnyTagClassName
{
color: #689C86;
}
</style>
background-color css
<style>
a { background-color: #689C86; }
a { background-color: rgb(104,156,134); }
div.DivClassName
{
background-color: #689C86;
}
.BgClassName
{
background-color: #689C86;
}
</style>
border-color css
<style>
span { border-color: #689C86; }
span { border-color: rgb(104,156,134); }
td.TdClassName
{
border-color: #689C86;
}
.TagClassName
{
border-color: #689C86;
}
</style>