Shades of Acapulco #6BA896
Tints of Acapulco #6BA896
RGB
CMYK
RGB Variations
Color information
#6BA896 (or 0x6BA896) is known color: Acapulco. HEX triplet: 6B, A8 and 96. RGB value is (107,168,150). Sum of RGB (Red+Green+Blue) = 107+168+150=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA896 is #945769. Grayscale: #939393. Windows color (decimal): -9721706 or 9873515. OLE color: 9873515.
HSL color Cylindrical-coordinate representation of color #6BA896: hue angle of 162.3º 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 #6BA896 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 150 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.34 |
| HSL | 162.3º | 0.26% | 0.54% | - |
| HSV(B) | 162.3º | 0.36% | 0.66% | - |
| XYZ | 25.57 | 33.33 | 33.94 | - |
| YUV | 147.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 150 | 0.36 | 0 | 0.11 | 0.34 | 162.3 | 0.26 | 0.54 |
| Hex | 6B | A8 | 96 | 24 | 0 | B | 22 | A2 | 1A | 36 |
| Octal | 153 | 250 | 226 | 44 | 0 | 13 | 42 | 242 | 32 | 66 |
| Binary | 1101011 | 10101000 | 10010110 | 100100 | 0 | 1011 | 100010 | 10100010 | 11010 | 110110 |
Color Harmonies of #6BA896
Complementary color
Monochromatic Colors of #6BA896
Black with #6BA896
Text Example
Text Example
White with #6BA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA896; }
p { color: rgb(107,168,150); }
H1.HeaderClassName
{
color: #6BA896;
}
.AnyTagClassName
{
color: #6BA896;
}
</style>
background-color css
<style>
a { background-color: #6BA896; }
a { background-color: rgb(107,168,150); }
div.DivClassName
{
background-color: #6BA896;
}
.BgClassName
{
background-color: #6BA896;
}
</style>
border-color css
<style>
span { border-color: #6BA896; }
span { border-color: rgb(107,168,150); }
td.TdClassName
{
border-color: #6BA896;
}
.TagClassName
{
border-color: #6BA896;
}
</style>