Shades of Acapulco #6DA085
Tints of Acapulco #6DA085
RGB
CMYK
RGB Variations
Color information
#6DA085 (or 0x6DA085) is known color: Acapulco. HEX triplet: 6D, A0 and 85. RGB value is (109,160,133). Sum of RGB (Red+Green+Blue) = 109+160+133=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA085 is #925F7A. Grayscale: #8D8D8D. Windows color (decimal): -9592699 or 8757357. OLE color: 8757357.
HSL color Cylindrical-coordinate representation of color #6DA085: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA085 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 133 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.37 |
| HSL | 148.24º | 0.21% | 0.53% | - |
| HSV(B) | 148.24º | 0.32% | 0.63% | - |
| XYZ | 23.11 | 30.09 | 26.78 | - |
| YUV | 141.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 133 | 0.32 | 0 | 0.17 | 0.37 | 148.24 | 0.21 | 0.53 |
| Hex | 6D | A0 | 85 | 20 | 0 | 11 | 25 | 94 | 15 | 35 |
| Octal | 155 | 240 | 205 | 40 | 0 | 21 | 45 | 224 | 25 | 65 |
| Binary | 1101101 | 10100000 | 10000101 | 100000 | 0 | 10001 | 100101 | 10010100 | 10101 | 110101 |
Color Harmonies of #6DA085
Complementary color
Monochromatic Colors of #6DA085
Black with #6DA085
Text Example
Text Example
White with #6DA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA085; }
p { color: rgb(109,160,133); }
H1.HeaderClassName
{
color: #6DA085;
}
.AnyTagClassName
{
color: #6DA085;
}
</style>
background-color css
<style>
a { background-color: #6DA085; }
a { background-color: rgb(109,160,133); }
div.DivClassName
{
background-color: #6DA085;
}
.BgClassName
{
background-color: #6DA085;
}
</style>
border-color css
<style>
span { border-color: #6DA085; }
span { border-color: rgb(109,160,133); }
td.TdClassName
{
border-color: #6DA085;
}
.TagClassName
{
border-color: #6DA085;
}
</style>