Shades of Oxley #6B987A
Tints of Oxley #6B987A
RGB
CMYK
RGB Variations
Color information
#6B987A (or 0x6B987A) is known color: Oxley. HEX triplet: 6B, 98 and 7A. RGB value is (107,152,122). Sum of RGB (Red+Green+Blue) = 107+152+122=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #6B987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B987A is #946785. Grayscale: #878787. Windows color (decimal): -9725830 or 8034411. OLE color: 8034411.
HSL color Cylindrical-coordinate representation of color #6B987A: hue angle of 140º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B987A is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 122 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.40 |
| HSL | 140º | 0.18% | 0.51% | - |
| HSV(B) | 140º | 0.3% | 0.6% | - |
| XYZ | 20.8 | 26.99 | 22.52 | - |
| YUV | 135.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 122 | 0.30 | 0 | 0.20 | 0.40 | 140 | 0.18 | 0.51 |
| Hex | 6B | 98 | 7A | 1E | 0 | 14 | 28 | 8C | 12 | 33 |
| Octal | 153 | 230 | 172 | 36 | 0 | 24 | 50 | 214 | 22 | 63 |
| Binary | 1101011 | 10011000 | 1111010 | 11110 | 0 | 10100 | 101000 | 10001100 | 10010 | 110011 |
Color Harmonies of #6B987A
Complementary color
Monochromatic Colors of #6B987A
Black with #6B987A
Text Example
Text Example
White with #6B987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B987A; }
p { color: rgb(107,152,122); }
H1.HeaderClassName
{
color: #6B987A;
}
.AnyTagClassName
{
color: #6B987A;
}
</style>
background-color css
<style>
a { background-color: #6B987A; }
a { background-color: rgb(107,152,122); }
div.DivClassName
{
background-color: #6B987A;
}
.BgClassName
{
background-color: #6B987A;
}
</style>
border-color css
<style>
span { border-color: #6B987A; }
span { border-color: rgb(107,152,122); }
td.TdClassName
{
border-color: #6B987A;
}
.TagClassName
{
border-color: #6B987A;
}
</style>