Shades of Acapulco #6FA090
Tints of Acapulco #6FA090
RGB
CMYK
RGB Variations
Color information
#6FA090 (or 0x6FA090) is known color: Acapulco. HEX triplet: 6F, A0 and 90. RGB value is (111,160,144). Sum of RGB (Red+Green+Blue) = 111+160+144=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA090 is #905F6F. Grayscale: #8F8F8F. Windows color (decimal): -9461616 or 9478255. OLE color: 9478255.
HSL color Cylindrical-coordinate representation of color #6FA090: hue angle of 160.41º 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 #6FA090 is Cyan = 0.31, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 144 | - |
| CMYK | 0.31 | 0 | 0.1 | 0.37 |
| HSL | 160.41º | 0.21% | 0.53% | - |
| HSV(B) | 160.41º | 0.31% | 0.63% | - |
| XYZ | 24.16 | 30.53 | 31.01 | - |
| YUV | 143.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 144 | 0.31 | 0 | 0.1 | 0.37 | 160.41 | 0.21 | 0.53 |
| Hex | 6F | A0 | 90 | 1F | 0 | A | 25 | A0 | 15 | 35 |
| Octal | 157 | 240 | 220 | 37 | 0 | 12 | 45 | 240 | 25 | 65 |
| Binary | 1101111 | 10100000 | 10010000 | 11111 | 0 | 1010 | 100101 | 10100000 | 10101 | 110101 |
Color Harmonies of #6FA090
Complementary color
Monochromatic Colors of #6FA090
Black with #6FA090
Text Example
Text Example
White with #6FA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA090; }
p { color: rgb(111,160,144); }
H1.HeaderClassName
{
color: #6FA090;
}
.AnyTagClassName
{
color: #6FA090;
}
</style>
background-color css
<style>
a { background-color: #6FA090; }
a { background-color: rgb(111,160,144); }
div.DivClassName
{
background-color: #6FA090;
}
.BgClassName
{
background-color: #6FA090;
}
</style>
border-color css
<style>
span { border-color: #6FA090; }
span { border-color: rgb(111,160,144); }
td.TdClassName
{
border-color: #6FA090;
}
.TagClassName
{
border-color: #6FA090;
}
</style>