Shades of Downy #6DD8BC
Tints of Downy #6DD8BC
RGB
CMYK
RGB Variations
Color information
#6DD8BC (or 0x6DD8BC) is known color: Downy. HEX triplet: 6D, D8 and BC. RGB value is (109,216,188). Sum of RGB (Red+Green+Blue) = 109+216+188=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8BC is #922743. Grayscale: #B4B4B4. Windows color (decimal): -9578308 or 12376173. OLE color: 12376173.
HSL color Cylindrical-coordinate representation of color #6DD8BC: hue angle of 164.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8BC is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 188 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.15 |
| HSL | 164.3º | 0.58% | 0.64% | - |
| HSV(B) | 164.3º | 0.5% | 0.85% | - |
| XYZ | 39.94 | 55.99 | 56.28 | - |
| YUV | 180.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 188 | 0.50 | 0 | 0.13 | 0.15 | 164.3 | 0.58 | 0.64 |
| Hex | 6D | D8 | BC | 32 | 0 | D | F | A4 | 3A | 40 |
| Octal | 155 | 330 | 274 | 62 | 0 | 15 | 17 | 244 | 72 | 100 |
| Binary | 1101101 | 11011000 | 10111100 | 110010 | 0 | 1101 | 1111 | 10100100 | 111010 | 1000000 |
Color Harmonies of #6DD8BC
Complementary color
Monochromatic Colors of #6DD8BC
Black with #6DD8BC
Text Example
Text Example
White with #6DD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD8BC; }
p { color: rgb(109,216,188); }
H1.HeaderClassName
{
color: #6DD8BC;
}
.AnyTagClassName
{
color: #6DD8BC;
}
</style>
background-color css
<style>
a { background-color: #6DD8BC; }
a { background-color: rgb(109,216,188); }
div.DivClassName
{
background-color: #6DD8BC;
}
.BgClassName
{
background-color: #6DD8BC;
}
</style>
border-color css
<style>
span { border-color: #6DD8BC; }
span { border-color: rgb(109,216,188); }
td.TdClassName
{
border-color: #6DD8BC;
}
.TagClassName
{
border-color: #6DD8BC;
}
</style>