Shades of Acapulco #6CB497
Tints of Acapulco #6CB497
RGB
CMYK
RGB Variations
Color information
#6CB497 (or 0x6CB497) is known color: Acapulco. HEX triplet: 6C, B4 and 97. RGB value is (108,180,151). Sum of RGB (Red+Green+Blue) = 108+180+151=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB497 is #934B68. Grayscale: #9B9B9B. Windows color (decimal): -9653097 or 9942124. OLE color: 9942124.
HSL color Cylindrical-coordinate representation of color #6CB497: hue angle of 155.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB497 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 151 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.29 |
| HSL | 155.83º | 0.32% | 0.56% | - |
| HSV(B) | 155.83º | 0.4% | 0.71% | - |
| XYZ | 28.09 | 38.07 | 35.14 | - |
| YUV | 155.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 151 | 0.40 | 0 | 0.16 | 0.29 | 155.83 | 0.32 | 0.56 |
| Hex | 6C | B4 | 97 | 28 | 0 | 10 | 1D | 9C | 20 | 38 |
| Octal | 154 | 264 | 227 | 50 | 0 | 20 | 35 | 234 | 40 | 70 |
| Binary | 1101100 | 10110100 | 10010111 | 101000 | 0 | 10000 | 11101 | 10011100 | 100000 | 111000 |
Color Harmonies of #6CB497
Complementary color
Monochromatic Colors of #6CB497
Black with #6CB497
Text Example
Text Example
White with #6CB497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB497; }
p { color: rgb(108,180,151); }
H1.HeaderClassName
{
color: #6CB497;
}
.AnyTagClassName
{
color: #6CB497;
}
</style>
background-color css
<style>
a { background-color: #6CB497; }
a { background-color: rgb(108,180,151); }
div.DivClassName
{
background-color: #6CB497;
}
.BgClassName
{
background-color: #6CB497;
}
</style>
border-color css
<style>
span { border-color: #6CB497; }
span { border-color: rgb(108,180,151); }
td.TdClassName
{
border-color: #6CB497;
}
.TagClassName
{
border-color: #6CB497;
}
</style>