Shades of Acapulco #6FA998
Tints of Acapulco #6FA998
RGB
CMYK
RGB Variations
Color information
#6FA998 (or 0x6FA998) is known color: Acapulco. HEX triplet: 6F, A9 and 98. RGB value is (111,169,152). Sum of RGB (Red+Green+Blue) = 111+169+152=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA998 is #905667. Grayscale: #959595. Windows color (decimal): -9459304 or 10004847. OLE color: 10004847.
HSL color Cylindrical-coordinate representation of color #6FA998: hue angle of 162.41º 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 #6FA998 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 152 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.34 |
| HSL | 162.41º | 0.25% | 0.55% | - |
| HSV(B) | 162.41º | 0.34% | 0.66% | - |
| XYZ | 26.41 | 34.02 | 34.88 | - |
| YUV | 149.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 152 | 0.34 | 0 | 0.10 | 0.34 | 162.41 | 0.25 | 0.55 |
| Hex | 6F | A9 | 98 | 22 | 0 | A | 22 | A2 | 19 | 37 |
| Octal | 157 | 251 | 230 | 42 | 0 | 12 | 42 | 242 | 31 | 67 |
| Binary | 1101111 | 10101001 | 10011000 | 100010 | 0 | 1010 | 100010 | 10100010 | 11001 | 110111 |
Color Harmonies of #6FA998
Complementary color
Monochromatic Colors of #6FA998
Black with #6FA998
Text Example
Text Example
White with #6FA998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA998; }
p { color: rgb(111,169,152); }
H1.HeaderClassName
{
color: #6FA998;
}
.AnyTagClassName
{
color: #6FA998;
}
</style>
background-color css
<style>
a { background-color: #6FA998; }
a { background-color: rgb(111,169,152); }
div.DivClassName
{
background-color: #6FA998;
}
.BgClassName
{
background-color: #6FA998;
}
</style>
border-color css
<style>
span { border-color: #6FA998; }
span { border-color: rgb(111,169,152); }
td.TdClassName
{
border-color: #6FA998;
}
.TagClassName
{
border-color: #6FA998;
}
</style>