Shades of Acapulco #6FA995
Tints of Acapulco #6FA995
RGB
CMYK
RGB Variations
Color information
#6FA995 (or 0x6FA995) is known color: Acapulco. HEX triplet: 6F, A9 and 95. RGB value is (111,169,149). Sum of RGB (Red+Green+Blue) = 111+169+149=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA995 is #90566A. Grayscale: #959595. Windows color (decimal): -9459307 or 9808239. OLE color: 9808239.
HSL color Cylindrical-coordinate representation of color #6FA995: hue angle of 159.31º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA995 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 149 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.34 |
| HSL | 159.31º | 0.25% | 0.55% | - |
| HSV(B) | 159.31º | 0.34% | 0.66% | - |
| XYZ | 26.17 | 33.93 | 33.6 | - |
| YUV | 149.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 149 | 0.34 | 0 | 0.12 | 0.34 | 159.31 | 0.25 | 0.55 |
| Hex | 6F | A9 | 95 | 22 | 0 | C | 22 | 9F | 19 | 37 |
| Octal | 157 | 251 | 225 | 42 | 0 | 14 | 42 | 237 | 31 | 67 |
| Binary | 1101111 | 10101001 | 10010101 | 100010 | 0 | 1100 | 100010 | 10011111 | 11001 | 110111 |
Color Harmonies of #6FA995
Complementary color
Monochromatic Colors of #6FA995
Black with #6FA995
Text Example
Text Example
White with #6FA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA995; }
p { color: rgb(111,169,149); }
H1.HeaderClassName
{
color: #6FA995;
}
.AnyTagClassName
{
color: #6FA995;
}
</style>
background-color css
<style>
a { background-color: #6FA995; }
a { background-color: rgb(111,169,149); }
div.DivClassName
{
background-color: #6FA995;
}
.BgClassName
{
background-color: #6FA995;
}
</style>
border-color css
<style>
span { border-color: #6FA995; }
span { border-color: rgb(111,169,149); }
td.TdClassName
{
border-color: #6FA995;
}
.TagClassName
{
border-color: #6FA995;
}
</style>