Shades of Patina #689988
Tints of Patina #689988
RGB
CMYK
RGB Variations
Color information
#689988 (or 0x689988) is known color: Patina. HEX triplet: 68, 99 and 88. RGB value is (104,153,136). Sum of RGB (Red+Green+Blue) = 104+153+136=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #689988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689988 is #976677. Grayscale: #888888. Windows color (decimal): -9922168 or 8952168. OLE color: 8952168.
HSL color Cylindrical-coordinate representation of color #689988: hue angle of 159.18º 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 #689988 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 136 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.4 |
| HSL | 159.18º | 0.19% | 0.5% | - |
| HSV(B) | 159.18º | 0.32% | 0.6% | - |
| XYZ | 21.54 | 27.5 | 27.47 | - |
| YUV | 136.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 136 | 0.32 | 0 | 0.11 | 0.4 | 159.18 | 0.19 | 0.5 |
| Hex | 68 | 99 | 88 | 20 | 0 | B | 28 | 9F | 13 | 32 |
| Octal | 150 | 231 | 210 | 40 | 0 | 13 | 50 | 237 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10001000 | 100000 | 0 | 1011 | 101000 | 10011111 | 10011 | 110010 |
Color Harmonies of #689988
Complementary color
Monochromatic Colors of #689988
Black with #689988
Text Example
Text Example
White with #689988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689988; }
p { color: rgb(104,153,136); }
H1.HeaderClassName
{
color: #689988;
}
.AnyTagClassName
{
color: #689988;
}
</style>
background-color css
<style>
a { background-color: #689988; }
a { background-color: rgb(104,153,136); }
div.DivClassName
{
background-color: #689988;
}
.BgClassName
{
background-color: #689988;
}
</style>
border-color css
<style>
span { border-color: #689988; }
span { border-color: rgb(104,153,136); }
td.TdClassName
{
border-color: #689988;
}
.TagClassName
{
border-color: #689988;
}
</style>