Shades of Patina #6B998A
Tints of Patina #6B998A
RGB
CMYK
RGB Variations
Color information
#6B998A (or 0x6B998A) is known color: Patina. HEX triplet: 6B, 99 and 8A. RGB value is (107,153,138). Sum of RGB (Red+Green+Blue) = 107+153+138=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #6B998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B998A is #946675. Grayscale: #898989. Windows color (decimal): -9725558 or 9083243. OLE color: 9083243.
HSL color Cylindrical-coordinate representation of color #6B998A: hue angle of 160.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B998A is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 138 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.4 |
| HSL | 160.43º | 0.18% | 0.51% | - |
| HSV(B) | 160.43º | 0.3% | 0.6% | - |
| XYZ | 22.04 | 27.74 | 28.24 | - |
| YUV | 137.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 138 | 0.30 | 0 | 0.10 | 0.4 | 160.43 | 0.18 | 0.51 |
| Hex | 6B | 99 | 8A | 1E | 0 | A | 28 | A0 | 12 | 33 |
| Octal | 153 | 231 | 212 | 36 | 0 | 12 | 50 | 240 | 22 | 63 |
| Binary | 1101011 | 10011001 | 10001010 | 11110 | 0 | 1010 | 101000 | 10100000 | 10010 | 110011 |
Color Harmonies of #6B998A
Complementary color
Monochromatic Colors of #6B998A
Black with #6B998A
Text Example
Text Example
White with #6B998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B998A; }
p { color: rgb(107,153,138); }
H1.HeaderClassName
{
color: #6B998A;
}
.AnyTagClassName
{
color: #6B998A;
}
</style>
background-color css
<style>
a { background-color: #6B998A; }
a { background-color: rgb(107,153,138); }
div.DivClassName
{
background-color: #6B998A;
}
.BgClassName
{
background-color: #6B998A;
}
</style>
border-color css
<style>
span { border-color: #6B998A; }
span { border-color: rgb(107,153,138); }
td.TdClassName
{
border-color: #6B998A;
}
.TagClassName
{
border-color: #6B998A;
}
</style>