Shades of Acapulco #6FA588
Tints of Acapulco #6FA588
RGB
CMYK
RGB Variations
Color information
#6FA588 (or 0x6FA588) is known color: Acapulco. HEX triplet: 6F, A5 and 88. RGB value is (111,165,136). Sum of RGB (Red+Green+Blue) = 111+165+136=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA588 is #905A77. Grayscale: #919191. Windows color (decimal): -9460344 or 8955247. OLE color: 8955247.
HSL color Cylindrical-coordinate representation of color #6FA588: hue angle of 147.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA588 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 165 | 136 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.35 |
| HSL | 147.78º | 0.23% | 0.54% | - |
| HSV(B) | 147.78º | 0.33% | 0.65% | - |
| XYZ | 24.45 | 32.07 | 28.19 | - |
| YUV | 145.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 136 | 0.33 | 0 | 0.18 | 0.35 | 147.78 | 0.23 | 0.54 |
| Hex | 6F | A5 | 88 | 21 | 0 | 12 | 23 | 94 | 17 | 36 |
| Octal | 157 | 245 | 210 | 41 | 0 | 22 | 43 | 224 | 27 | 66 |
| Binary | 1101111 | 10100101 | 10001000 | 100001 | 0 | 10010 | 100011 | 10010100 | 10111 | 110110 |
Color Harmonies of #6FA588
Complementary color
Monochromatic Colors of #6FA588
Black with #6FA588
Text Example
Text Example
White with #6FA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA588; }
p { color: rgb(111,165,136); }
H1.HeaderClassName
{
color: #6FA588;
}
.AnyTagClassName
{
color: #6FA588;
}
</style>
background-color css
<style>
a { background-color: #6FA588; }
a { background-color: rgb(111,165,136); }
div.DivClassName
{
background-color: #6FA588;
}
.BgClassName
{
background-color: #6FA588;
}
</style>
border-color css
<style>
span { border-color: #6FA588; }
span { border-color: rgb(111,165,136); }
td.TdClassName
{
border-color: #6FA588;
}
.TagClassName
{
border-color: #6FA588;
}
</style>