Shades of Downy #6DDDBC
Tints of Downy #6DDDBC
RGB
CMYK
RGB Variations
Color information
#6DDDBC (or 0x6DDDBC) is known color: Downy. HEX triplet: 6D, DD and BC. RGB value is (109,221,188). Sum of RGB (Red+Green+Blue) = 109+221+188=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDBC is #922243. Grayscale: #B7B7B7. Windows color (decimal): -9577028 or 12377453. OLE color: 12377453.
HSL color Cylindrical-coordinate representation of color #6DDDBC: hue angle of 162.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDBC is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 188 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.13 |
| HSL | 162.32º | 0.62% | 0.65% | - |
| HSV(B) | 162.32º | 0.51% | 0.87% | - |
| XYZ | 41.24 | 58.59 | 56.71 | - |
| YUV | 183.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 188 | 0.51 | 0 | 0.15 | 0.13 | 162.32 | 0.62 | 0.65 |
| Hex | 6D | DD | BC | 33 | 0 | F | D | A2 | 3E | 41 |
| Octal | 155 | 335 | 274 | 63 | 0 | 17 | 15 | 242 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10111100 | 110011 | 0 | 1111 | 1101 | 10100010 | 111110 | 1000001 |
Color Harmonies of #6DDDBC
Complementary color
Monochromatic Colors of #6DDDBC
Black with #6DDDBC
Text Example
Text Example
White with #6DDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDBC; }
p { color: rgb(109,221,188); }
H1.HeaderClassName
{
color: #6DDDBC;
}
.AnyTagClassName
{
color: #6DDDBC;
}
</style>
background-color css
<style>
a { background-color: #6DDDBC; }
a { background-color: rgb(109,221,188); }
div.DivClassName
{
background-color: #6DDDBC;
}
.BgClassName
{
background-color: #6DDDBC;
}
</style>
border-color css
<style>
span { border-color: #6DDDBC; }
span { border-color: rgb(109,221,188); }
td.TdClassName
{
border-color: #6DDDBC;
}
.TagClassName
{
border-color: #6DDDBC;
}
</style>