Shades of Acapulco #6CA485
Tints of Acapulco #6CA485
RGB
CMYK
RGB Variations
Color information
#6CA485 (or 0x6CA485) is known color: Acapulco. HEX triplet: 6C, A4 and 85. RGB value is (108,164,133). Sum of RGB (Red+Green+Blue) = 108+164+133=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA485 is #935B7A. Grayscale: #8F8F8F. Windows color (decimal): -9657211 or 8758380. OLE color: 8758380.
HSL color Cylindrical-coordinate representation of color #6CA485: hue angle of 146.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA485 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 133 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.36 |
| HSL | 146.79º | 0.24% | 0.53% | - |
| HSV(B) | 146.79º | 0.34% | 0.64% | - |
| XYZ | 23.69 | 31.43 | 27.01 | - |
| YUV | 143.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 133 | 0.34 | 0 | 0.19 | 0.36 | 146.79 | 0.24 | 0.53 |
| Hex | 6C | A4 | 85 | 22 | 0 | 13 | 24 | 93 | 18 | 35 |
| Octal | 154 | 244 | 205 | 42 | 0 | 23 | 44 | 223 | 30 | 65 |
| Binary | 1101100 | 10100100 | 10000101 | 100010 | 0 | 10011 | 100100 | 10010011 | 11000 | 110101 |
Color Harmonies of #6CA485
Complementary color
Monochromatic Colors of #6CA485
Black with #6CA485
Text Example
Text Example
White with #6CA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA485; }
p { color: rgb(108,164,133); }
H1.HeaderClassName
{
color: #6CA485;
}
.AnyTagClassName
{
color: #6CA485;
}
</style>
background-color css
<style>
a { background-color: #6CA485; }
a { background-color: rgb(108,164,133); }
div.DivClassName
{
background-color: #6CA485;
}
.BgClassName
{
background-color: #6CA485;
}
</style>
border-color css
<style>
span { border-color: #6CA485; }
span { border-color: rgb(108,164,133); }
td.TdClassName
{
border-color: #6CA485;
}
.TagClassName
{
border-color: #6CA485;
}
</style>