Shades of Patina #6B9B8A
Tints of Patina #6B9B8A
RGB
CMYK
RGB Variations
Color information
#6B9B8A (or 0x6B9B8A) is known color: Patina. HEX triplet: 6B, 9B and 8A. RGB value is (107,155,138). Sum of RGB (Red+Green+Blue) = 107+155+138=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B8A is #946475. Grayscale: #8A8A8A. Windows color (decimal): -9725046 or 9083755. OLE color: 9083755.
HSL color Cylindrical-coordinate representation of color #6B9B8A: hue angle of 158.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B8A is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 138 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.39 |
| HSL | 158.75º | 0.19% | 0.51% | - |
| HSV(B) | 158.75º | 0.31% | 0.61% | - |
| XYZ | 22.37 | 28.4 | 28.35 | - |
| YUV | 138.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 138 | 0.31 | 0 | 0.11 | 0.39 | 158.75 | 0.19 | 0.51 |
| Hex | 6B | 9B | 8A | 1F | 0 | B | 27 | 9F | 13 | 33 |
| Octal | 153 | 233 | 212 | 37 | 0 | 13 | 47 | 237 | 23 | 63 |
| Binary | 1101011 | 10011011 | 10001010 | 11111 | 0 | 1011 | 100111 | 10011111 | 10011 | 110011 |
Color Harmonies of #6B9B8A
Complementary color
Monochromatic Colors of #6B9B8A
Black with #6B9B8A
Text Example
Text Example
White with #6B9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B8A; }
p { color: rgb(107,155,138); }
H1.HeaderClassName
{
color: #6B9B8A;
}
.AnyTagClassName
{
color: #6B9B8A;
}
</style>
background-color css
<style>
a { background-color: #6B9B8A; }
a { background-color: rgb(107,155,138); }
div.DivClassName
{
background-color: #6B9B8A;
}
.BgClassName
{
background-color: #6B9B8A;
}
</style>
border-color css
<style>
span { border-color: #6B9B8A; }
span { border-color: rgb(107,155,138); }
td.TdClassName
{
border-color: #6B9B8A;
}
.TagClassName
{
border-color: #6B9B8A;
}
</style>