Shades of Acapulco #6FA089
Tints of Acapulco #6FA089
RGB
CMYK
RGB Variations
Color information
#6FA089 (or 0x6FA089) is known color: Acapulco. HEX triplet: 6F, A0 and 89. RGB value is (111,160,137). Sum of RGB (Red+Green+Blue) = 111+160+137=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA089 is #905F76. Grayscale: #8E8E8E. Windows color (decimal): -9461623 or 9019503. OLE color: 9019503.
HSL color Cylindrical-coordinate representation of color #6FA089: hue angle of 151.84º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA089 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 137 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.37 |
| HSL | 151.84º | 0.21% | 0.53% | - |
| HSV(B) | 151.84º | 0.31% | 0.63% | - |
| XYZ | 23.64 | 30.33 | 28.27 | - |
| YUV | 142.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 137 | 0.31 | 0 | 0.14 | 0.37 | 151.84 | 0.21 | 0.53 |
| Hex | 6F | A0 | 89 | 1F | 0 | E | 25 | 98 | 15 | 35 |
| Octal | 157 | 240 | 211 | 37 | 0 | 16 | 45 | 230 | 25 | 65 |
| Binary | 1101111 | 10100000 | 10001001 | 11111 | 0 | 1110 | 100101 | 10011000 | 10101 | 110101 |
Color Harmonies of #6FA089
Complementary color
Monochromatic Colors of #6FA089
Black with #6FA089
Text Example
Text Example
White with #6FA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA089; }
p { color: rgb(111,160,137); }
H1.HeaderClassName
{
color: #6FA089;
}
.AnyTagClassName
{
color: #6FA089;
}
</style>
background-color css
<style>
a { background-color: #6FA089; }
a { background-color: rgb(111,160,137); }
div.DivClassName
{
background-color: #6FA089;
}
.BgClassName
{
background-color: #6FA089;
}
</style>
border-color css
<style>
span { border-color: #6FA089; }
span { border-color: rgb(111,160,137); }
td.TdClassName
{
border-color: #6FA089;
}
.TagClassName
{
border-color: #6FA089;
}
</style>