Shades of Patina #689984
Tints of Patina #689984
RGB
CMYK
RGB Variations
Color information
#689984 (or 0x689984) is known color: Patina. HEX triplet: 68, 99 and 84. RGB value is (104,153,132). Sum of RGB (Red+Green+Blue) = 104+153+132=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #689984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689984 is #97667B. Grayscale: #878787. Windows color (decimal): -9922172 or 8690024. OLE color: 8690024.
HSL color Cylindrical-coordinate representation of color #689984: hue angle of 154.29º 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 #689984 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 132 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.4 |
| HSL | 154.29º | 0.19% | 0.5% | - |
| HSV(B) | 154.29º | 0.32% | 0.6% | - |
| XYZ | 21.27 | 27.39 | 26 | - |
| YUV | 135.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 132 | 0.32 | 0 | 0.14 | 0.4 | 154.29 | 0.19 | 0.5 |
| Hex | 68 | 99 | 84 | 20 | 0 | E | 28 | 9A | 13 | 32 |
| Octal | 150 | 231 | 204 | 40 | 0 | 16 | 50 | 232 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10000100 | 100000 | 0 | 1110 | 101000 | 10011010 | 10011 | 110010 |
Color Harmonies of #689984
Complementary color
Monochromatic Colors of #689984
Black with #689984
Text Example
Text Example
White with #689984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689984; }
p { color: rgb(104,153,132); }
H1.HeaderClassName
{
color: #689984;
}
.AnyTagClassName
{
color: #689984;
}
</style>
background-color css
<style>
a { background-color: #689984; }
a { background-color: rgb(104,153,132); }
div.DivClassName
{
background-color: #689984;
}
.BgClassName
{
background-color: #689984;
}
</style>
border-color css
<style>
span { border-color: #689984; }
span { border-color: rgb(104,153,132); }
td.TdClassName
{
border-color: #689984;
}
.TagClassName
{
border-color: #689984;
}
</style>