Shades of Acapulco #6FA297
Tints of Acapulco #6FA297
RGB
CMYK
RGB Variations
Color information
#6FA297 (or 0x6FA297) is known color: Acapulco. HEX triplet: 6F, A2 and 97. RGB value is (111,162,151). Sum of RGB (Red+Green+Blue) = 111+162+151=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA297 is #905D68. Grayscale: #919191. Windows color (decimal): -9461097 or 9937519. OLE color: 9937519.
HSL color Cylindrical-coordinate representation of color #6FA297: hue angle of 167.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA297 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 151 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.36 |
| HSL | 167.06º | 0.22% | 0.54% | - |
| HSV(B) | 167.06º | 0.31% | 0.64% | - |
| XYZ | 25.06 | 31.45 | 34.03 | - |
| YUV | 145.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 151 | 0.31 | 0 | 0.07 | 0.36 | 167.06 | 0.22 | 0.54 |
| Hex | 6F | A2 | 97 | 1F | 0 | 7 | 24 | A7 | 16 | 36 |
| Octal | 157 | 242 | 227 | 37 | 0 | 7 | 44 | 247 | 26 | 66 |
| Binary | 1101111 | 10100010 | 10010111 | 11111 | 0 | 111 | 100100 | 10100111 | 10110 | 110110 |
Color Harmonies of #6FA297
Complementary color
Monochromatic Colors of #6FA297
Black with #6FA297
Text Example
Text Example
White with #6FA297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA297; }
p { color: rgb(111,162,151); }
H1.HeaderClassName
{
color: #6FA297;
}
.AnyTagClassName
{
color: #6FA297;
}
</style>
background-color css
<style>
a { background-color: #6FA297; }
a { background-color: rgb(111,162,151); }
div.DivClassName
{
background-color: #6FA297;
}
.BgClassName
{
background-color: #6FA297;
}
</style>
border-color css
<style>
span { border-color: #6FA297; }
span { border-color: rgb(111,162,151); }
td.TdClassName
{
border-color: #6FA297;
}
.TagClassName
{
border-color: #6FA297;
}
</style>