Shades of Acapulco #6BA395
Tints of Acapulco #6BA395
RGB
CMYK
RGB Variations
Color information
#6BA395 (or 0x6BA395) is known color: Acapulco. HEX triplet: 6B, A3 and 95. RGB value is (107,163,149). Sum of RGB (Red+Green+Blue) = 107+163+149=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA395 is #945C6A. Grayscale: #909090. Windows color (decimal): -9722987 or 9806699. OLE color: 9806699.
HSL color Cylindrical-coordinate representation of color #6BA395: hue angle of 165º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA395 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 149 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.36 |
| HSL | 165º | 0.23% | 0.53% | - |
| HSV(B) | 165º | 0.34% | 0.64% | - |
| XYZ | 24.59 | 31.49 | 33.22 | - |
| YUV | 144.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 149 | 0.34 | 0 | 0.09 | 0.36 | 165 | 0.23 | 0.53 |
| Hex | 6B | A3 | 95 | 22 | 0 | 9 | 24 | A5 | 17 | 35 |
| Octal | 153 | 243 | 225 | 42 | 0 | 11 | 44 | 245 | 27 | 65 |
| Binary | 1101011 | 10100011 | 10010101 | 100010 | 0 | 1001 | 100100 | 10100101 | 10111 | 110101 |
Color Harmonies of #6BA395
Complementary color
Monochromatic Colors of #6BA395
Black with #6BA395
Text Example
Text Example
White with #6BA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA395; }
p { color: rgb(107,163,149); }
H1.HeaderClassName
{
color: #6BA395;
}
.AnyTagClassName
{
color: #6BA395;
}
</style>
background-color css
<style>
a { background-color: #6BA395; }
a { background-color: rgb(107,163,149); }
div.DivClassName
{
background-color: #6BA395;
}
.BgClassName
{
background-color: #6BA395;
}
</style>
border-color css
<style>
span { border-color: #6BA395; }
span { border-color: rgb(107,163,149); }
td.TdClassName
{
border-color: #6BA395;
}
.TagClassName
{
border-color: #6BA395;
}
</style>