Shades of Oxley #6B957B
Tints of Oxley #6B957B
RGB
CMYK
RGB Variations
Color information
#6B957B (or 0x6B957B) is known color: Oxley. HEX triplet: 6B, 95 and 7B. RGB value is (107,149,123). Sum of RGB (Red+Green+Blue) = 107+149+123=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #6B957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B957B is #946A84. Grayscale: #858585. Windows color (decimal): -9726597 or 8099179. OLE color: 8099179.
HSL color Cylindrical-coordinate representation of color #6B957B: hue angle of 142.86º degrees, saturation: 0.17, 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 #6B957B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 123 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.42 |
| HSL | 142.86º | 0.17% | 0.5% | - |
| HSV(B) | 142.86º | 0.28% | 0.58% | - |
| XYZ | 20.39 | 26.05 | 22.69 | - |
| YUV | 133.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 123 | 0.28 | 0 | 0.17 | 0.42 | 142.86 | 0.17 | 0.5 |
| Hex | 6B | 95 | 7B | 1C | 0 | 11 | 2A | 8F | 11 | 32 |
| Octal | 153 | 225 | 173 | 34 | 0 | 21 | 52 | 217 | 21 | 62 |
| Binary | 1101011 | 10010101 | 1111011 | 11100 | 0 | 10001 | 101010 | 10001111 | 10001 | 110010 |
Color Harmonies of #6B957B
Complementary color
Monochromatic Colors of #6B957B
Black with #6B957B
Text Example
Text Example
White with #6B957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B957B; }
p { color: rgb(107,149,123); }
H1.HeaderClassName
{
color: #6B957B;
}
.AnyTagClassName
{
color: #6B957B;
}
</style>
background-color css
<style>
a { background-color: #6B957B; }
a { background-color: rgb(107,149,123); }
div.DivClassName
{
background-color: #6B957B;
}
.BgClassName
{
background-color: #6B957B;
}
</style>
border-color css
<style>
span { border-color: #6B957B; }
span { border-color: rgb(107,149,123); }
td.TdClassName
{
border-color: #6B957B;
}
.TagClassName
{
border-color: #6B957B;
}
</style>