Shades of Acapulco #6BA893
Tints of Acapulco #6BA893
RGB
CMYK
RGB Variations
Color information
#6BA893 (or 0x6BA893) is known color: Acapulco. HEX triplet: 6B, A8 and 93. RGB value is (107,168,147). Sum of RGB (Red+Green+Blue) = 107+168+147=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA893 is #94576C. Grayscale: #939393. Windows color (decimal): -9721709 or 9676907. OLE color: 9676907.
HSL color Cylindrical-coordinate representation of color #6BA893: hue angle of 159.34º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA893 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 147 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.34 |
| HSL | 159.34º | 0.26% | 0.54% | - |
| HSV(B) | 159.34º | 0.36% | 0.66% | - |
| XYZ | 25.33 | 33.24 | 32.68 | - |
| YUV | 147.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 147 | 0.36 | 0 | 0.13 | 0.34 | 159.34 | 0.26 | 0.54 |
| Hex | 6B | A8 | 93 | 24 | 0 | D | 22 | 9F | 1A | 36 |
| Octal | 153 | 250 | 223 | 44 | 0 | 15 | 42 | 237 | 32 | 66 |
| Binary | 1101011 | 10101000 | 10010011 | 100100 | 0 | 1101 | 100010 | 10011111 | 11010 | 110110 |
Color Harmonies of #6BA893
Complementary color
Monochromatic Colors of #6BA893
Black with #6BA893
Text Example
Text Example
White with #6BA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA893; }
p { color: rgb(107,168,147); }
H1.HeaderClassName
{
color: #6BA893;
}
.AnyTagClassName
{
color: #6BA893;
}
</style>
background-color css
<style>
a { background-color: #6BA893; }
a { background-color: rgb(107,168,147); }
div.DivClassName
{
background-color: #6BA893;
}
.BgClassName
{
background-color: #6BA893;
}
</style>
border-color css
<style>
span { border-color: #6BA893; }
span { border-color: rgb(107,168,147); }
td.TdClassName
{
border-color: #6BA893;
}
.TagClassName
{
border-color: #6BA893;
}
</style>