Shades of Patina #6D998A
Tints of Patina #6D998A
RGB
CMYK
RGB Variations
Color information
#6D998A (or 0x6D998A) is known color: Patina. HEX triplet: 6D, 99 and 8A. RGB value is (109,153,138). Sum of RGB (Red+Green+Blue) = 109+153+138=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #6D998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D998A is #926675. Grayscale: #8A8A8A. Windows color (decimal): -9594486 or 9083245. OLE color: 9083245.
HSL color Cylindrical-coordinate representation of color #6D998A: hue angle of 159.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D998A is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 153 | 138 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.4 |
| HSL | 159.55º | 0.18% | 0.51% | - |
| HSV(B) | 159.55º | 0.29% | 0.6% | - |
| XYZ | 22.29 | 27.87 | 28.25 | - |
| YUV | 138.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 138 | 0.29 | 0 | 0.10 | 0.4 | 159.55 | 0.18 | 0.51 |
| Hex | 6D | 99 | 8A | 1D | 0 | A | 28 | A0 | 12 | 33 |
| Octal | 155 | 231 | 212 | 35 | 0 | 12 | 50 | 240 | 22 | 63 |
| Binary | 1101101 | 10011001 | 10001010 | 11101 | 0 | 1010 | 101000 | 10100000 | 10010 | 110011 |
Color Harmonies of #6D998A
Complementary color
Monochromatic Colors of #6D998A
Black with #6D998A
Text Example
Text Example
White with #6D998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D998A; }
p { color: rgb(109,153,138); }
H1.HeaderClassName
{
color: #6D998A;
}
.AnyTagClassName
{
color: #6D998A;
}
</style>
background-color css
<style>
a { background-color: #6D998A; }
a { background-color: rgb(109,153,138); }
div.DivClassName
{
background-color: #6D998A;
}
.BgClassName
{
background-color: #6D998A;
}
</style>
border-color css
<style>
span { border-color: #6D998A; }
span { border-color: rgb(109,153,138); }
td.TdClassName
{
border-color: #6D998A;
}
.TagClassName
{
border-color: #6D998A;
}
</style>