Shades of Keppel #6DBA9E
Tints of Keppel #6DBA9E
RGB
CMYK
RGB Variations
Color information
#6DBA9E (or 0x6DBA9E) is known color: Keppel. HEX triplet: 6D, BA and 9E. RGB value is (109,186,158). Sum of RGB (Red+Green+Blue) = 109+186+158=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBA9E is #924561. Grayscale: #9F9F9F. Windows color (decimal): -9586018 or 10402413. OLE color: 10402413.
HSL color Cylindrical-coordinate representation of color #6DBA9E: hue angle of 158.18º 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 #6DBA9E is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 158 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.27 |
| HSL | 158.18º | 0.36% | 0.58% | - |
| HSV(B) | 158.18º | 0.41% | 0.73% | - |
| XYZ | 30.04 | 40.84 | 38.65 | - |
| YUV | 159.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 158 | 0.41 | 0 | 0.15 | 0.27 | 158.18 | 0.36 | 0.58 |
| Hex | 6D | BA | 9E | 29 | 0 | F | 1B | 9E | 24 | 3A |
| Octal | 155 | 272 | 236 | 51 | 0 | 17 | 33 | 236 | 44 | 72 |
| Binary | 1101101 | 10111010 | 10011110 | 101001 | 0 | 1111 | 11011 | 10011110 | 100100 | 111010 |
Color Harmonies of #6DBA9E
Complementary color
Monochromatic Colors of #6DBA9E
Black with #6DBA9E
Text Example
Text Example
White with #6DBA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA9E; }
p { color: rgb(109,186,158); }
H1.HeaderClassName
{
color: #6DBA9E;
}
.AnyTagClassName
{
color: #6DBA9E;
}
</style>
background-color css
<style>
a { background-color: #6DBA9E; }
a { background-color: rgb(109,186,158); }
div.DivClassName
{
background-color: #6DBA9E;
}
.BgClassName
{
background-color: #6DBA9E;
}
</style>
border-color css
<style>
span { border-color: #6DBA9E; }
span { border-color: rgb(109,186,158); }
td.TdClassName
{
border-color: #6DBA9E;
}
.TagClassName
{
border-color: #6DBA9E;
}
</style>