Shades of Acapulco #6CA193
Tints of Acapulco #6CA193
RGB
CMYK
RGB Variations
Color information
#6CA193 (or 0x6CA193) is known color: Acapulco. HEX triplet: 6C, A1 and 93. RGB value is (108,161,147). Sum of RGB (Red+Green+Blue) = 108+161+147=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA193 is #935E6C. Grayscale: #8F8F8F. Windows color (decimal): -9657965 or 9675116. OLE color: 9675116.
HSL color Cylindrical-coordinate representation of color #6CA193: hue angle of 164.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA193 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 147 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.37 |
| HSL | 164.15º | 0.22% | 0.53% | - |
| HSV(B) | 164.15º | 0.33% | 0.63% | - |
| XYZ | 24.2 | 30.78 | 32.27 | - |
| YUV | 143.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 147 | 0.33 | 0 | 0.09 | 0.37 | 164.15 | 0.22 | 0.53 |
| Hex | 6C | A1 | 93 | 21 | 0 | 9 | 25 | A4 | 16 | 35 |
| Octal | 154 | 241 | 223 | 41 | 0 | 11 | 45 | 244 | 26 | 65 |
| Binary | 1101100 | 10100001 | 10010011 | 100001 | 0 | 1001 | 100101 | 10100100 | 10110 | 110101 |
Color Harmonies of #6CA193
Complementary color
Monochromatic Colors of #6CA193
Black with #6CA193
Text Example
Text Example
White with #6CA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA193; }
p { color: rgb(108,161,147); }
H1.HeaderClassName
{
color: #6CA193;
}
.AnyTagClassName
{
color: #6CA193;
}
</style>
background-color css
<style>
a { background-color: #6CA193; }
a { background-color: rgb(108,161,147); }
div.DivClassName
{
background-color: #6CA193;
}
.BgClassName
{
background-color: #6CA193;
}
</style>
border-color css
<style>
span { border-color: #6CA193; }
span { border-color: rgb(108,161,147); }
td.TdClassName
{
border-color: #6CA193;
}
.TagClassName
{
border-color: #6CA193;
}
</style>