Shades of Acapulco #6FB098
Tints of Acapulco #6FB098
RGB
CMYK
RGB Variations
Color information
#6FB098 (or 0x6FB098) is known color: Acapulco. HEX triplet: 6F, B0 and 98. RGB value is (111,176,152). Sum of RGB (Red+Green+Blue) = 111+176+152=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB098 is #904F67. Grayscale: #999999. Windows color (decimal): -9457512 or 10006639. OLE color: 10006639.
HSL color Cylindrical-coordinate representation of color #6FB098: hue angle of 157.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB098 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 152 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.31 |
| HSL | 157.85º | 0.29% | 0.56% | - |
| HSV(B) | 157.85º | 0.37% | 0.69% | - |
| XYZ | 27.75 | 36.7 | 35.33 | - |
| YUV | 153.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 152 | 0.37 | 0 | 0.14 | 0.31 | 157.85 | 0.29 | 0.56 |
| Hex | 6F | B0 | 98 | 25 | 0 | E | 1F | 9E | 1D | 38 |
| Octal | 157 | 260 | 230 | 45 | 0 | 16 | 37 | 236 | 35 | 70 |
| Binary | 1101111 | 10110000 | 10011000 | 100101 | 0 | 1110 | 11111 | 10011110 | 11101 | 111000 |
Color Harmonies of #6FB098
Complementary color
Monochromatic Colors of #6FB098
Black with #6FB098
Text Example
Text Example
White with #6FB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB098; }
p { color: rgb(111,176,152); }
H1.HeaderClassName
{
color: #6FB098;
}
.AnyTagClassName
{
color: #6FB098;
}
</style>
background-color css
<style>
a { background-color: #6FB098; }
a { background-color: rgb(111,176,152); }
div.DivClassName
{
background-color: #6FB098;
}
.BgClassName
{
background-color: #6FB098;
}
</style>
border-color css
<style>
span { border-color: #6FB098; }
span { border-color: rgb(111,176,152); }
td.TdClassName
{
border-color: #6FB098;
}
.TagClassName
{
border-color: #6FB098;
}
</style>