Shades of Downy #6DD8C1
Tints of Downy #6DD8C1
RGB
CMYK
RGB Variations
Color information
#6DD8C1 (or 0x6DD8C1) is known color: Downy. HEX triplet: 6D, D8 and C1. RGB value is (109,216,193). Sum of RGB (Red+Green+Blue) = 109+216+193=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8C1 is #92273E. Grayscale: #B5B5B5. Windows color (decimal): -9578303 or 12703853. OLE color: 12703853.
HSL color Cylindrical-coordinate representation of color #6DD8C1: hue angle of 167.1º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8C1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 193 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.15 |
| HSL | 167.1º | 0.58% | 0.64% | - |
| HSV(B) | 167.1º | 0.5% | 0.85% | - |
| XYZ | 40.49 | 56.21 | 59.17 | - |
| YUV | 181.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 193 | 0.50 | 0 | 0.11 | 0.15 | 167.1 | 0.58 | 0.64 |
| Hex | 6D | D8 | C1 | 32 | 0 | B | F | A7 | 3A | 40 |
| Octal | 155 | 330 | 301 | 62 | 0 | 13 | 17 | 247 | 72 | 100 |
| Binary | 1101101 | 11011000 | 11000001 | 110010 | 0 | 1011 | 1111 | 10100111 | 111010 | 1000000 |
Color Harmonies of #6DD8C1
Complementary color
Monochromatic Colors of #6DD8C1
Black with #6DD8C1
Text Example
Text Example
White with #6DD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD8C1; }
p { color: rgb(109,216,193); }
H1.HeaderClassName
{
color: #6DD8C1;
}
.AnyTagClassName
{
color: #6DD8C1;
}
</style>
background-color css
<style>
a { background-color: #6DD8C1; }
a { background-color: rgb(109,216,193); }
div.DivClassName
{
background-color: #6DD8C1;
}
.BgClassName
{
background-color: #6DD8C1;
}
</style>
border-color css
<style>
span { border-color: #6DD8C1; }
span { border-color: rgb(109,216,193); }
td.TdClassName
{
border-color: #6DD8C1;
}
.TagClassName
{
border-color: #6DD8C1;
}
</style>