Shades of Oxley #6B947D
Tints of Oxley #6B947D
RGB
CMYK
RGB Variations
Color information
#6B947D (or 0x6B947D) is known color: Oxley. HEX triplet: 6B, 94 and 7D. RGB value is (107,148,125). Sum of RGB (Red+Green+Blue) = 107+148+125=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #6B947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B947D is #946B82. Grayscale: #858585. Windows color (decimal): -9726851 or 8229995. OLE color: 8229995.
HSL color Cylindrical-coordinate representation of color #6B947D: hue angle of 146.34º 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 #6B947D is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 125 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.42 |
| HSL | 146.34º | 0.16% | 0.5% | - |
| HSV(B) | 146.34º | 0.28% | 0.58% | - |
| XYZ | 20.35 | 25.79 | 23.31 | - |
| YUV | 133.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 125 | 0.28 | 0 | 0.16 | 0.42 | 146.34 | 0.16 | 0.5 |
| Hex | 6B | 94 | 7D | 1C | 0 | 10 | 2A | 92 | 10 | 32 |
| Octal | 153 | 224 | 175 | 34 | 0 | 20 | 52 | 222 | 20 | 62 |
| Binary | 1101011 | 10010100 | 1111101 | 11100 | 0 | 10000 | 101010 | 10010010 | 10000 | 110010 |
Color Harmonies of #6B947D
Complementary color
Monochromatic Colors of #6B947D
Black with #6B947D
Text Example
Text Example
White with #6B947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B947D; }
p { color: rgb(107,148,125); }
H1.HeaderClassName
{
color: #6B947D;
}
.AnyTagClassName
{
color: #6B947D;
}
</style>
background-color css
<style>
a { background-color: #6B947D; }
a { background-color: rgb(107,148,125); }
div.DivClassName
{
background-color: #6B947D;
}
.BgClassName
{
background-color: #6B947D;
}
</style>
border-color css
<style>
span { border-color: #6B947D; }
span { border-color: rgb(107,148,125); }
td.TdClassName
{
border-color: #6B947D;
}
.TagClassName
{
border-color: #6B947D;
}
</style>