Shades of Patina #6B9688
Tints of Patina #6B9688
RGB
CMYK
RGB Variations
Color information
#6B9688 (or 0x6B9688) is known color: Patina. HEX triplet: 6B, 96 and 88. RGB value is (107,150,136). Sum of RGB (Red+Green+Blue) = 107+150+136=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #6B9688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9688 is #946977. Grayscale: #878787. Windows color (decimal): -9726328 or 8951403. OLE color: 8951403.
HSL color Cylindrical-coordinate representation of color #6B9688: hue angle of 160.47º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B9688 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 136 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.41 |
| HSL | 160.47º | 0.17% | 0.5% | - |
| HSV(B) | 160.47º | 0.29% | 0.59% | - |
| XYZ | 21.41 | 26.72 | 27.32 | - |
| YUV | 135.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 136 | 0.29 | 0 | 0.09 | 0.41 | 160.47 | 0.17 | 0.5 |
| Hex | 6B | 96 | 88 | 1D | 0 | 9 | 29 | A0 | 11 | 32 |
| Octal | 153 | 226 | 210 | 35 | 0 | 11 | 51 | 240 | 21 | 62 |
| Binary | 1101011 | 10010110 | 10001000 | 11101 | 0 | 1001 | 101001 | 10100000 | 10001 | 110010 |
Color Harmonies of #6B9688
Complementary color
Monochromatic Colors of #6B9688
Black with #6B9688
Text Example
Text Example
White with #6B9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9688; }
p { color: rgb(107,150,136); }
H1.HeaderClassName
{
color: #6B9688;
}
.AnyTagClassName
{
color: #6B9688;
}
</style>
background-color css
<style>
a { background-color: #6B9688; }
a { background-color: rgb(107,150,136); }
div.DivClassName
{
background-color: #6B9688;
}
.BgClassName
{
background-color: #6B9688;
}
</style>
border-color css
<style>
span { border-color: #6B9688; }
span { border-color: rgb(107,150,136); }
td.TdClassName
{
border-color: #6B9688;
}
.TagClassName
{
border-color: #6B9688;
}
</style>