Shades of Patina #6F9884
Tints of Patina #6F9884
RGB
CMYK
RGB Variations
Color information
#6F9884 (or 0x6F9884) is known color: Patina. HEX triplet: 6F, 98 and 84. RGB value is (111,152,132). Sum of RGB (Red+Green+Blue) = 111+152+132=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9884 is #90677B. Grayscale: #898989. Windows color (decimal): -9463676 or 8689775. OLE color: 8689775.
HSL color Cylindrical-coordinate representation of color #6F9884: hue angle of 150.73º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9884 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 132 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.40 |
| HSL | 150.73º | 0.17% | 0.52% | - |
| HSV(B) | 150.73º | 0.27% | 0.6% | - |
| XYZ | 21.95 | 27.5 | 25.98 | - |
| YUV | 137.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 132 | 0.27 | 0 | 0.13 | 0.40 | 150.73 | 0.17 | 0.52 |
| Hex | 6F | 98 | 84 | 1B | 0 | D | 28 | 97 | 11 | 34 |
| Octal | 157 | 230 | 204 | 33 | 0 | 15 | 50 | 227 | 21 | 64 |
| Binary | 1101111 | 10011000 | 10000100 | 11011 | 0 | 1101 | 101000 | 10010111 | 10001 | 110100 |
Color Harmonies of #6F9884
Complementary color
Monochromatic Colors of #6F9884
Black with #6F9884
Text Example
Text Example
White with #6F9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9884; }
p { color: rgb(111,152,132); }
H1.HeaderClassName
{
color: #6F9884;
}
.AnyTagClassName
{
color: #6F9884;
}
</style>
background-color css
<style>
a { background-color: #6F9884; }
a { background-color: rgb(111,152,132); }
div.DivClassName
{
background-color: #6F9884;
}
.BgClassName
{
background-color: #6F9884;
}
</style>
border-color css
<style>
span { border-color: #6F9884; }
span { border-color: rgb(111,152,132); }
td.TdClassName
{
border-color: #6F9884;
}
.TagClassName
{
border-color: #6F9884;
}
</style>