Shades of Oxley #6B947C
Tints of Oxley #6B947C
RGB
CMYK
RGB Variations
Color information
#6B947C (or 0x6B947C) is known color: Oxley. HEX triplet: 6B, 94 and 7C. RGB value is (107,148,124). Sum of RGB (Red+Green+Blue) = 107+148+124=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #6B947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B947C is #946B83. Grayscale: #858585. Windows color (decimal): -9726852 or 8164459. OLE color: 8164459.
HSL color Cylindrical-coordinate representation of color #6B947C: hue angle of 144.88º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B947C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 124 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.42 |
| HSL | 144.88º | 0.16% | 0.5% | - |
| HSV(B) | 144.88º | 0.28% | 0.58% | - |
| XYZ | 20.29 | 25.76 | 22.97 | - |
| YUV | 133.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 124 | 0.28 | 0 | 0.16 | 0.42 | 144.88 | 0.16 | 0.5 |
| Hex | 6B | 94 | 7C | 1C | 0 | 10 | 2A | 91 | 10 | 32 |
| Octal | 153 | 224 | 174 | 34 | 0 | 20 | 52 | 221 | 20 | 62 |
| Binary | 1101011 | 10010100 | 1111100 | 11100 | 0 | 10000 | 101010 | 10010001 | 10000 | 110010 |
Color Harmonies of #6B947C
Complementary color
Monochromatic Colors of #6B947C
Black with #6B947C
Text Example
Text Example
White with #6B947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B947C; }
p { color: rgb(107,148,124); }
H1.HeaderClassName
{
color: #6B947C;
}
.AnyTagClassName
{
color: #6B947C;
}
</style>
background-color css
<style>
a { background-color: #6B947C; }
a { background-color: rgb(107,148,124); }
div.DivClassName
{
background-color: #6B947C;
}
.BgClassName
{
background-color: #6B947C;
}
</style>
border-color css
<style>
span { border-color: #6B947C; }
span { border-color: rgb(107,148,124); }
td.TdClassName
{
border-color: #6B947C;
}
.TagClassName
{
border-color: #6B947C;
}
</style>