Shades of Acapulco #6FA890
Tints of Acapulco #6FA890
RGB
CMYK
RGB Variations
Color information
#6FA890 (or 0x6FA890) is known color: Acapulco. HEX triplet: 6F, A8 and 90. RGB value is (111,168,144). Sum of RGB (Red+Green+Blue) = 111+168+144=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA890 is #90576F. Grayscale: #949494. Windows color (decimal): -9459568 or 9480303. OLE color: 9480303.
HSL color Cylindrical-coordinate representation of color #6FA890: hue angle of 154.74º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA890 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 144 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.34 |
| HSL | 154.74º | 0.25% | 0.55% | - |
| HSV(B) | 154.74º | 0.34% | 0.66% | - |
| XYZ | 25.59 | 33.4 | 31.48 | - |
| YUV | 148.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 144 | 0.34 | 0 | 0.14 | 0.34 | 154.74 | 0.25 | 0.55 |
| Hex | 6F | A8 | 90 | 22 | 0 | E | 22 | 9B | 19 | 37 |
| Octal | 157 | 250 | 220 | 42 | 0 | 16 | 42 | 233 | 31 | 67 |
| Binary | 1101111 | 10101000 | 10010000 | 100010 | 0 | 1110 | 100010 | 10011011 | 11001 | 110111 |
Color Harmonies of #6FA890
Complementary color
Monochromatic Colors of #6FA890
Black with #6FA890
Text Example
Text Example
White with #6FA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA890; }
p { color: rgb(111,168,144); }
H1.HeaderClassName
{
color: #6FA890;
}
.AnyTagClassName
{
color: #6FA890;
}
</style>
background-color css
<style>
a { background-color: #6FA890; }
a { background-color: rgb(111,168,144); }
div.DivClassName
{
background-color: #6FA890;
}
.BgClassName
{
background-color: #6FA890;
}
</style>
border-color css
<style>
span { border-color: #6FA890; }
span { border-color: rgb(111,168,144); }
td.TdClassName
{
border-color: #6FA890;
}
.TagClassName
{
border-color: #6FA890;
}
</style>