Shades of Keppel #6DBD9E
Tints of Keppel #6DBD9E
RGB
CMYK
RGB Variations
Color information
#6DBD9E (or 0x6DBD9E) is known color: Keppel. HEX triplet: 6D, BD and 9E. RGB value is (109,189,158). Sum of RGB (Red+Green+Blue) = 109+189+158=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBD9E is #924261. Grayscale: #A1A1A1. Windows color (decimal): -9585250 or 10403181. OLE color: 10403181.
HSL color Cylindrical-coordinate representation of color #6DBD9E: hue angle of 156.75º 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 #6DBD9E is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 158 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.26 |
| HSL | 156.75º | 0.38% | 0.58% | - |
| HSV(B) | 156.75º | 0.42% | 0.74% | - |
| XYZ | 30.68 | 42.12 | 38.86 | - |
| YUV | 161.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 158 | 0.42 | 0 | 0.16 | 0.26 | 156.75 | 0.38 | 0.58 |
| Hex | 6D | BD | 9E | 2A | 0 | 10 | 1A | 9D | 26 | 3A |
| Octal | 155 | 275 | 236 | 52 | 0 | 20 | 32 | 235 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10011110 | 101010 | 0 | 10000 | 11010 | 10011101 | 100110 | 111010 |
Color Harmonies of #6DBD9E
Complementary color
Monochromatic Colors of #6DBD9E
Black with #6DBD9E
Text Example
Text Example
White with #6DBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD9E; }
p { color: rgb(109,189,158); }
H1.HeaderClassName
{
color: #6DBD9E;
}
.AnyTagClassName
{
color: #6DBD9E;
}
</style>
background-color css
<style>
a { background-color: #6DBD9E; }
a { background-color: rgb(109,189,158); }
div.DivClassName
{
background-color: #6DBD9E;
}
.BgClassName
{
background-color: #6DBD9E;
}
</style>
border-color css
<style>
span { border-color: #6DBD9E; }
span { border-color: rgb(109,189,158); }
td.TdClassName
{
border-color: #6DBD9E;
}
.TagClassName
{
border-color: #6DBD9E;
}
</style>