Shades of Acapulco #6FA088
Tints of Acapulco #6FA088
RGB
CMYK
RGB Variations
Color information
#6FA088 (or 0x6FA088) is known color: Acapulco. HEX triplet: 6F, A0 and 88. RGB value is (111,160,136). Sum of RGB (Red+Green+Blue) = 111+160+136=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA088 is #905F77. Grayscale: #8E8E8E. Windows color (decimal): -9461624 or 8953967. OLE color: 8953967.
HSL color Cylindrical-coordinate representation of color #6FA088: hue angle of 150.61º 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 #6FA088 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 136 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.37 |
| HSL | 150.61º | 0.21% | 0.53% | - |
| HSV(B) | 150.61º | 0.31% | 0.63% | - |
| XYZ | 23.57 | 30.3 | 27.9 | - |
| YUV | 142.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 136 | 0.31 | 0 | 0.15 | 0.37 | 150.61 | 0.21 | 0.53 |
| Hex | 6F | A0 | 88 | 1F | 0 | F | 25 | 97 | 15 | 35 |
| Octal | 157 | 240 | 210 | 37 | 0 | 17 | 45 | 227 | 25 | 65 |
| Binary | 1101111 | 10100000 | 10001000 | 11111 | 0 | 1111 | 100101 | 10010111 | 10101 | 110101 |
Color Harmonies of #6FA088
Complementary color
Monochromatic Colors of #6FA088
Black with #6FA088
Text Example
Text Example
White with #6FA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA088; }
p { color: rgb(111,160,136); }
H1.HeaderClassName
{
color: #6FA088;
}
.AnyTagClassName
{
color: #6FA088;
}
</style>
background-color css
<style>
a { background-color: #6FA088; }
a { background-color: rgb(111,160,136); }
div.DivClassName
{
background-color: #6FA088;
}
.BgClassName
{
background-color: #6FA088;
}
</style>
border-color css
<style>
span { border-color: #6FA088; }
span { border-color: rgb(111,160,136); }
td.TdClassName
{
border-color: #6FA088;
}
.TagClassName
{
border-color: #6FA088;
}
</style>