Shades of Acapulco #6BA487
Tints of Acapulco #6BA487
RGB
CMYK
RGB Variations
Color information
#6BA487 (or 0x6BA487) is known color: Acapulco. HEX triplet: 6B, A4 and 87. RGB value is (107,164,135). Sum of RGB (Red+Green+Blue) = 107+164+135=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA487 is #945B78. Grayscale: #8F8F8F. Windows color (decimal): -9722745 or 8889451. OLE color: 8889451.
HSL color Cylindrical-coordinate representation of color #6BA487: hue angle of 149.47º 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 #6BA487 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 135 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.36 |
| HSL | 149.47º | 0.24% | 0.53% | - |
| HSV(B) | 149.47º | 0.35% | 0.64% | - |
| XYZ | 23.71 | 31.43 | 27.74 | - |
| YUV | 143.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 135 | 0.35 | 0 | 0.18 | 0.36 | 149.47 | 0.24 | 0.53 |
| Hex | 6B | A4 | 87 | 23 | 0 | 12 | 24 | 95 | 18 | 35 |
| Octal | 153 | 244 | 207 | 43 | 0 | 22 | 44 | 225 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10000111 | 100011 | 0 | 10010 | 100100 | 10010101 | 11000 | 110101 |
Color Harmonies of #6BA487
Complementary color
Monochromatic Colors of #6BA487
Black with #6BA487
Text Example
Text Example
White with #6BA487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA487; }
p { color: rgb(107,164,135); }
H1.HeaderClassName
{
color: #6BA487;
}
.AnyTagClassName
{
color: #6BA487;
}
</style>
background-color css
<style>
a { background-color: #6BA487; }
a { background-color: rgb(107,164,135); }
div.DivClassName
{
background-color: #6BA487;
}
.BgClassName
{
background-color: #6BA487;
}
</style>
border-color css
<style>
span { border-color: #6BA487; }
span { border-color: rgb(107,164,135); }
td.TdClassName
{
border-color: #6BA487;
}
.TagClassName
{
border-color: #6BA487;
}
</style>