Shades of Patina #6B927E
Tints of Patina #6B927E
RGB
CMYK
RGB Variations
Color information
#6B927E (or 0x6B927E) is known color: Patina. HEX triplet: 6B, 92 and 7E. RGB value is (107,146,126). Sum of RGB (Red+Green+Blue) = 107+146+126=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #6B927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B927E is #946D81. Grayscale: #848484. Windows color (decimal): -9727362 or 8295019. OLE color: 8295019.
HSL color Cylindrical-coordinate representation of color #6B927E: hue angle of 149.23º 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 #6B927E is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 126 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.43 |
| HSL | 149.23º | 0.15% | 0.5% | - |
| HSV(B) | 149.23º | 0.27% | 0.57% | - |
| XYZ | 20.11 | 25.19 | 23.54 | - |
| YUV | 132.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 126 | 0.27 | 0 | 0.14 | 0.43 | 149.23 | 0.15 | 0.5 |
| Hex | 6B | 92 | 7E | 1B | 0 | E | 2B | 95 | F | 32 |
| Octal | 153 | 222 | 176 | 33 | 0 | 16 | 53 | 225 | 17 | 62 |
| Binary | 1101011 | 10010010 | 1111110 | 11011 | 0 | 1110 | 101011 | 10010101 | 1111 | 110010 |
Color Harmonies of #6B927E
Complementary color
Monochromatic Colors of #6B927E
Black with #6B927E
Text Example
Text Example
White with #6B927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B927E; }
p { color: rgb(107,146,126); }
H1.HeaderClassName
{
color: #6B927E;
}
.AnyTagClassName
{
color: #6B927E;
}
</style>
background-color css
<style>
a { background-color: #6B927E; }
a { background-color: rgb(107,146,126); }
div.DivClassName
{
background-color: #6B927E;
}
.BgClassName
{
background-color: #6B927E;
}
</style>
border-color css
<style>
span { border-color: #6B927E; }
span { border-color: rgb(107,146,126); }
td.TdClassName
{
border-color: #6B927E;
}
.TagClassName
{
border-color: #6B927E;
}
</style>