Shades of Downy #6DDFCC
Tints of Downy #6DDFCC
RGB
CMYK
RGB Variations
Color information
#6DDFCC (or 0x6DDFCC) is known color: Downy. HEX triplet: 6D, DF and CC. RGB value is (109,223,204). Sum of RGB (Red+Green+Blue) = 109+223+204=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFCC is #922033. Grayscale: #BABABA. Windows color (decimal): -9576500 or 13426541. OLE color: 13426541.
HSL color Cylindrical-coordinate representation of color #6DDFCC: hue angle of 170º degrees, saturation: 0.64, 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 #6DDFCC is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 204 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.13 |
| HSL | 170º | 0.64% | 0.65% | - |
| HSV(B) | 170º | 0.51% | 0.87% | - |
| XYZ | 43.59 | 60.39 | 66.48 | - |
| YUV | 186.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 204 | 0.51 | 0 | 0.09 | 0.13 | 170 | 0.64 | 0.65 |
| Hex | 6D | DF | CC | 33 | 0 | 9 | D | AA | 40 | 41 |
| Octal | 155 | 337 | 314 | 63 | 0 | 11 | 15 | 252 | 100 | 101 |
| Binary | 1101101 | 11011111 | 11001100 | 110011 | 0 | 1001 | 1101 | 10101010 | 1000000 | 1000001 |
Color Harmonies of #6DDFCC
Complementary color
Monochromatic Colors of #6DDFCC
Black with #6DDFCC
Text Example
Text Example
White with #6DDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFCC; }
p { color: rgb(109,223,204); }
H1.HeaderClassName
{
color: #6DDFCC;
}
.AnyTagClassName
{
color: #6DDFCC;
}
</style>
background-color css
<style>
a { background-color: #6DDFCC; }
a { background-color: rgb(109,223,204); }
div.DivClassName
{
background-color: #6DDFCC;
}
.BgClassName
{
background-color: #6DDFCC;
}
</style>
border-color css
<style>
span { border-color: #6DDFCC; }
span { border-color: rgb(109,223,204); }
td.TdClassName
{
border-color: #6DDFCC;
}
.TagClassName
{
border-color: #6DDFCC;
}
</style>