Shades of Keppel #6DBBA0
Tints of Keppel #6DBBA0
RGB
CMYK
RGB Variations
Color information
#6DBBA0 (or 0x6DBBA0) is known color: Keppel. HEX triplet: 6D, BB and A0. RGB value is (109,187,160). Sum of RGB (Red+Green+Blue) = 109+187+160=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBA0 is #92445F. Grayscale: #A0A0A0. Windows color (decimal): -9585760 or 10533741. OLE color: 10533741.
HSL color Cylindrical-coordinate representation of color #6DBBA0: hue angle of 159.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBA0 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 160 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.27 |
| HSL | 159.23º | 0.36% | 0.58% | - |
| HSV(B) | 159.23º | 0.42% | 0.73% | - |
| XYZ | 30.42 | 41.33 | 39.63 | - |
| YUV | 160.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 160 | 0.42 | 0 | 0.14 | 0.27 | 159.23 | 0.36 | 0.58 |
| Hex | 6D | BB | A0 | 2A | 0 | E | 1B | 9F | 24 | 3A |
| Octal | 155 | 273 | 240 | 52 | 0 | 16 | 33 | 237 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10100000 | 101010 | 0 | 1110 | 11011 | 10011111 | 100100 | 111010 |
Color Harmonies of #6DBBA0
Complementary color
Monochromatic Colors of #6DBBA0
Black with #6DBBA0
Text Example
Text Example
White with #6DBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBA0; }
p { color: rgb(109,187,160); }
H1.HeaderClassName
{
color: #6DBBA0;
}
.AnyTagClassName
{
color: #6DBBA0;
}
</style>
background-color css
<style>
a { background-color: #6DBBA0; }
a { background-color: rgb(109,187,160); }
div.DivClassName
{
background-color: #6DBBA0;
}
.BgClassName
{
background-color: #6DBBA0;
}
</style>
border-color css
<style>
span { border-color: #6DBBA0; }
span { border-color: rgb(109,187,160); }
td.TdClassName
{
border-color: #6DBBA0;
}
.TagClassName
{
border-color: #6DBBA0;
}
</style>