Shades of Oxley #6D9E80
Tints of Oxley #6D9E80
RGB
CMYK
RGB Variations
Color information
#6D9E80 (or 0x6D9E80) is known color: Oxley. HEX triplet: 6D, 9E and 80. RGB value is (109,158,128). Sum of RGB (Red+Green+Blue) = 109+158+128=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9E80 is #92617F. Grayscale: #8C8C8C. Windows color (decimal): -9593216 or 8429165. OLE color: 8429165.
HSL color Cylindrical-coordinate representation of color #6D9E80: hue angle of 143.27º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9E80 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 128 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.38 |
| HSL | 143.27º | 0.2% | 0.52% | - |
| HSV(B) | 143.27º | 0.31% | 0.62% | - |
| XYZ | 22.43 | 29.26 | 24.89 | - |
| YUV | 139.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 128 | 0.31 | 0 | 0.19 | 0.38 | 143.27 | 0.2 | 0.52 |
| Hex | 6D | 9E | 80 | 1F | 0 | 13 | 26 | 8F | 14 | 34 |
| Octal | 155 | 236 | 200 | 37 | 0 | 23 | 46 | 217 | 24 | 64 |
| Binary | 1101101 | 10011110 | 10000000 | 11111 | 0 | 10011 | 100110 | 10001111 | 10100 | 110100 |
Color Harmonies of #6D9E80
Complementary color
Monochromatic Colors of #6D9E80
Black with #6D9E80
Text Example
Text Example
White with #6D9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E80; }
p { color: rgb(109,158,128); }
H1.HeaderClassName
{
color: #6D9E80;
}
.AnyTagClassName
{
color: #6D9E80;
}
</style>
background-color css
<style>
a { background-color: #6D9E80; }
a { background-color: rgb(109,158,128); }
div.DivClassName
{
background-color: #6D9E80;
}
.BgClassName
{
background-color: #6D9E80;
}
</style>
border-color css
<style>
span { border-color: #6D9E80; }
span { border-color: rgb(109,158,128); }
td.TdClassName
{
border-color: #6D9E80;
}
.TagClassName
{
border-color: #6D9E80;
}
</style>