Shades of Patina #6B9A8D
Tints of Patina #6B9A8D
RGB
CMYK
RGB Variations
Color information
#6B9A8D (or 0x6B9A8D) is known color: Patina. HEX triplet: 6B, 9A and 8D. RGB value is (107,154,141). Sum of RGB (Red+Green+Blue) = 107+154+141=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #6B9A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9A8D is #946572. Grayscale: #8A8A8A. Windows color (decimal): -9725299 or 9280107. OLE color: 9280107.
HSL color Cylindrical-coordinate representation of color #6B9A8D: hue angle of 163.4º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9A8D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 154 | 141 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.40 |
| HSL | 163.4º | 0.19% | 0.51% | - |
| HSV(B) | 163.4º | 0.31% | 0.6% | - |
| XYZ | 22.43 | 28.16 | 29.45 | - |
| YUV | 138.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 141 | 0.31 | 0 | 0.08 | 0.40 | 163.4 | 0.19 | 0.51 |
| Hex | 6B | 9A | 8D | 1F | 0 | 8 | 28 | A3 | 13 | 33 |
| Octal | 153 | 232 | 215 | 37 | 0 | 10 | 50 | 243 | 23 | 63 |
| Binary | 1101011 | 10011010 | 10001101 | 11111 | 0 | 1000 | 101000 | 10100011 | 10011 | 110011 |
Color Harmonies of #6B9A8D
Complementary color
Monochromatic Colors of #6B9A8D
Black with #6B9A8D
Text Example
Text Example
White with #6B9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9A8D; }
p { color: rgb(107,154,141); }
H1.HeaderClassName
{
color: #6B9A8D;
}
.AnyTagClassName
{
color: #6B9A8D;
}
</style>
background-color css
<style>
a { background-color: #6B9A8D; }
a { background-color: rgb(107,154,141); }
div.DivClassName
{
background-color: #6B9A8D;
}
.BgClassName
{
background-color: #6B9A8D;
}
</style>
border-color css
<style>
span { border-color: #6B9A8D; }
span { border-color: rgb(107,154,141); }
td.TdClassName
{
border-color: #6B9A8D;
}
.TagClassName
{
border-color: #6B9A8D;
}
</style>