Shades of Oxley #6F987E
Tints of Oxley #6F987E
RGB
CMYK
RGB Variations
Color information
#6F987E (or 0x6F987E) is known color: Oxley. HEX triplet: 6F, 98 and 7E. RGB value is (111,152,126). Sum of RGB (Red+Green+Blue) = 111+152+126=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #6F987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F987E is #906781. Grayscale: #888888. Windows color (decimal): -9463682 or 8296559. OLE color: 8296559.
HSL color Cylindrical-coordinate representation of color #6F987E: hue angle of 141.95º 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 #6F987E is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 126 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.40 |
| HSL | 141.95º | 0.17% | 0.52% | - |
| HSV(B) | 141.95º | 0.27% | 0.6% | - |
| XYZ | 21.55 | 27.34 | 23.88 | - |
| YUV | 136.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 126 | 0.27 | 0 | 0.17 | 0.40 | 141.95 | 0.17 | 0.52 |
| Hex | 6F | 98 | 7E | 1B | 0 | 11 | 28 | 8E | 11 | 34 |
| Octal | 157 | 230 | 176 | 33 | 0 | 21 | 50 | 216 | 21 | 64 |
| Binary | 1101111 | 10011000 | 1111110 | 11011 | 0 | 10001 | 101000 | 10001110 | 10001 | 110100 |
Color Harmonies of #6F987E
Complementary color
Monochromatic Colors of #6F987E
Black with #6F987E
Text Example
Text Example
White with #6F987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F987E; }
p { color: rgb(111,152,126); }
H1.HeaderClassName
{
color: #6F987E;
}
.AnyTagClassName
{
color: #6F987E;
}
</style>
background-color css
<style>
a { background-color: #6F987E; }
a { background-color: rgb(111,152,126); }
div.DivClassName
{
background-color: #6F987E;
}
.BgClassName
{
background-color: #6F987E;
}
</style>
border-color css
<style>
span { border-color: #6F987E; }
span { border-color: rgb(111,152,126); }
td.TdClassName
{
border-color: #6F987E;
}
.TagClassName
{
border-color: #6F987E;
}
</style>