Shades of Acapulco #6BA293
Tints of Acapulco #6BA293
RGB
CMYK
RGB Variations
Color information
#6BA293 (or 0x6BA293) is known color: Acapulco. HEX triplet: 6B, A2 and 93. RGB value is (107,162,147). Sum of RGB (Red+Green+Blue) = 107+162+147=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA293 is #945D6C. Grayscale: #8F8F8F. Windows color (decimal): -9723245 or 9675371. OLE color: 9675371.
HSL color Cylindrical-coordinate representation of color #6BA293: hue angle of 163.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA293 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 147 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.36 |
| HSL | 163.64º | 0.23% | 0.53% | - |
| HSV(B) | 163.64º | 0.34% | 0.64% | - |
| XYZ | 24.25 | 31.07 | 32.32 | - |
| YUV | 143.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 147 | 0.34 | 0 | 0.09 | 0.36 | 163.64 | 0.23 | 0.53 |
| Hex | 6B | A2 | 93 | 22 | 0 | 9 | 24 | A4 | 17 | 35 |
| Octal | 153 | 242 | 223 | 42 | 0 | 11 | 44 | 244 | 27 | 65 |
| Binary | 1101011 | 10100010 | 10010011 | 100010 | 0 | 1001 | 100100 | 10100100 | 10111 | 110101 |
Color Harmonies of #6BA293
Complementary color
Monochromatic Colors of #6BA293
Black with #6BA293
Text Example
Text Example
White with #6BA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA293; }
p { color: rgb(107,162,147); }
H1.HeaderClassName
{
color: #6BA293;
}
.AnyTagClassName
{
color: #6BA293;
}
</style>
background-color css
<style>
a { background-color: #6BA293; }
a { background-color: rgb(107,162,147); }
div.DivClassName
{
background-color: #6BA293;
}
.BgClassName
{
background-color: #6BA293;
}
</style>
border-color css
<style>
span { border-color: #6BA293; }
span { border-color: rgb(107,162,147); }
td.TdClassName
{
border-color: #6BA293;
}
.TagClassName
{
border-color: #6BA293;
}
</style>