Shades of Patina #689486
Tints of Patina #689486
RGB
CMYK
RGB Variations
Color information
#689486 (or 0x689486) is known color: Patina. HEX triplet: 68, 94 and 86. RGB value is (104,148,134). Sum of RGB (Red+Green+Blue) = 104+148+134=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #689486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689486 is #976B79. Grayscale: #858585. Windows color (decimal): -9923450 or 8819816. OLE color: 8819816.
HSL color Cylindrical-coordinate representation of color #689486: hue angle of 160.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689486 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 134 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.42 |
| HSL | 160.91º | 0.17% | 0.49% | - |
| HSV(B) | 160.91º | 0.3% | 0.58% | - |
| XYZ | 20.6 | 25.84 | 26.46 | - |
| YUV | 133.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 134 | 0.30 | 0 | 0.09 | 0.42 | 160.91 | 0.17 | 0.49 |
| Hex | 68 | 94 | 86 | 1E | 0 | 9 | 2A | A1 | 11 | 31 |
| Octal | 150 | 224 | 206 | 36 | 0 | 11 | 52 | 241 | 21 | 61 |
| Binary | 1101000 | 10010100 | 10000110 | 11110 | 0 | 1001 | 101010 | 10100001 | 10001 | 110001 |
Color Harmonies of #689486
Complementary color
Monochromatic Colors of #689486
Black with #689486
Text Example
Text Example
White with #689486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689486; }
p { color: rgb(104,148,134); }
H1.HeaderClassName
{
color: #689486;
}
.AnyTagClassName
{
color: #689486;
}
</style>
background-color css
<style>
a { background-color: #689486; }
a { background-color: rgb(104,148,134); }
div.DivClassName
{
background-color: #689486;
}
.BgClassName
{
background-color: #689486;
}
</style>
border-color css
<style>
span { border-color: #689486; }
span { border-color: rgb(104,148,134); }
td.TdClassName
{
border-color: #689486;
}
.TagClassName
{
border-color: #689486;
}
</style>