Shades of Acapulco #6FA195
Tints of Acapulco #6FA195
RGB
CMYK
RGB Variations
Color information
#6FA195 (or 0x6FA195) is known color: Acapulco. HEX triplet: 6F, A1 and 95. RGB value is (111,161,149). Sum of RGB (Red+Green+Blue) = 111+161+149=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA195 is #905E6A. Grayscale: #909090. Windows color (decimal): -9461355 or 9806191. OLE color: 9806191.
HSL color Cylindrical-coordinate representation of color #6FA195: hue angle of 165.6º 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 #6FA195 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 149 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.37 |
| HSL | 165.6º | 0.21% | 0.53% | - |
| HSV(B) | 165.6º | 0.31% | 0.63% | - |
| XYZ | 24.73 | 31.04 | 33.12 | - |
| YUV | 144.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 149 | 0.31 | 0 | 0.07 | 0.37 | 165.6 | 0.21 | 0.53 |
| Hex | 6F | A1 | 95 | 1F | 0 | 7 | 25 | A6 | 15 | 35 |
| Octal | 157 | 241 | 225 | 37 | 0 | 7 | 45 | 246 | 25 | 65 |
| Binary | 1101111 | 10100001 | 10010101 | 11111 | 0 | 111 | 100101 | 10100110 | 10101 | 110101 |
Color Harmonies of #6FA195
Complementary color
Monochromatic Colors of #6FA195
Black with #6FA195
Text Example
Text Example
White with #6FA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA195; }
p { color: rgb(111,161,149); }
H1.HeaderClassName
{
color: #6FA195;
}
.AnyTagClassName
{
color: #6FA195;
}
</style>
background-color css
<style>
a { background-color: #6FA195; }
a { background-color: rgb(111,161,149); }
div.DivClassName
{
background-color: #6FA195;
}
.BgClassName
{
background-color: #6FA195;
}
</style>
border-color css
<style>
span { border-color: #6FA195; }
span { border-color: rgb(111,161,149); }
td.TdClassName
{
border-color: #6FA195;
}
.TagClassName
{
border-color: #6FA195;
}
</style>