Shades of Acapulco #6BA485
Tints of Acapulco #6BA485
RGB
CMYK
RGB Variations
Color information
#6BA485 (or 0x6BA485) is known color: Acapulco. HEX triplet: 6B, A4 and 85. RGB value is (107,164,133). Sum of RGB (Red+Green+Blue) = 107+164+133=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA485 is #945B7A. Grayscale: #8F8F8F. Windows color (decimal): -9722747 or 8758379. OLE color: 8758379.
HSL color Cylindrical-coordinate representation of color #6BA485: hue angle of 147.37º 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 #6BA485 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 133 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.36 |
| HSL | 147.37º | 0.24% | 0.53% | - |
| HSV(B) | 147.37º | 0.35% | 0.64% | - |
| XYZ | 23.57 | 31.37 | 27 | - |
| YUV | 143.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 133 | 0.35 | 0 | 0.19 | 0.36 | 147.37 | 0.24 | 0.53 |
| Hex | 6B | A4 | 85 | 23 | 0 | 13 | 24 | 93 | 18 | 35 |
| Octal | 153 | 244 | 205 | 43 | 0 | 23 | 44 | 223 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10000101 | 100011 | 0 | 10011 | 100100 | 10010011 | 11000 | 110101 |
Color Harmonies of #6BA485
Complementary color
Monochromatic Colors of #6BA485
Black with #6BA485
Text Example
Text Example
White with #6BA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA485; }
p { color: rgb(107,164,133); }
H1.HeaderClassName
{
color: #6BA485;
}
.AnyTagClassName
{
color: #6BA485;
}
</style>
background-color css
<style>
a { background-color: #6BA485; }
a { background-color: rgb(107,164,133); }
div.DivClassName
{
background-color: #6BA485;
}
.BgClassName
{
background-color: #6BA485;
}
</style>
border-color css
<style>
span { border-color: #6BA485; }
span { border-color: rgb(107,164,133); }
td.TdClassName
{
border-color: #6BA485;
}
.TagClassName
{
border-color: #6BA485;
}
</style>