Shades of Oxley #6C957E
Tints of Oxley #6C957E
RGB
CMYK
RGB Variations
Color information
#6C957E (or 0x6C957E) is known color: Oxley. HEX triplet: 6C, 95 and 7E. RGB value is (108,149,126). Sum of RGB (Red+Green+Blue) = 108+149+126=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #6C957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C957E is #936A81. Grayscale: #868686. Windows color (decimal): -9661058 or 8295788. OLE color: 8295788.
HSL color Cylindrical-coordinate representation of color #6C957E: 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 #6C957E is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 149 | 126 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.42 |
| HSL | 146.34º | 0.16% | 0.5% | - |
| HSV(B) | 146.34º | 0.28% | 0.58% | - |
| XYZ | 20.7 | 26.19 | 23.7 | - |
| YUV | 134.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 126 | 0.28 | 0 | 0.15 | 0.42 | 146.34 | 0.16 | 0.5 |
| Hex | 6C | 95 | 7E | 1C | 0 | F | 2A | 92 | 10 | 32 |
| Octal | 154 | 225 | 176 | 34 | 0 | 17 | 52 | 222 | 20 | 62 |
| Binary | 1101100 | 10010101 | 1111110 | 11100 | 0 | 1111 | 101010 | 10010010 | 10000 | 110010 |
Color Harmonies of #6C957E
Complementary color
Monochromatic Colors of #6C957E
Black with #6C957E
Text Example
Text Example
White with #6C957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C957E; }
p { color: rgb(108,149,126); }
H1.HeaderClassName
{
color: #6C957E;
}
.AnyTagClassName
{
color: #6C957E;
}
</style>
background-color css
<style>
a { background-color: #6C957E; }
a { background-color: rgb(108,149,126); }
div.DivClassName
{
background-color: #6C957E;
}
.BgClassName
{
background-color: #6C957E;
}
</style>
border-color css
<style>
span { border-color: #6C957E; }
span { border-color: rgb(108,149,126); }
td.TdClassName
{
border-color: #6C957E;
}
.TagClassName
{
border-color: #6C957E;
}
</style>