Shades of Oxley #6EA480
Tints of Oxley #6EA480
RGB
CMYK
RGB Variations
Color information
#6EA480 (or 0x6EA480) is known color: Oxley. HEX triplet: 6E, A4 and 80. RGB value is (110,164,128). Sum of RGB (Red+Green+Blue) = 110+164+128=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA480 is #915B7F. Grayscale: #8F8F8F. Windows color (decimal): -9526144 or 8430702. OLE color: 8430702.
HSL color Cylindrical-coordinate representation of color #6EA480: hue angle of 140º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA480 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 164 | 128 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.36 |
| HSL | 140º | 0.23% | 0.54% | - |
| HSV(B) | 140º | 0.33% | 0.64% | - |
| XYZ | 23.6 | 31.42 | 25.24 | - |
| YUV | 143.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 128 | 0.33 | 0 | 0.22 | 0.36 | 140 | 0.23 | 0.54 |
| Hex | 6E | A4 | 80 | 21 | 0 | 16 | 24 | 8C | 17 | 36 |
| Octal | 156 | 244 | 200 | 41 | 0 | 26 | 44 | 214 | 27 | 66 |
| Binary | 1101110 | 10100100 | 10000000 | 100001 | 0 | 10110 | 100100 | 10001100 | 10111 | 110110 |
Color Harmonies of #6EA480
Complementary color
Monochromatic Colors of #6EA480
Black with #6EA480
Text Example
Text Example
White with #6EA480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA480; }
p { color: rgb(110,164,128); }
H1.HeaderClassName
{
color: #6EA480;
}
.AnyTagClassName
{
color: #6EA480;
}
</style>
background-color css
<style>
a { background-color: #6EA480; }
a { background-color: rgb(110,164,128); }
div.DivClassName
{
background-color: #6EA480;
}
.BgClassName
{
background-color: #6EA480;
}
</style>
border-color css
<style>
span { border-color: #6EA480; }
span { border-color: rgb(110,164,128); }
td.TdClassName
{
border-color: #6EA480;
}
.TagClassName
{
border-color: #6EA480;
}
</style>