Shades of Acapulco #6CA899
Tints of Acapulco #6CA899
RGB
CMYK
RGB Variations
Color information
#6CA899 (or 0x6CA899) is known color: Acapulco. HEX triplet: 6C, A8 and 99. RGB value is (108,168,153). Sum of RGB (Red+Green+Blue) = 108+168+153=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA899 is #935766. Grayscale: #949494. Windows color (decimal): -9656167 or 10070124. OLE color: 10070124.
HSL color Cylindrical-coordinate representation of color #6CA899: hue angle of 165º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA899 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 153 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.34 |
| HSL | 165º | 0.26% | 0.54% | - |
| HSV(B) | 165º | 0.36% | 0.66% | - |
| XYZ | 25.94 | 33.49 | 35.23 | - |
| YUV | 148.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 153 | 0.36 | 0 | 0.09 | 0.34 | 165 | 0.26 | 0.54 |
| Hex | 6C | A8 | 99 | 24 | 0 | 9 | 22 | A5 | 1A | 36 |
| Octal | 154 | 250 | 231 | 44 | 0 | 11 | 42 | 245 | 32 | 66 |
| Binary | 1101100 | 10101000 | 10011001 | 100100 | 0 | 1001 | 100010 | 10100101 | 11010 | 110110 |
Color Harmonies of #6CA899
Complementary color
Monochromatic Colors of #6CA899
Black with #6CA899
Text Example
Text Example
White with #6CA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA899; }
p { color: rgb(108,168,153); }
H1.HeaderClassName
{
color: #6CA899;
}
.AnyTagClassName
{
color: #6CA899;
}
</style>
background-color css
<style>
a { background-color: #6CA899; }
a { background-color: rgb(108,168,153); }
div.DivClassName
{
background-color: #6CA899;
}
.BgClassName
{
background-color: #6CA899;
}
</style>
border-color css
<style>
span { border-color: #6CA899; }
span { border-color: rgb(108,168,153); }
td.TdClassName
{
border-color: #6CA899;
}
.TagClassName
{
border-color: #6CA899;
}
</style>