Shades of Oxley #6D9981
Tints of Oxley #6D9981
RGB
CMYK
RGB Variations
Color information
#6D9981 (or 0x6D9981) is known color: Oxley. HEX triplet: 6D, 99 and 81. RGB value is (109,153,129). Sum of RGB (Red+Green+Blue) = 109+153+129=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9981 is #92667E. Grayscale: #898989. Windows color (decimal): -9594495 or 8493421. OLE color: 8493421.
HSL color Cylindrical-coordinate representation of color #6D9981: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9981 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 153 | 129 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.4 |
| HSL | 147.27º | 0.18% | 0.51% | - |
| HSV(B) | 147.27º | 0.29% | 0.6% | - |
| XYZ | 21.66 | 27.62 | 24.96 | - |
| YUV | 137.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 129 | 0.29 | 0 | 0.16 | 0.4 | 147.27 | 0.18 | 0.51 |
| Hex | 6D | 99 | 81 | 1D | 0 | 10 | 28 | 93 | 12 | 33 |
| Octal | 155 | 231 | 201 | 35 | 0 | 20 | 50 | 223 | 22 | 63 |
| Binary | 1101101 | 10011001 | 10000001 | 11101 | 0 | 10000 | 101000 | 10010011 | 10010 | 110011 |
Color Harmonies of #6D9981
Complementary color
Monochromatic Colors of #6D9981
Black with #6D9981
Text Example
Text Example
White with #6D9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9981; }
p { color: rgb(109,153,129); }
H1.HeaderClassName
{
color: #6D9981;
}
.AnyTagClassName
{
color: #6D9981;
}
</style>
background-color css
<style>
a { background-color: #6D9981; }
a { background-color: rgb(109,153,129); }
div.DivClassName
{
background-color: #6D9981;
}
.BgClassName
{
background-color: #6D9981;
}
</style>
border-color css
<style>
span { border-color: #6D9981; }
span { border-color: rgb(109,153,129); }
td.TdClassName
{
border-color: #6D9981;
}
.TagClassName
{
border-color: #6D9981;
}
</style>