Shades of Downy #6DDFCB
Tints of Downy #6DDFCB
RGB
CMYK
RGB Variations
Color information
#6DDFCB (or 0x6DDFCB) is known color: Downy. HEX triplet: 6D, DF and CB. RGB value is (109,223,203). Sum of RGB (Red+Green+Blue) = 109+223+203=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDFCB is #922034. Grayscale: #BABABA. Windows color (decimal): -9576501 or 13361005. OLE color: 13361005.
HSL color Cylindrical-coordinate representation of color #6DDFCB: hue angle of 169.47º 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 #6DDFCB is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 203 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.13 |
| HSL | 169.47º | 0.64% | 0.65% | - |
| HSV(B) | 169.47º | 0.51% | 0.87% | - |
| XYZ | 43.47 | 60.34 | 65.86 | - |
| YUV | 186.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 203 | 0.51 | 0 | 0.09 | 0.13 | 169.47 | 0.64 | 0.65 |
| Hex | 6D | DF | CB | 33 | 0 | 9 | D | A9 | 40 | 41 |
| Octal | 155 | 337 | 313 | 63 | 0 | 11 | 15 | 251 | 100 | 101 |
| Binary | 1101101 | 11011111 | 11001011 | 110011 | 0 | 1001 | 1101 | 10101001 | 1000000 | 1000001 |
Color Harmonies of #6DDFCB
Complementary color
Monochromatic Colors of #6DDFCB
Black with #6DDFCB
Text Example
Text Example
White with #6DDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFCB; }
p { color: rgb(109,223,203); }
H1.HeaderClassName
{
color: #6DDFCB;
}
.AnyTagClassName
{
color: #6DDFCB;
}
</style>
background-color css
<style>
a { background-color: #6DDFCB; }
a { background-color: rgb(109,223,203); }
div.DivClassName
{
background-color: #6DDFCB;
}
.BgClassName
{
background-color: #6DDFCB;
}
</style>
border-color css
<style>
span { border-color: #6DDFCB; }
span { border-color: rgb(109,223,203); }
td.TdClassName
{
border-color: #6DDFCB;
}
.TagClassName
{
border-color: #6DDFCB;
}
</style>