Shades of Patina #6C9984
Tints of Patina #6C9984
RGB
CMYK
RGB Variations
Color information
#6C9984 (or 0x6C9984) is known color: Patina. HEX triplet: 6C, 99 and 84. RGB value is (108,153,132). Sum of RGB (Red+Green+Blue) = 108+153+132=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #6C9984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9984 is #93667B. Grayscale: #898989. Windows color (decimal): -9660028 or 8690028. OLE color: 8690028.
HSL color Cylindrical-coordinate representation of color #6C9984: hue angle of 152º 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 #6C9984 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 108 | 153 | 132 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.4 |
| HSL | 152º | 0.18% | 0.51% | - |
| HSV(B) | 152º | 0.29% | 0.6% | - |
| XYZ | 21.74 | 27.64 | 26.02 | - |
| YUV | 137.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 153 | 132 | 0.29 | 0 | 0.14 | 0.4 | 152 | 0.18 | 0.51 |
| Hex | 6C | 99 | 84 | 1D | 0 | E | 28 | 98 | 12 | 33 |
| Octal | 154 | 231 | 204 | 35 | 0 | 16 | 50 | 230 | 22 | 63 |
| Binary | 1101100 | 10011001 | 10000100 | 11101 | 0 | 1110 | 101000 | 10011000 | 10010 | 110011 |
Color Harmonies of #6C9984
Complementary color
Monochromatic Colors of #6C9984
Black with #6C9984
Text Example
Text Example
White with #6C9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9984; }
p { color: rgb(108,153,132); }
H1.HeaderClassName
{
color: #6C9984;
}
.AnyTagClassName
{
color: #6C9984;
}
</style>
background-color css
<style>
a { background-color: #6C9984; }
a { background-color: rgb(108,153,132); }
div.DivClassName
{
background-color: #6C9984;
}
.BgClassName
{
background-color: #6C9984;
}
</style>
border-color css
<style>
span { border-color: #6C9984; }
span { border-color: rgb(108,153,132); }
td.TdClassName
{
border-color: #6C9984;
}
.TagClassName
{
border-color: #6C9984;
}
</style>