Shades of Acapulco #6BA598
Tints of Acapulco #6BA598
RGB
CMYK
RGB Variations
Color information
#6BA598 (or 0x6BA598) is known color: Acapulco. HEX triplet: 6B, A5 and 98. RGB value is (107,165,152). Sum of RGB (Red+Green+Blue) = 107+165+152=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA598 is #945A67. Grayscale: #929292. Windows color (decimal): -9722472 or 10003819. OLE color: 10003819.
HSL color Cylindrical-coordinate representation of color #6BA598: hue angle of 166.55º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA598 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 152 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.35 |
| HSL | 166.55º | 0.24% | 0.53% | - |
| HSV(B) | 166.55º | 0.35% | 0.65% | - |
| XYZ | 25.19 | 32.3 | 34.61 | - |
| YUV | 146.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 152 | 0.35 | 0 | 0.08 | 0.35 | 166.55 | 0.24 | 0.53 |
| Hex | 6B | A5 | 98 | 23 | 0 | 8 | 23 | A7 | 18 | 35 |
| Octal | 153 | 245 | 230 | 43 | 0 | 10 | 43 | 247 | 30 | 65 |
| Binary | 1101011 | 10100101 | 10011000 | 100011 | 0 | 1000 | 100011 | 10100111 | 11000 | 110101 |
Color Harmonies of #6BA598
Complementary color
Monochromatic Colors of #6BA598
Black with #6BA598
Text Example
Text Example
White with #6BA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA598; }
p { color: rgb(107,165,152); }
H1.HeaderClassName
{
color: #6BA598;
}
.AnyTagClassName
{
color: #6BA598;
}
</style>
background-color css
<style>
a { background-color: #6BA598; }
a { background-color: rgb(107,165,152); }
div.DivClassName
{
background-color: #6BA598;
}
.BgClassName
{
background-color: #6BA598;
}
</style>
border-color css
<style>
span { border-color: #6BA598; }
span { border-color: rgb(107,165,152); }
td.TdClassName
{
border-color: #6BA598;
}
.TagClassName
{
border-color: #6BA598;
}
</style>