Shades of Acapulco #6BA393
Tints of Acapulco #6BA393
RGB
CMYK
RGB Variations
Color information
#6BA393 (or 0x6BA393) is known color: Acapulco. HEX triplet: 6B, A3 and 93. RGB value is (107,163,147). Sum of RGB (Red+Green+Blue) = 107+163+147=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA393 is #945C6C. Grayscale: #909090. Windows color (decimal): -9722989 or 9675627. OLE color: 9675627.
HSL color Cylindrical-coordinate representation of color #6BA393: hue angle of 162.86º 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 #6BA393 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 147 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.36 |
| HSL | 162.86º | 0.23% | 0.53% | - |
| HSV(B) | 162.86º | 0.34% | 0.64% | - |
| XYZ | 24.43 | 31.43 | 32.38 | - |
| YUV | 144.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 147 | 0.34 | 0 | 0.10 | 0.36 | 162.86 | 0.23 | 0.53 |
| Hex | 6B | A3 | 93 | 22 | 0 | A | 24 | A3 | 17 | 35 |
| Octal | 153 | 243 | 223 | 42 | 0 | 12 | 44 | 243 | 27 | 65 |
| Binary | 1101011 | 10100011 | 10010011 | 100010 | 0 | 1010 | 100100 | 10100011 | 10111 | 110101 |
Color Harmonies of #6BA393
Complementary color
Monochromatic Colors of #6BA393
Black with #6BA393
Text Example
Text Example
White with #6BA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA393; }
p { color: rgb(107,163,147); }
H1.HeaderClassName
{
color: #6BA393;
}
.AnyTagClassName
{
color: #6BA393;
}
</style>
background-color css
<style>
a { background-color: #6BA393; }
a { background-color: rgb(107,163,147); }
div.DivClassName
{
background-color: #6BA393;
}
.BgClassName
{
background-color: #6BA393;
}
</style>
border-color css
<style>
span { border-color: #6BA393; }
span { border-color: rgb(107,163,147); }
td.TdClassName
{
border-color: #6BA393;
}
.TagClassName
{
border-color: #6BA393;
}
</style>