Shades of Acapulco #6F9F8A
Tints of Acapulco #6F9F8A
RGB
CMYK
RGB Variations
Color information
#6F9F8A (or 0x6F9F8A) is known color: Acapulco. HEX triplet: 6F, 9F and 8A. RGB value is (111,159,138). Sum of RGB (Red+Green+Blue) = 111+159+138=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9F8A is #906075. Grayscale: #8E8E8E. Windows color (decimal): -9461878 or 9084783. OLE color: 9084783.
HSL color Cylindrical-coordinate representation of color #6F9F8A: hue angle of 153.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F8A is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 138 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.38 |
| HSL | 153.75º | 0.2% | 0.53% | - |
| HSV(B) | 153.75º | 0.3% | 0.62% | - |
| XYZ | 23.54 | 30.01 | 28.6 | - |
| YUV | 142.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 138 | 0.30 | 0 | 0.13 | 0.38 | 153.75 | 0.2 | 0.53 |
| Hex | 6F | 9F | 8A | 1E | 0 | D | 26 | 9A | 14 | 35 |
| Octal | 157 | 237 | 212 | 36 | 0 | 15 | 46 | 232 | 24 | 65 |
| Binary | 1101111 | 10011111 | 10001010 | 11110 | 0 | 1101 | 100110 | 10011010 | 10100 | 110101 |
Color Harmonies of #6F9F8A
Complementary color
Monochromatic Colors of #6F9F8A
Black with #6F9F8A
Text Example
Text Example
White with #6F9F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F8A; }
p { color: rgb(111,159,138); }
H1.HeaderClassName
{
color: #6F9F8A;
}
.AnyTagClassName
{
color: #6F9F8A;
}
</style>
background-color css
<style>
a { background-color: #6F9F8A; }
a { background-color: rgb(111,159,138); }
div.DivClassName
{
background-color: #6F9F8A;
}
.BgClassName
{
background-color: #6F9F8A;
}
</style>
border-color css
<style>
span { border-color: #6F9F8A; }
span { border-color: rgb(111,159,138); }
td.TdClassName
{
border-color: #6F9F8A;
}
.TagClassName
{
border-color: #6F9F8A;
}
</style>