Shades of Acapulco #6BA888
Tints of Acapulco #6BA888
RGB
CMYK
RGB Variations
Color information
#6BA888 (or 0x6BA888) is known color: Acapulco. HEX triplet: 6B, A8 and 88. RGB value is (107,168,136). Sum of RGB (Red+Green+Blue) = 107+168+136=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA888 is #945777. Grayscale: #929292. Windows color (decimal): -9721720 or 8956011. OLE color: 8956011.
HSL color Cylindrical-coordinate representation of color #6BA888: hue angle of 148.52º 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 #6BA888 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 136 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.34 |
| HSL | 148.52º | 0.26% | 0.54% | - |
| HSV(B) | 148.52º | 0.36% | 0.66% | - |
| XYZ | 24.51 | 32.91 | 28.35 | - |
| YUV | 146.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 136 | 0.36 | 0 | 0.19 | 0.34 | 148.52 | 0.26 | 0.54 |
| Hex | 6B | A8 | 88 | 24 | 0 | 13 | 22 | 95 | 1A | 36 |
| Octal | 153 | 250 | 210 | 44 | 0 | 23 | 42 | 225 | 32 | 66 |
| Binary | 1101011 | 10101000 | 10001000 | 100100 | 0 | 10011 | 100010 | 10010101 | 11010 | 110110 |
Color Harmonies of #6BA888
Complementary color
Monochromatic Colors of #6BA888
Black with #6BA888
Text Example
Text Example
White with #6BA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA888; }
p { color: rgb(107,168,136); }
H1.HeaderClassName
{
color: #6BA888;
}
.AnyTagClassName
{
color: #6BA888;
}
</style>
background-color css
<style>
a { background-color: #6BA888; }
a { background-color: rgb(107,168,136); }
div.DivClassName
{
background-color: #6BA888;
}
.BgClassName
{
background-color: #6BA888;
}
</style>
border-color css
<style>
span { border-color: #6BA888; }
span { border-color: rgb(107,168,136); }
td.TdClassName
{
border-color: #6BA888;
}
.TagClassName
{
border-color: #6BA888;
}
</style>