Shades of Patina #6B9285
Tints of Patina #6B9285
RGB
CMYK
RGB Variations
Color information
#6B9285 (or 0x6B9285) is known color: Patina. HEX triplet: 6B, 92 and 85. RGB value is (107,146,133). Sum of RGB (Red+Green+Blue) = 107+146+133=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9285 is #946D7A. Grayscale: #848484. Windows color (decimal): -9727355 or 8753771. OLE color: 8753771.
HSL color Cylindrical-coordinate representation of color #6B9285: hue angle of 160º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B9285 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 133 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.43 |
| HSL | 160º | 0.15% | 0.5% | - |
| HSV(B) | 160º | 0.27% | 0.57% | - |
| XYZ | 20.58 | 25.38 | 26 | - |
| YUV | 132.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 133 | 0.27 | 0 | 0.09 | 0.43 | 160 | 0.15 | 0.5 |
| Hex | 6B | 92 | 85 | 1B | 0 | 9 | 2B | A0 | F | 32 |
| Octal | 153 | 222 | 205 | 33 | 0 | 11 | 53 | 240 | 17 | 62 |
| Binary | 1101011 | 10010010 | 10000101 | 11011 | 0 | 1001 | 101011 | 10100000 | 1111 | 110010 |
Color Harmonies of #6B9285
Complementary color
Monochromatic Colors of #6B9285
Black with #6B9285
Text Example
Text Example
White with #6B9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9285; }
p { color: rgb(107,146,133); }
H1.HeaderClassName
{
color: #6B9285;
}
.AnyTagClassName
{
color: #6B9285;
}
</style>
background-color css
<style>
a { background-color: #6B9285; }
a { background-color: rgb(107,146,133); }
div.DivClassName
{
background-color: #6B9285;
}
.BgClassName
{
background-color: #6B9285;
}
</style>
border-color css
<style>
span { border-color: #6B9285; }
span { border-color: rgb(107,146,133); }
td.TdClassName
{
border-color: #6B9285;
}
.TagClassName
{
border-color: #6B9285;
}
</style>