Shades of Oxley #6B957A
Tints of Oxley #6B957A
RGB
CMYK
RGB Variations
Color information
#6B957A (or 0x6B957A) is known color: Oxley. HEX triplet: 6B, 95 and 7A. RGB value is (107,149,122). Sum of RGB (Red+Green+Blue) = 107+149+122=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #6B957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B957A is #946A85. Grayscale: #858585. Windows color (decimal): -9726598 or 8033643. OLE color: 8033643.
HSL color Cylindrical-coordinate representation of color #6B957A: hue angle of 141.43º 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 #6B957A is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 122 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.42 |
| HSL | 141.43º | 0.17% | 0.5% | - |
| HSV(B) | 141.43º | 0.28% | 0.58% | - |
| XYZ | 20.32 | 26.03 | 22.36 | - |
| YUV | 133.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 122 | 0.28 | 0 | 0.18 | 0.42 | 141.43 | 0.17 | 0.5 |
| Hex | 6B | 95 | 7A | 1C | 0 | 12 | 2A | 8D | 11 | 32 |
| Octal | 153 | 225 | 172 | 34 | 0 | 22 | 52 | 215 | 21 | 62 |
| Binary | 1101011 | 10010101 | 1111010 | 11100 | 0 | 10010 | 101010 | 10001101 | 10001 | 110010 |
Color Harmonies of #6B957A
Complementary color
Monochromatic Colors of #6B957A
Black with #6B957A
Text Example
Text Example
White with #6B957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B957A; }
p { color: rgb(107,149,122); }
H1.HeaderClassName
{
color: #6B957A;
}
.AnyTagClassName
{
color: #6B957A;
}
</style>
background-color css
<style>
a { background-color: #6B957A; }
a { background-color: rgb(107,149,122); }
div.DivClassName
{
background-color: #6B957A;
}
.BgClassName
{
background-color: #6B957A;
}
</style>
border-color css
<style>
span { border-color: #6B957A; }
span { border-color: rgb(107,149,122); }
td.TdClassName
{
border-color: #6B957A;
}
.TagClassName
{
border-color: #6B957A;
}
</style>