Shades of Downy #6DDEBC
Tints of Downy #6DDEBC
RGB
CMYK
RGB Variations
Color information
#6DDEBC (or 0x6DDEBC) is known color: Downy. HEX triplet: 6D, DE and BC. RGB value is (109,222,188). Sum of RGB (Red+Green+Blue) = 109+222+188=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEBC is #922143. Grayscale: #B8B8B8. Windows color (decimal): -9576772 or 12377709. OLE color: 12377709.
HSL color Cylindrical-coordinate representation of color #6DDEBC: hue angle of 161.95º degrees, saturation: 0.63, 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 #6DDEBC is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 188 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.13 |
| HSL | 161.95º | 0.63% | 0.65% | - |
| HSV(B) | 161.95º | 0.51% | 0.87% | - |
| XYZ | 41.51 | 59.12 | 56.8 | - |
| YUV | 184.34 | 130.06 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 188 | 0.51 | 0 | 0.15 | 0.13 | 161.95 | 0.63 | 0.65 |
| Hex | 6D | DE | BC | 33 | 0 | F | D | A2 | 3F | 41 |
| Octal | 155 | 336 | 274 | 63 | 0 | 17 | 15 | 242 | 77 | 101 |
| Binary | 1101101 | 11011110 | 10111100 | 110011 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000001 |
Color Harmonies of #6DDEBC
Complementary color
Monochromatic Colors of #6DDEBC
Black with #6DDEBC
Text Example
Text Example
White with #6DDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEBC; }
p { color: rgb(109,222,188); }
H1.HeaderClassName
{
color: #6DDEBC;
}
.AnyTagClassName
{
color: #6DDEBC;
}
</style>
background-color css
<style>
a { background-color: #6DDEBC; }
a { background-color: rgb(109,222,188); }
div.DivClassName
{
background-color: #6DDEBC;
}
.BgClassName
{
background-color: #6DDEBC;
}
</style>
border-color css
<style>
span { border-color: #6DDEBC; }
span { border-color: rgb(109,222,188); }
td.TdClassName
{
border-color: #6DDEBC;
}
.TagClassName
{
border-color: #6DDEBC;
}
</style>