Shades of Keppel #6DBD9F
Tints of Keppel #6DBD9F
RGB
CMYK
RGB Variations
Color information
#6DBD9F (or 0x6DBD9F) is known color: Keppel. HEX triplet: 6D, BD and 9F. RGB value is (109,189,159). Sum of RGB (Red+Green+Blue) = 109+189+159=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBD9F is #924260. Grayscale: #A1A1A1. Windows color (decimal): -9585249 or 10468717. OLE color: 10468717.
HSL color Cylindrical-coordinate representation of color #6DBD9F: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBD9F is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 159 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.26 |
| HSL | 157.5º | 0.38% | 0.58% | - |
| HSV(B) | 157.5º | 0.42% | 0.74% | - |
| XYZ | 30.76 | 42.15 | 39.32 | - |
| YUV | 161.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 159 | 0.42 | 0 | 0.16 | 0.26 | 157.5 | 0.38 | 0.58 |
| Hex | 6D | BD | 9F | 2A | 0 | 10 | 1A | 9E | 26 | 3A |
| Octal | 155 | 275 | 237 | 52 | 0 | 20 | 32 | 236 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10011111 | 101010 | 0 | 10000 | 11010 | 10011110 | 100110 | 111010 |
Color Harmonies of #6DBD9F
Complementary color
Monochromatic Colors of #6DBD9F
Black with #6DBD9F
Text Example
Text Example
White with #6DBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD9F; }
p { color: rgb(109,189,159); }
H1.HeaderClassName
{
color: #6DBD9F;
}
.AnyTagClassName
{
color: #6DBD9F;
}
</style>
background-color css
<style>
a { background-color: #6DBD9F; }
a { background-color: rgb(109,189,159); }
div.DivClassName
{
background-color: #6DBD9F;
}
.BgClassName
{
background-color: #6DBD9F;
}
</style>
border-color css
<style>
span { border-color: #6DBD9F; }
span { border-color: rgb(109,189,159); }
td.TdClassName
{
border-color: #6DBD9F;
}
.TagClassName
{
border-color: #6DBD9F;
}
</style>