Shades of Acapulco #6BA494
Tints of Acapulco #6BA494
RGB
CMYK
RGB Variations
Color information
#6BA494 (or 0x6BA494) is known color: Acapulco. HEX triplet: 6B, A4 and 94. RGB value is (107,164,148). Sum of RGB (Red+Green+Blue) = 107+164+148=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA494 is #945B6B. Grayscale: #919191. Windows color (decimal): -9722732 or 9741419. OLE color: 9741419.
HSL color Cylindrical-coordinate representation of color #6BA494: hue angle of 163.16º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA494 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 148 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.36 |
| HSL | 163.16º | 0.24% | 0.53% | - |
| HSV(B) | 163.16º | 0.35% | 0.64% | - |
| XYZ | 24.68 | 31.81 | 32.86 | - |
| YUV | 145.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 148 | 0.35 | 0 | 0.10 | 0.36 | 163.16 | 0.24 | 0.53 |
| Hex | 6B | A4 | 94 | 23 | 0 | A | 24 | A3 | 18 | 35 |
| Octal | 153 | 244 | 224 | 43 | 0 | 12 | 44 | 243 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10010100 | 100011 | 0 | 1010 | 100100 | 10100011 | 11000 | 110101 |
Color Harmonies of #6BA494
Complementary color
Monochromatic Colors of #6BA494
Black with #6BA494
Text Example
Text Example
White with #6BA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA494; }
p { color: rgb(107,164,148); }
H1.HeaderClassName
{
color: #6BA494;
}
.AnyTagClassName
{
color: #6BA494;
}
</style>
background-color css
<style>
a { background-color: #6BA494; }
a { background-color: rgb(107,164,148); }
div.DivClassName
{
background-color: #6BA494;
}
.BgClassName
{
background-color: #6BA494;
}
</style>
border-color css
<style>
span { border-color: #6BA494; }
span { border-color: rgb(107,164,148); }
td.TdClassName
{
border-color: #6BA494;
}
.TagClassName
{
border-color: #6BA494;
}
</style>