Shades of Oxley #6FA285
Tints of Oxley #6FA285
RGB
CMYK
RGB Variations
Color information
#6FA285 (or 0x6FA285) is known color: Oxley. HEX triplet: 6F, A2 and 85. RGB value is (111,162,133). Sum of RGB (Red+Green+Blue) = 111+162+133=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA285 is #905D7A. Grayscale: #8F8F8F. Windows color (decimal): -9461115 or 8757871. OLE color: 8757871.
HSL color Cylindrical-coordinate representation of color #6FA285: hue angle of 145.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA285 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 133 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.36 |
| HSL | 145.88º | 0.22% | 0.54% | - |
| HSV(B) | 145.88º | 0.31% | 0.64% | - |
| XYZ | 23.71 | 30.91 | 26.91 | - |
| YUV | 143.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 133 | 0.31 | 0 | 0.18 | 0.36 | 145.88 | 0.22 | 0.54 |
| Hex | 6F | A2 | 85 | 1F | 0 | 12 | 24 | 92 | 16 | 36 |
| Octal | 157 | 242 | 205 | 37 | 0 | 22 | 44 | 222 | 26 | 66 |
| Binary | 1101111 | 10100010 | 10000101 | 11111 | 0 | 10010 | 100100 | 10010010 | 10110 | 110110 |
Color Harmonies of #6FA285
Complementary color
Monochromatic Colors of #6FA285
Black with #6FA285
Text Example
Text Example
White with #6FA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA285; }
p { color: rgb(111,162,133); }
H1.HeaderClassName
{
color: #6FA285;
}
.AnyTagClassName
{
color: #6FA285;
}
</style>
background-color css
<style>
a { background-color: #6FA285; }
a { background-color: rgb(111,162,133); }
div.DivClassName
{
background-color: #6FA285;
}
.BgClassName
{
background-color: #6FA285;
}
</style>
border-color css
<style>
span { border-color: #6FA285; }
span { border-color: rgb(111,162,133); }
td.TdClassName
{
border-color: #6FA285;
}
.TagClassName
{
border-color: #6FA285;
}
</style>