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