Shades of Oxley #6A937C
Tints of Oxley #6A937C
RGB
CMYK
RGB Variations
Color information
#6A937C (or 0x6A937C) is known color: Oxley. HEX triplet: 6A, 93 and 7C. RGB value is (106,147,124). Sum of RGB (Red+Green+Blue) = 106+147+124=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #6A937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A937C is #956C83. Grayscale: #848484. Windows color (decimal): -9792644 or 8164202. OLE color: 8164202.
HSL color Cylindrical-coordinate representation of color #6A937C: 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 #6A937C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 124 | - |
| 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.02 | 25.39 | 22.91 | - |
| YUV | 132.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 124 | 0.28 | 0 | 0.16 | 0.42 | 146.34 | 0.16 | 0.5 |
| Hex | 6A | 93 | 7C | 1C | 0 | 10 | 2A | 92 | 10 | 32 |
| Octal | 152 | 223 | 174 | 34 | 0 | 20 | 52 | 222 | 20 | 62 |
| Binary | 1101010 | 10010011 | 1111100 | 11100 | 0 | 10000 | 101010 | 10010010 | 10000 | 110010 |
Color Harmonies of #6A937C
Complementary color
Monochromatic Colors of #6A937C
Black with #6A937C
Text Example
Text Example
White with #6A937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A937C; }
p { color: rgb(106,147,124); }
H1.HeaderClassName
{
color: #6A937C;
}
.AnyTagClassName
{
color: #6A937C;
}
</style>
background-color css
<style>
a { background-color: #6A937C; }
a { background-color: rgb(106,147,124); }
div.DivClassName
{
background-color: #6A937C;
}
.BgClassName
{
background-color: #6A937C;
}
</style>
border-color css
<style>
span { border-color: #6A937C; }
span { border-color: rgb(106,147,124); }
td.TdClassName
{
border-color: #6A937C;
}
.TagClassName
{
border-color: #6A937C;
}
</style>