Shades of Acapulco #6DA894
Tints of Acapulco #6DA894
RGB
CMYK
RGB Variations
Color information
#6DA894 (or 0x6DA894) is known color: Acapulco. HEX triplet: 6D, A8 and 94. RGB value is (109,168,148). Sum of RGB (Red+Green+Blue) = 109+168+148=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA894 is #92576B. Grayscale: #949494. Windows color (decimal): -9590636 or 9742445. OLE color: 9742445.
HSL color Cylindrical-coordinate representation of color #6DA894: hue angle of 159.66º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA894 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 148 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.34 |
| HSL | 159.66º | 0.25% | 0.54% | - |
| HSV(B) | 159.66º | 0.35% | 0.66% | - |
| XYZ | 25.65 | 33.39 | 33.11 | - |
| YUV | 148.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 148 | 0.35 | 0 | 0.12 | 0.34 | 159.66 | 0.25 | 0.54 |
| Hex | 6D | A8 | 94 | 23 | 0 | C | 22 | A0 | 19 | 36 |
| Octal | 155 | 250 | 224 | 43 | 0 | 14 | 42 | 240 | 31 | 66 |
| Binary | 1101101 | 10101000 | 10010100 | 100011 | 0 | 1100 | 100010 | 10100000 | 11001 | 110110 |
Color Harmonies of #6DA894
Complementary color
Monochromatic Colors of #6DA894
Black with #6DA894
Text Example
Text Example
White with #6DA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA894; }
p { color: rgb(109,168,148); }
H1.HeaderClassName
{
color: #6DA894;
}
.AnyTagClassName
{
color: #6DA894;
}
</style>
background-color css
<style>
a { background-color: #6DA894; }
a { background-color: rgb(109,168,148); }
div.DivClassName
{
background-color: #6DA894;
}
.BgClassName
{
background-color: #6DA894;
}
</style>
border-color css
<style>
span { border-color: #6DA894; }
span { border-color: rgb(109,168,148); }
td.TdClassName
{
border-color: #6DA894;
}
.TagClassName
{
border-color: #6DA894;
}
</style>