Shades of Keppel #6FBBA0
Tints of Keppel #6FBBA0
RGB
CMYK
RGB Variations
Color information
#6FBBA0 (or 0x6FBBA0) is known color: Keppel. HEX triplet: 6F, BB and A0. RGB value is (111,187,160). Sum of RGB (Red+Green+Blue) = 111+187+160=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBA0 is #90445F. Grayscale: #A1A1A1. Windows color (decimal): -9454688 or 10533743. OLE color: 10533743.
HSL color Cylindrical-coordinate representation of color #6FBBA0: hue angle of 158.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBA0 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 160 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.27 |
| HSL | 158.68º | 0.36% | 0.58% | - |
| HSV(B) | 158.68º | 0.41% | 0.73% | - |
| XYZ | 30.67 | 41.46 | 39.64 | - |
| YUV | 161.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 160 | 0.41 | 0 | 0.14 | 0.27 | 158.68 | 0.36 | 0.58 |
| Hex | 6F | BB | A0 | 29 | 0 | E | 1B | 9F | 24 | 3A |
| Octal | 157 | 273 | 240 | 51 | 0 | 16 | 33 | 237 | 44 | 72 |
| Binary | 1101111 | 10111011 | 10100000 | 101001 | 0 | 1110 | 11011 | 10011111 | 100100 | 111010 |
Color Harmonies of #6FBBA0
Complementary color
Monochromatic Colors of #6FBBA0
Black with #6FBBA0
Text Example
Text Example
White with #6FBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBA0; }
p { color: rgb(111,187,160); }
H1.HeaderClassName
{
color: #6FBBA0;
}
.AnyTagClassName
{
color: #6FBBA0;
}
</style>
background-color css
<style>
a { background-color: #6FBBA0; }
a { background-color: rgb(111,187,160); }
div.DivClassName
{
background-color: #6FBBA0;
}
.BgClassName
{
background-color: #6FBBA0;
}
</style>
border-color css
<style>
span { border-color: #6FBBA0; }
span { border-color: rgb(111,187,160); }
td.TdClassName
{
border-color: #6FBBA0;
}
.TagClassName
{
border-color: #6FBBA0;
}
</style>