Shades of Keppel #6FBAA0
Tints of Keppel #6FBAA0
RGB
CMYK
RGB Variations
Color information
#6FBAA0 (or 0x6FBAA0) is known color: Keppel. HEX triplet: 6F, BA and A0. RGB value is (111,186,160). Sum of RGB (Red+Green+Blue) = 111+186+160=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAA0 is #90455F. Grayscale: #A0A0A0. Windows color (decimal): -9454944 or 10533487. OLE color: 10533487.
HSL color Cylindrical-coordinate representation of color #6FBAA0: hue angle of 159.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBAA0 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 160 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.27 |
| HSL | 159.2º | 0.35% | 0.58% | - |
| HSV(B) | 159.2º | 0.4% | 0.73% | - |
| XYZ | 30.46 | 41.04 | 39.57 | - |
| YUV | 160.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 160 | 0.40 | 0 | 0.14 | 0.27 | 159.2 | 0.35 | 0.58 |
| Hex | 6F | BA | A0 | 28 | 0 | E | 1B | 9F | 23 | 3A |
| Octal | 157 | 272 | 240 | 50 | 0 | 16 | 33 | 237 | 43 | 72 |
| Binary | 1101111 | 10111010 | 10100000 | 101000 | 0 | 1110 | 11011 | 10011111 | 100011 | 111010 |
Color Harmonies of #6FBAA0
Complementary color
Monochromatic Colors of #6FBAA0
Black with #6FBAA0
Text Example
Text Example
White with #6FBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBAA0; }
p { color: rgb(111,186,160); }
H1.HeaderClassName
{
color: #6FBAA0;
}
.AnyTagClassName
{
color: #6FBAA0;
}
</style>
background-color css
<style>
a { background-color: #6FBAA0; }
a { background-color: rgb(111,186,160); }
div.DivClassName
{
background-color: #6FBAA0;
}
.BgClassName
{
background-color: #6FBAA0;
}
</style>
border-color css
<style>
span { border-color: #6FBAA0; }
span { border-color: rgb(111,186,160); }
td.TdClassName
{
border-color: #6FBAA0;
}
.TagClassName
{
border-color: #6FBAA0;
}
</style>