Shades of Keppel #6DBA9C
Tints of Keppel #6DBA9C
RGB
CMYK
RGB Variations
Color information
#6DBA9C (or 0x6DBA9C) is known color: Keppel. HEX triplet: 6D, BA and 9C. RGB value is (109,186,156). Sum of RGB (Red+Green+Blue) = 109+186+156=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBA9C is #924563. Grayscale: #9F9F9F. Windows color (decimal): -9586020 or 10271341. OLE color: 10271341.
HSL color Cylindrical-coordinate representation of color #6DBA9C: hue angle of 156.62º 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 #6DBA9C is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 156 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.27 |
| HSL | 156.62º | 0.36% | 0.58% | - |
| HSV(B) | 156.62º | 0.41% | 0.73% | - |
| XYZ | 29.87 | 40.77 | 37.75 | - |
| YUV | 159.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 156 | 0.41 | 0 | 0.16 | 0.27 | 156.62 | 0.36 | 0.58 |
| Hex | 6D | BA | 9C | 29 | 0 | 10 | 1B | 9D | 24 | 3A |
| Octal | 155 | 272 | 234 | 51 | 0 | 20 | 33 | 235 | 44 | 72 |
| Binary | 1101101 | 10111010 | 10011100 | 101001 | 0 | 10000 | 11011 | 10011101 | 100100 | 111010 |
Color Harmonies of #6DBA9C
Complementary color
Monochromatic Colors of #6DBA9C
Black with #6DBA9C
Text Example
Text Example
White with #6DBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA9C; }
p { color: rgb(109,186,156); }
H1.HeaderClassName
{
color: #6DBA9C;
}
.AnyTagClassName
{
color: #6DBA9C;
}
</style>
background-color css
<style>
a { background-color: #6DBA9C; }
a { background-color: rgb(109,186,156); }
div.DivClassName
{
background-color: #6DBA9C;
}
.BgClassName
{
background-color: #6DBA9C;
}
</style>
border-color css
<style>
span { border-color: #6DBA9C; }
span { border-color: rgb(109,186,156); }
td.TdClassName
{
border-color: #6DBA9C;
}
.TagClassName
{
border-color: #6DBA9C;
}
</style>