Shades of Oxley #6A997F
Tints of Oxley #6A997F
RGB
CMYK
RGB Variations
Color information
#6A997F (or 0x6A997F) is known color: Oxley. HEX triplet: 6A, 99 and 7F. RGB value is (106,153,127). Sum of RGB (Red+Green+Blue) = 106+153+127=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #6A997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A997F is #956680. Grayscale: #888888. Windows color (decimal): -9791105 or 8362346. OLE color: 8362346.
HSL color Cylindrical-coordinate representation of color #6A997F: hue angle of 146.81º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A997F is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 127 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.4 |
| HSL | 146.81º | 0.19% | 0.51% | - |
| HSV(B) | 146.81º | 0.31% | 0.6% | - |
| XYZ | 21.17 | 27.38 | 24.25 | - |
| YUV | 135.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 127 | 0.31 | 0 | 0.17 | 0.4 | 146.81 | 0.19 | 0.51 |
| Hex | 6A | 99 | 7F | 1F | 0 | 11 | 28 | 93 | 13 | 33 |
| Octal | 152 | 231 | 177 | 37 | 0 | 21 | 50 | 223 | 23 | 63 |
| Binary | 1101010 | 10011001 | 1111111 | 11111 | 0 | 10001 | 101000 | 10010011 | 10011 | 110011 |
Color Harmonies of #6A997F
Complementary color
Monochromatic Colors of #6A997F
Black with #6A997F
Text Example
Text Example
White with #6A997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A997F; }
p { color: rgb(106,153,127); }
H1.HeaderClassName
{
color: #6A997F;
}
.AnyTagClassName
{
color: #6A997F;
}
</style>
background-color css
<style>
a { background-color: #6A997F; }
a { background-color: rgb(106,153,127); }
div.DivClassName
{
background-color: #6A997F;
}
.BgClassName
{
background-color: #6A997F;
}
</style>
border-color css
<style>
span { border-color: #6A997F; }
span { border-color: rgb(106,153,127); }
td.TdClassName
{
border-color: #6A997F;
}
.TagClassName
{
border-color: #6A997F;
}
</style>