Shades of Acapulco #6EA495
Tints of Acapulco #6EA495
RGB
CMYK
RGB Variations
Color information
#6EA495 (or 0x6EA495) is known color: Acapulco. HEX triplet: 6E, A4 and 95. RGB value is (110,164,149). Sum of RGB (Red+Green+Blue) = 110+164+149=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA495 is #915B6A. Grayscale: #929292. Windows color (decimal): -9526123 or 9806958. OLE color: 9806958.
HSL color Cylindrical-coordinate representation of color #6EA495: hue angle of 163.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA495 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 164 | 149 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.36 |
| HSL | 163.33º | 0.23% | 0.54% | - |
| HSV(B) | 163.33º | 0.33% | 0.64% | - |
| XYZ | 25.13 | 32.04 | 33.29 | - |
| YUV | 146.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 149 | 0.33 | 0 | 0.09 | 0.36 | 163.33 | 0.23 | 0.54 |
| Hex | 6E | A4 | 95 | 21 | 0 | 9 | 24 | A3 | 17 | 36 |
| Octal | 156 | 244 | 225 | 41 | 0 | 11 | 44 | 243 | 27 | 66 |
| Binary | 1101110 | 10100100 | 10010101 | 100001 | 0 | 1001 | 100100 | 10100011 | 10111 | 110110 |
Color Harmonies of #6EA495
Complementary color
Monochromatic Colors of #6EA495
Black with #6EA495
Text Example
Text Example
White with #6EA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA495; }
p { color: rgb(110,164,149); }
H1.HeaderClassName
{
color: #6EA495;
}
.AnyTagClassName
{
color: #6EA495;
}
</style>
background-color css
<style>
a { background-color: #6EA495; }
a { background-color: rgb(110,164,149); }
div.DivClassName
{
background-color: #6EA495;
}
.BgClassName
{
background-color: #6EA495;
}
</style>
border-color css
<style>
span { border-color: #6EA495; }
span { border-color: rgb(110,164,149); }
td.TdClassName
{
border-color: #6EA495;
}
.TagClassName
{
border-color: #6EA495;
}
</style>