Shades of Keppel #6DBB9D
Tints of Keppel #6DBB9D
RGB
CMYK
RGB Variations
Color information
#6DBB9D (or 0x6DBB9D) is known color: Keppel. HEX triplet: 6D, BB and 9D. RGB value is (109,187,157). Sum of RGB (Red+Green+Blue) = 109+187+157=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBB9D is #924462. Grayscale: #A0A0A0. Windows color (decimal): -9585763 or 10337133. OLE color: 10337133.
HSL color Cylindrical-coordinate representation of color #6DBB9D: hue angle of 156.92º 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 #6DBB9D is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 157 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.27 |
| HSL | 156.92º | 0.36% | 0.58% | - |
| HSV(B) | 156.92º | 0.42% | 0.73% | - |
| XYZ | 30.16 | 41.23 | 38.27 | - |
| YUV | 160.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 157 | 0.42 | 0 | 0.16 | 0.27 | 156.92 | 0.36 | 0.58 |
| Hex | 6D | BB | 9D | 2A | 0 | 10 | 1B | 9D | 24 | 3A |
| Octal | 155 | 273 | 235 | 52 | 0 | 20 | 33 | 235 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10011101 | 101010 | 0 | 10000 | 11011 | 10011101 | 100100 | 111010 |
Color Harmonies of #6DBB9D
Complementary color
Monochromatic Colors of #6DBB9D
Black with #6DBB9D
Text Example
Text Example
White with #6DBB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB9D; }
p { color: rgb(109,187,157); }
H1.HeaderClassName
{
color: #6DBB9D;
}
.AnyTagClassName
{
color: #6DBB9D;
}
</style>
background-color css
<style>
a { background-color: #6DBB9D; }
a { background-color: rgb(109,187,157); }
div.DivClassName
{
background-color: #6DBB9D;
}
.BgClassName
{
background-color: #6DBB9D;
}
</style>
border-color css
<style>
span { border-color: #6DBB9D; }
span { border-color: rgb(109,187,157); }
td.TdClassName
{
border-color: #6DBB9D;
}
.TagClassName
{
border-color: #6DBB9D;
}
</style>