Shades of Acapulco #6BA497
Tints of Acapulco #6BA497
RGB
CMYK
RGB Variations
Color information
#6BA497 (or 0x6BA497) is known color: Acapulco. HEX triplet: 6B, A4 and 97. RGB value is (107,164,151). Sum of RGB (Red+Green+Blue) = 107+164+151=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA497 is #945B68. Grayscale: #919191. Windows color (decimal): -9722729 or 9938027. OLE color: 9938027.
HSL color Cylindrical-coordinate representation of color #6BA497: hue angle of 166.32º 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 #6BA497 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 151 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.36 |
| HSL | 166.32º | 0.24% | 0.53% | - |
| HSV(B) | 166.32º | 0.35% | 0.64% | - |
| XYZ | 24.92 | 31.91 | 34.12 | - |
| YUV | 145.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 151 | 0.35 | 0 | 0.08 | 0.36 | 166.32 | 0.24 | 0.53 |
| Hex | 6B | A4 | 97 | 23 | 0 | 8 | 24 | A6 | 18 | 35 |
| Octal | 153 | 244 | 227 | 43 | 0 | 10 | 44 | 246 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10010111 | 100011 | 0 | 1000 | 100100 | 10100110 | 11000 | 110101 |
Color Harmonies of #6BA497
Complementary color
Monochromatic Colors of #6BA497
Black with #6BA497
Text Example
Text Example
White with #6BA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA497; }
p { color: rgb(107,164,151); }
H1.HeaderClassName
{
color: #6BA497;
}
.AnyTagClassName
{
color: #6BA497;
}
</style>
background-color css
<style>
a { background-color: #6BA497; }
a { background-color: rgb(107,164,151); }
div.DivClassName
{
background-color: #6BA497;
}
.BgClassName
{
background-color: #6BA497;
}
</style>
border-color css
<style>
span { border-color: #6BA497; }
span { border-color: rgb(107,164,151); }
td.TdClassName
{
border-color: #6BA497;
}
.TagClassName
{
border-color: #6BA497;
}
</style>