Shades of Downy #6DDCCE
Tints of Downy #6DDCCE
RGB
CMYK
RGB Variations
Color information
#6DDCCE (or 0x6DDCCE) is known color: Downy. HEX triplet: 6D, DC and CE. RGB value is (109,220,206). Sum of RGB (Red+Green+Blue) = 109+220+206=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCCE is #922331. Grayscale: #B9B9B9. Windows color (decimal): -9577266 or 13556845. OLE color: 13556845.
HSL color Cylindrical-coordinate representation of color #6DDCCE: hue angle of 172.43º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCCE is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 206 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.14 |
| HSL | 172.43º | 0.61% | 0.65% | - |
| HSV(B) | 172.43º | 0.5% | 0.86% | - |
| XYZ | 43.04 | 58.89 | 67.49 | - |
| YUV | 185.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 206 | 0.50 | 0 | 0.06 | 0.14 | 172.43 | 0.61 | 0.65 |
| Hex | 6D | DC | CE | 32 | 0 | 6 | E | AC | 3D | 41 |
| Octal | 155 | 334 | 316 | 62 | 0 | 6 | 16 | 254 | 75 | 101 |
| Binary | 1101101 | 11011100 | 11001110 | 110010 | 0 | 110 | 1110 | 10101100 | 111101 | 1000001 |
Color Harmonies of #6DDCCE
Complementary color
Monochromatic Colors of #6DDCCE
Black with #6DDCCE
Text Example
Text Example
White with #6DDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCCE; }
p { color: rgb(109,220,206); }
H1.HeaderClassName
{
color: #6DDCCE;
}
.AnyTagClassName
{
color: #6DDCCE;
}
</style>
background-color css
<style>
a { background-color: #6DDCCE; }
a { background-color: rgb(109,220,206); }
div.DivClassName
{
background-color: #6DDCCE;
}
.BgClassName
{
background-color: #6DDCCE;
}
</style>
border-color css
<style>
span { border-color: #6DDCCE; }
span { border-color: rgb(109,220,206); }
td.TdClassName
{
border-color: #6DDCCE;
}
.TagClassName
{
border-color: #6DDCCE;
}
</style>