Shades of Patina #6C998C
Tints of Patina #6C998C
RGB
CMYK
RGB Variations
Color information
#6C998C (or 0x6C998C) is known color: Patina. HEX triplet: 6C, 99 and 8C. RGB value is (108,153,140). Sum of RGB (Red+Green+Blue) = 108+153+140=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #6C998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C998C is #936673. Grayscale: #8A8A8A. Windows color (decimal): -9660020 or 9214316. OLE color: 9214316.
HSL color Cylindrical-coordinate representation of color #6C998C: hue angle of 162.67º 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 #6C998C is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 153 | 140 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.4 |
| HSL | 162.67º | 0.18% | 0.51% | - |
| HSV(B) | 162.67º | 0.29% | 0.6% | - |
| XYZ | 22.31 | 27.86 | 29.01 | - |
| YUV | 138.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 153 | 140 | 0.29 | 0 | 0.08 | 0.4 | 162.67 | 0.18 | 0.51 |
| Hex | 6C | 99 | 8C | 1D | 0 | 8 | 28 | A3 | 12 | 33 |
| Octal | 154 | 231 | 214 | 35 | 0 | 10 | 50 | 243 | 22 | 63 |
| Binary | 1101100 | 10011001 | 10001100 | 11101 | 0 | 1000 | 101000 | 10100011 | 10010 | 110011 |
Color Harmonies of #6C998C
Complementary color
Monochromatic Colors of #6C998C
Black with #6C998C
Text Example
Text Example
White with #6C998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C998C; }
p { color: rgb(108,153,140); }
H1.HeaderClassName
{
color: #6C998C;
}
.AnyTagClassName
{
color: #6C998C;
}
</style>
background-color css
<style>
a { background-color: #6C998C; }
a { background-color: rgb(108,153,140); }
div.DivClassName
{
background-color: #6C998C;
}
.BgClassName
{
background-color: #6C998C;
}
</style>
border-color css
<style>
span { border-color: #6C998C; }
span { border-color: rgb(108,153,140); }
td.TdClassName
{
border-color: #6C998C;
}
.TagClassName
{
border-color: #6C998C;
}
</style>