Shades of Oxley #6F9980
Tints of Oxley #6F9980
RGB
CMYK
RGB Variations
Color information
#6F9980 (or 0x6F9980) is known color: Oxley. HEX triplet: 6F, 99 and 80. RGB value is (111,153,128). Sum of RGB (Red+Green+Blue) = 111+153+128=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9980 is #90667F. Grayscale: #898989. Windows color (decimal): -9463424 or 8427887. OLE color: 8427887.
HSL color Cylindrical-coordinate representation of color #6F9980: hue angle of 144.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9980 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 128 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.4 |
| HSL | 144.29º | 0.17% | 0.52% | - |
| HSV(B) | 144.29º | 0.27% | 0.6% | - |
| XYZ | 21.84 | 27.72 | 24.62 | - |
| YUV | 137.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 128 | 0.27 | 0 | 0.16 | 0.4 | 144.29 | 0.17 | 0.52 |
| Hex | 6F | 99 | 80 | 1B | 0 | 10 | 28 | 90 | 11 | 34 |
| Octal | 157 | 231 | 200 | 33 | 0 | 20 | 50 | 220 | 21 | 64 |
| Binary | 1101111 | 10011001 | 10000000 | 11011 | 0 | 10000 | 101000 | 10010000 | 10001 | 110100 |
Color Harmonies of #6F9980
Complementary color
Monochromatic Colors of #6F9980
Black with #6F9980
Text Example
Text Example
White with #6F9980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9980; }
p { color: rgb(111,153,128); }
H1.HeaderClassName
{
color: #6F9980;
}
.AnyTagClassName
{
color: #6F9980;
}
</style>
background-color css
<style>
a { background-color: #6F9980; }
a { background-color: rgb(111,153,128); }
div.DivClassName
{
background-color: #6F9980;
}
.BgClassName
{
background-color: #6F9980;
}
</style>
border-color css
<style>
span { border-color: #6F9980; }
span { border-color: rgb(111,153,128); }
td.TdClassName
{
border-color: #6F9980;
}
.TagClassName
{
border-color: #6F9980;
}
</style>