Shades of Oxley #6BA484
Tints of Oxley #6BA484
RGB
CMYK
RGB Variations
Color information
#6BA484 (or 0x6BA484) is known color: Oxley. HEX triplet: 6B, A4 and 84. RGB value is (107,164,132). Sum of RGB (Red+Green+Blue) = 107+164+132=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA484 is #945B7B. Grayscale: #8F8F8F. Windows color (decimal): -9722748 or 8692843. OLE color: 8692843.
HSL color Cylindrical-coordinate representation of color #6BA484: hue angle of 146.32º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA484 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 132 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.36 |
| HSL | 146.32º | 0.24% | 0.53% | - |
| HSV(B) | 146.32º | 0.35% | 0.64% | - |
| XYZ | 23.5 | 31.34 | 26.64 | - |
| YUV | 143.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 132 | 0.35 | 0 | 0.20 | 0.36 | 146.32 | 0.24 | 0.53 |
| Hex | 6B | A4 | 84 | 23 | 0 | 14 | 24 | 92 | 18 | 35 |
| Octal | 153 | 244 | 204 | 43 | 0 | 24 | 44 | 222 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10000100 | 100011 | 0 | 10100 | 100100 | 10010010 | 11000 | 110101 |
Color Harmonies of #6BA484
Complementary color
Monochromatic Colors of #6BA484
Black with #6BA484
Text Example
Text Example
White with #6BA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA484; }
p { color: rgb(107,164,132); }
H1.HeaderClassName
{
color: #6BA484;
}
.AnyTagClassName
{
color: #6BA484;
}
</style>
background-color css
<style>
a { background-color: #6BA484; }
a { background-color: rgb(107,164,132); }
div.DivClassName
{
background-color: #6BA484;
}
.BgClassName
{
background-color: #6BA484;
}
</style>
border-color css
<style>
span { border-color: #6BA484; }
span { border-color: rgb(107,164,132); }
td.TdClassName
{
border-color: #6BA484;
}
.TagClassName
{
border-color: #6BA484;
}
</style>