Shades of Downy #6DD4BC
Tints of Downy #6DD4BC
RGB
CMYK
RGB Variations
Color information
#6DD4BC (or 0x6DD4BC) is known color: Downy. HEX triplet: 6D, D4 and BC. RGB value is (109,212,188). Sum of RGB (Red+Green+Blue) = 109+212+188=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD4BC is #922B43. Grayscale: #B2B2B2. Windows color (decimal): -9579332 or 12375149. OLE color: 12375149.
HSL color Cylindrical-coordinate representation of color #6DD4BC: hue angle of 166.02º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD4BC is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 212 | 188 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.17 |
| HSL | 166.02º | 0.54% | 0.63% | - |
| HSV(B) | 166.02º | 0.49% | 0.83% | - |
| XYZ | 38.93 | 53.97 | 55.94 | - |
| YUV | 178.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 188 | 0.49 | 0 | 0.11 | 0.17 | 166.02 | 0.54 | 0.63 |
| Hex | 6D | D4 | BC | 31 | 0 | B | 11 | A6 | 36 | 3F |
| Octal | 155 | 324 | 274 | 61 | 0 | 13 | 21 | 246 | 66 | 77 |
| Binary | 1101101 | 11010100 | 10111100 | 110001 | 0 | 1011 | 10001 | 10100110 | 110110 | 111111 |
Color Harmonies of #6DD4BC
Complementary color
Monochromatic Colors of #6DD4BC
Black with #6DD4BC
Text Example
Text Example
White with #6DD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD4BC; }
p { color: rgb(109,212,188); }
H1.HeaderClassName
{
color: #6DD4BC;
}
.AnyTagClassName
{
color: #6DD4BC;
}
</style>
background-color css
<style>
a { background-color: #6DD4BC; }
a { background-color: rgb(109,212,188); }
div.DivClassName
{
background-color: #6DD4BC;
}
.BgClassName
{
background-color: #6DD4BC;
}
</style>
border-color css
<style>
span { border-color: #6DD4BC; }
span { border-color: rgb(109,212,188); }
td.TdClassName
{
border-color: #6DD4BC;
}
.TagClassName
{
border-color: #6DD4BC;
}
</style>