Shades of Patina #6B9284
Tints of Patina #6B9284
RGB
CMYK
RGB Variations
Color information
#6B9284 (or 0x6B9284) is known color: Patina. HEX triplet: 6B, 92 and 84. RGB value is (107,146,132). Sum of RGB (Red+Green+Blue) = 107+146+132=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9284 is #946D7B. Grayscale: #848484. Windows color (decimal): -9727356 or 8688235. OLE color: 8688235.
HSL color Cylindrical-coordinate representation of color #6B9284: hue angle of 158.46º 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 #6B9284 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 132 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.43 |
| HSL | 158.46º | 0.15% | 0.5% | - |
| HSV(B) | 158.46º | 0.27% | 0.57% | - |
| XYZ | 20.51 | 25.35 | 25.64 | - |
| YUV | 132.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 132 | 0.27 | 0 | 0.10 | 0.43 | 158.46 | 0.15 | 0.5 |
| Hex | 6B | 92 | 84 | 1B | 0 | A | 2B | 9E | F | 32 |
| Octal | 153 | 222 | 204 | 33 | 0 | 12 | 53 | 236 | 17 | 62 |
| Binary | 1101011 | 10010010 | 10000100 | 11011 | 0 | 1010 | 101011 | 10011110 | 1111 | 110010 |
Color Harmonies of #6B9284
Complementary color
Monochromatic Colors of #6B9284
Black with #6B9284
Text Example
Text Example
White with #6B9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9284; }
p { color: rgb(107,146,132); }
H1.HeaderClassName
{
color: #6B9284;
}
.AnyTagClassName
{
color: #6B9284;
}
</style>
background-color css
<style>
a { background-color: #6B9284; }
a { background-color: rgb(107,146,132); }
div.DivClassName
{
background-color: #6B9284;
}
.BgClassName
{
background-color: #6B9284;
}
</style>
border-color css
<style>
span { border-color: #6B9284; }
span { border-color: rgb(107,146,132); }
td.TdClassName
{
border-color: #6B9284;
}
.TagClassName
{
border-color: #6B9284;
}
</style>