Shades of Oxley #6BA080
Tints of Oxley #6BA080
RGB
CMYK
RGB Variations
Color information
#6BA080 (or 0x6BA080) is known color: Oxley. HEX triplet: 6B, A0 and 80. RGB value is (107,160,128). Sum of RGB (Red+Green+Blue) = 107+160+128=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA080 is #945F7F. Grayscale: #8C8C8C. Windows color (decimal): -9723776 or 8429675. OLE color: 8429675.
HSL color Cylindrical-coordinate representation of color #6BA080: hue angle of 143.77º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6BA080 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 128 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.37 |
| HSL | 143.77º | 0.22% | 0.52% | - |
| HSV(B) | 143.77º | 0.33% | 0.63% | - |
| XYZ | 22.53 | 29.83 | 24.99 | - |
| YUV | 140.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 128 | 0.33 | 0 | 0.20 | 0.37 | 143.77 | 0.22 | 0.52 |
| Hex | 6B | A0 | 80 | 21 | 0 | 14 | 25 | 90 | 16 | 34 |
| Octal | 153 | 240 | 200 | 41 | 0 | 24 | 45 | 220 | 26 | 64 |
| Binary | 1101011 | 10100000 | 10000000 | 100001 | 0 | 10100 | 100101 | 10010000 | 10110 | 110100 |
Color Harmonies of #6BA080
Complementary color
Monochromatic Colors of #6BA080
Black with #6BA080
Text Example
Text Example
White with #6BA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA080; }
p { color: rgb(107,160,128); }
H1.HeaderClassName
{
color: #6BA080;
}
.AnyTagClassName
{
color: #6BA080;
}
</style>
background-color css
<style>
a { background-color: #6BA080; }
a { background-color: rgb(107,160,128); }
div.DivClassName
{
background-color: #6BA080;
}
.BgClassName
{
background-color: #6BA080;
}
</style>
border-color css
<style>
span { border-color: #6BA080; }
span { border-color: rgb(107,160,128); }
td.TdClassName
{
border-color: #6BA080;
}
.TagClassName
{
border-color: #6BA080;
}
</style>