Shades of Patina #699987
Tints of Patina #699987
RGB
CMYK
RGB Variations
Color information
#699987 (or 0x699987) is known color: Patina. HEX triplet: 69, 99 and 87. RGB value is (105,153,135). Sum of RGB (Red+Green+Blue) = 105+153+135=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #699987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699987 is #966678. Grayscale: #888888. Windows color (decimal): -9856633 or 8886633. OLE color: 8886633.
HSL color Cylindrical-coordinate representation of color #699987: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699987 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 135 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.4 |
| HSL | 157.5º | 0.19% | 0.51% | - |
| HSV(B) | 157.5º | 0.31% | 0.6% | - |
| XYZ | 21.59 | 27.54 | 27.1 | - |
| YUV | 136.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 135 | 0.31 | 0 | 0.12 | 0.4 | 157.5 | 0.19 | 0.51 |
| Hex | 69 | 99 | 87 | 1F | 0 | C | 28 | 9E | 13 | 33 |
| Octal | 151 | 231 | 207 | 37 | 0 | 14 | 50 | 236 | 23 | 63 |
| Binary | 1101001 | 10011001 | 10000111 | 11111 | 0 | 1100 | 101000 | 10011110 | 10011 | 110011 |
Color Harmonies of #699987
Complementary color
Monochromatic Colors of #699987
Black with #699987
Text Example
Text Example
White with #699987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699987; }
p { color: rgb(105,153,135); }
H1.HeaderClassName
{
color: #699987;
}
.AnyTagClassName
{
color: #699987;
}
</style>
background-color css
<style>
a { background-color: #699987; }
a { background-color: rgb(105,153,135); }
div.DivClassName
{
background-color: #699987;
}
.BgClassName
{
background-color: #699987;
}
</style>
border-color css
<style>
span { border-color: #699987; }
span { border-color: rgb(105,153,135); }
td.TdClassName
{
border-color: #699987;
}
.TagClassName
{
border-color: #699987;
}
</style>