Shades of Acapulco #6BA394
Tints of Acapulco #6BA394
RGB
CMYK
RGB Variations
Color information
#6BA394 (or 0x6BA394) is known color: Acapulco. HEX triplet: 6B, A3 and 94. RGB value is (107,163,148). Sum of RGB (Red+Green+Blue) = 107+163+148=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA394 is #945C6B. Grayscale: #909090. Windows color (decimal): -9722988 or 9741163. OLE color: 9741163.
HSL color Cylindrical-coordinate representation of color #6BA394: hue angle of 163.93º 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 #6BA394 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 148 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.36 |
| HSL | 163.93º | 0.23% | 0.53% | - |
| HSV(B) | 163.93º | 0.34% | 0.64% | - |
| XYZ | 24.51 | 31.46 | 32.8 | - |
| YUV | 144.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 148 | 0.34 | 0 | 0.09 | 0.36 | 163.93 | 0.23 | 0.53 |
| Hex | 6B | A3 | 94 | 22 | 0 | 9 | 24 | A4 | 17 | 35 |
| Octal | 153 | 243 | 224 | 42 | 0 | 11 | 44 | 244 | 27 | 65 |
| Binary | 1101011 | 10100011 | 10010100 | 100010 | 0 | 1001 | 100100 | 10100100 | 10111 | 110101 |
Color Harmonies of #6BA394
Complementary color
Monochromatic Colors of #6BA394
Black with #6BA394
Text Example
Text Example
White with #6BA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA394; }
p { color: rgb(107,163,148); }
H1.HeaderClassName
{
color: #6BA394;
}
.AnyTagClassName
{
color: #6BA394;
}
</style>
background-color css
<style>
a { background-color: #6BA394; }
a { background-color: rgb(107,163,148); }
div.DivClassName
{
background-color: #6BA394;
}
.BgClassName
{
background-color: #6BA394;
}
</style>
border-color css
<style>
span { border-color: #6BA394; }
span { border-color: rgb(107,163,148); }
td.TdClassName
{
border-color: #6BA394;
}
.TagClassName
{
border-color: #6BA394;
}
</style>