Shades of Acapulco #6FA294
Tints of Acapulco #6FA294
RGB
CMYK
RGB Variations
Color information
#6FA294 (or 0x6FA294) is known color: Acapulco. HEX triplet: 6F, A2 and 94. RGB value is (111,162,148). Sum of RGB (Red+Green+Blue) = 111+162+148=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA294 is #905D6B. Grayscale: #919191. Windows color (decimal): -9461100 or 9740911. OLE color: 9740911.
HSL color Cylindrical-coordinate representation of color #6FA294: hue angle of 163.53º 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 #6FA294 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 148 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.36 |
| HSL | 163.53º | 0.22% | 0.54% | - |
| HSV(B) | 163.53º | 0.31% | 0.64% | - |
| XYZ | 24.82 | 31.36 | 32.76 | - |
| YUV | 145.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 148 | 0.31 | 0 | 0.09 | 0.36 | 163.53 | 0.22 | 0.54 |
| Hex | 6F | A2 | 94 | 1F | 0 | 9 | 24 | A4 | 16 | 36 |
| Octal | 157 | 242 | 224 | 37 | 0 | 11 | 44 | 244 | 26 | 66 |
| Binary | 1101111 | 10100010 | 10010100 | 11111 | 0 | 1001 | 100100 | 10100100 | 10110 | 110110 |
Color Harmonies of #6FA294
Complementary color
Monochromatic Colors of #6FA294
Black with #6FA294
Text Example
Text Example
White with #6FA294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA294; }
p { color: rgb(111,162,148); }
H1.HeaderClassName
{
color: #6FA294;
}
.AnyTagClassName
{
color: #6FA294;
}
</style>
background-color css
<style>
a { background-color: #6FA294; }
a { background-color: rgb(111,162,148); }
div.DivClassName
{
background-color: #6FA294;
}
.BgClassName
{
background-color: #6FA294;
}
</style>
border-color css
<style>
span { border-color: #6FA294; }
span { border-color: rgb(111,162,148); }
td.TdClassName
{
border-color: #6FA294;
}
.TagClassName
{
border-color: #6FA294;
}
</style>