Shades of Acapulco #6BB495
Tints of Acapulco #6BB495
RGB
CMYK
RGB Variations
Color information
#6BB495 (or 0x6BB495) is known color: Acapulco. HEX triplet: 6B, B4 and 95. RGB value is (107,180,149). Sum of RGB (Red+Green+Blue) = 107+180+149=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB495 is #944B6A. Grayscale: #9A9A9A. Windows color (decimal): -9718635 or 9811051. OLE color: 9811051.
HSL color Cylindrical-coordinate representation of color #6BB495: hue angle of 154.52º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB495 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 180 | 149 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.29 |
| HSL | 154.52º | 0.33% | 0.56% | - |
| HSV(B) | 154.52º | 0.41% | 0.71% | - |
| XYZ | 27.81 | 37.94 | 34.29 | - |
| YUV | 154.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 180 | 149 | 0.41 | 0 | 0.17 | 0.29 | 154.52 | 0.33 | 0.56 |
| Hex | 6B | B4 | 95 | 29 | 0 | 11 | 1D | 9B | 21 | 38 |
| Octal | 153 | 264 | 225 | 51 | 0 | 21 | 35 | 233 | 41 | 70 |
| Binary | 1101011 | 10110100 | 10010101 | 101001 | 0 | 10001 | 11101 | 10011011 | 100001 | 111000 |
Color Harmonies of #6BB495
Complementary color
Monochromatic Colors of #6BB495
Black with #6BB495
Text Example
Text Example
White with #6BB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB495; }
p { color: rgb(107,180,149); }
H1.HeaderClassName
{
color: #6BB495;
}
.AnyTagClassName
{
color: #6BB495;
}
</style>
background-color css
<style>
a { background-color: #6BB495; }
a { background-color: rgb(107,180,149); }
div.DivClassName
{
background-color: #6BB495;
}
.BgClassName
{
background-color: #6BB495;
}
</style>
border-color css
<style>
span { border-color: #6BB495; }
span { border-color: rgb(107,180,149); }
td.TdClassName
{
border-color: #6BB495;
}
.TagClassName
{
border-color: #6BB495;
}
</style>