Shades of Oxley #6A947B
Tints of Oxley #6A947B
RGB
CMYK
RGB Variations
Color information
#6A947B (or 0x6A947B) is known color: Oxley. HEX triplet: 6A, 94 and 7B. RGB value is (106,148,123). Sum of RGB (Red+Green+Blue) = 106+148+123=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #6A947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A947B is #956B84. Grayscale: #848484. Windows color (decimal): -9792389 or 8098922. OLE color: 8098922.
HSL color Cylindrical-coordinate representation of color #6A947B: hue angle of 144.29º 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 #6A947B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 123 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.42 |
| HSL | 144.29º | 0.17% | 0.5% | - |
| HSV(B) | 144.29º | 0.28% | 0.58% | - |
| XYZ | 20.11 | 25.67 | 22.63 | - |
| YUV | 132.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 123 | 0.28 | 0 | 0.17 | 0.42 | 144.29 | 0.17 | 0.5 |
| Hex | 6A | 94 | 7B | 1C | 0 | 11 | 2A | 90 | 11 | 32 |
| Octal | 152 | 224 | 173 | 34 | 0 | 21 | 52 | 220 | 21 | 62 |
| Binary | 1101010 | 10010100 | 1111011 | 11100 | 0 | 10001 | 101010 | 10010000 | 10001 | 110010 |
Color Harmonies of #6A947B
Complementary color
Monochromatic Colors of #6A947B
Black with #6A947B
Text Example
Text Example
White with #6A947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A947B; }
p { color: rgb(106,148,123); }
H1.HeaderClassName
{
color: #6A947B;
}
.AnyTagClassName
{
color: #6A947B;
}
</style>
background-color css
<style>
a { background-color: #6A947B; }
a { background-color: rgb(106,148,123); }
div.DivClassName
{
background-color: #6A947B;
}
.BgClassName
{
background-color: #6A947B;
}
</style>
border-color css
<style>
span { border-color: #6A947B; }
span { border-color: rgb(106,148,123); }
td.TdClassName
{
border-color: #6A947B;
}
.TagClassName
{
border-color: #6A947B;
}
</style>