Shades of Oxley #6B977C
Tints of Oxley #6B977C
RGB
CMYK
RGB Variations
Color information
#6B977C (or 0x6B977C) is known color: Oxley. HEX triplet: 6B, 97 and 7C. RGB value is (107,151,124). Sum of RGB (Red+Green+Blue) = 107+151+124=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #6B977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B977C is #946883. Grayscale: #868686. Windows color (decimal): -9726084 or 8165227. OLE color: 8165227.
HSL color Cylindrical-coordinate representation of color #6B977C: hue angle of 143.18º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B977C is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 124 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.41 |
| HSL | 143.18º | 0.17% | 0.51% | - |
| HSV(B) | 143.18º | 0.29% | 0.59% | - |
| XYZ | 20.77 | 26.71 | 23.13 | - |
| YUV | 134.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 124 | 0.29 | 0 | 0.18 | 0.41 | 143.18 | 0.17 | 0.51 |
| Hex | 6B | 97 | 7C | 1D | 0 | 12 | 29 | 8F | 11 | 33 |
| Octal | 153 | 227 | 174 | 35 | 0 | 22 | 51 | 217 | 21 | 63 |
| Binary | 1101011 | 10010111 | 1111100 | 11101 | 0 | 10010 | 101001 | 10001111 | 10001 | 110011 |
Color Harmonies of #6B977C
Complementary color
Monochromatic Colors of #6B977C
Black with #6B977C
Text Example
Text Example
White with #6B977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B977C; }
p { color: rgb(107,151,124); }
H1.HeaderClassName
{
color: #6B977C;
}
.AnyTagClassName
{
color: #6B977C;
}
</style>
background-color css
<style>
a { background-color: #6B977C; }
a { background-color: rgb(107,151,124); }
div.DivClassName
{
background-color: #6B977C;
}
.BgClassName
{
background-color: #6B977C;
}
</style>
border-color css
<style>
span { border-color: #6B977C; }
span { border-color: rgb(107,151,124); }
td.TdClassName
{
border-color: #6B977C;
}
.TagClassName
{
border-color: #6B977C;
}
</style>