Shades of Downy #6DDDCB
Tints of Downy #6DDDCB
RGB
CMYK
RGB Variations
Color information
#6DDDCB (or 0x6DDDCB) is known color: Downy. HEX triplet: 6D, DD and CB. RGB value is (109,221,203). Sum of RGB (Red+Green+Blue) = 109+221+203=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDCB is #922234. Grayscale: #B9B9B9. Windows color (decimal): -9577013 or 13360493. OLE color: 13360493.
HSL color Cylindrical-coordinate representation of color #6DDDCB: hue angle of 170.36º 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 #6DDDCB is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 203 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.13 |
| HSL | 170.36º | 0.62% | 0.65% | - |
| HSV(B) | 170.36º | 0.51% | 0.87% | - |
| XYZ | 42.94 | 59.28 | 65.68 | - |
| YUV | 185.46 | 137.89 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 203 | 0.51 | 0 | 0.08 | 0.13 | 170.36 | 0.62 | 0.65 |
| Hex | 6D | DD | CB | 33 | 0 | 8 | D | AA | 3E | 41 |
| Octal | 155 | 335 | 313 | 63 | 0 | 10 | 15 | 252 | 76 | 101 |
| Binary | 1101101 | 11011101 | 11001011 | 110011 | 0 | 1000 | 1101 | 10101010 | 111110 | 1000001 |
Color Harmonies of #6DDDCB
Complementary color
Monochromatic Colors of #6DDDCB
Black with #6DDDCB
Text Example
Text Example
White with #6DDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDCB; }
p { color: rgb(109,221,203); }
H1.HeaderClassName
{
color: #6DDDCB;
}
.AnyTagClassName
{
color: #6DDDCB;
}
</style>
background-color css
<style>
a { background-color: #6DDDCB; }
a { background-color: rgb(109,221,203); }
div.DivClassName
{
background-color: #6DDDCB;
}
.BgClassName
{
background-color: #6DDDCB;
}
</style>
border-color css
<style>
span { border-color: #6DDDCB; }
span { border-color: rgb(109,221,203); }
td.TdClassName
{
border-color: #6DDDCB;
}
.TagClassName
{
border-color: #6DDDCB;
}
</style>