Shades of Keppel #6FBA9D
Tints of Keppel #6FBA9D
RGB
CMYK
RGB Variations
Color information
#6FBA9D (or 0x6FBA9D) is known color: Keppel. HEX triplet: 6F, BA and 9D. RGB value is (111,186,157). Sum of RGB (Red+Green+Blue) = 111+186+157=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBA9D is #904562. Grayscale: #A0A0A0. Windows color (decimal): -9454947 or 10336879. OLE color: 10336879.
HSL color Cylindrical-coordinate representation of color #6FBA9D: hue angle of 156.8º 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 #6FBA9D is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 157 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.27 |
| HSL | 156.8º | 0.35% | 0.58% | - |
| HSV(B) | 156.8º | 0.4% | 0.73% | - |
| XYZ | 30.2 | 40.93 | 38.21 | - |
| YUV | 160.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 157 | 0.40 | 0 | 0.16 | 0.27 | 156.8 | 0.35 | 0.58 |
| Hex | 6F | BA | 9D | 28 | 0 | 10 | 1B | 9D | 23 | 3A |
| Octal | 157 | 272 | 235 | 50 | 0 | 20 | 33 | 235 | 43 | 72 |
| Binary | 1101111 | 10111010 | 10011101 | 101000 | 0 | 10000 | 11011 | 10011101 | 100011 | 111010 |
Color Harmonies of #6FBA9D
Complementary color
Monochromatic Colors of #6FBA9D
Black with #6FBA9D
Text Example
Text Example
White with #6FBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA9D; }
p { color: rgb(111,186,157); }
H1.HeaderClassName
{
color: #6FBA9D;
}
.AnyTagClassName
{
color: #6FBA9D;
}
</style>
background-color css
<style>
a { background-color: #6FBA9D; }
a { background-color: rgb(111,186,157); }
div.DivClassName
{
background-color: #6FBA9D;
}
.BgClassName
{
background-color: #6FBA9D;
}
</style>
border-color css
<style>
span { border-color: #6FBA9D; }
span { border-color: rgb(111,186,157); }
td.TdClassName
{
border-color: #6FBA9D;
}
.TagClassName
{
border-color: #6FBA9D;
}
</style>