Shades of Downy #6DD7B4
Tints of Downy #6DD7B4
RGB
CMYK
RGB Variations
Color information
#6DD7B4 (or 0x6DD7B4) is known color: Downy. HEX triplet: 6D, D7 and B4. RGB value is (109,215,180). Sum of RGB (Red+Green+Blue) = 109+215+180=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7B4 is #92284B. Grayscale: #B3B3B3. Windows color (decimal): -9578572 or 11851629. OLE color: 11851629.
HSL color Cylindrical-coordinate representation of color #6DD7B4: hue angle of 160.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD7B4 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 180 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.16 |
| HSL | 160.19º | 0.57% | 0.64% | - |
| HSV(B) | 160.19º | 0.49% | 0.84% | - |
| XYZ | 38.85 | 55.15 | 51.78 | - |
| YUV | 179.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 180 | 0.49 | 0 | 0.16 | 0.16 | 160.19 | 0.57 | 0.64 |
| Hex | 6D | D7 | B4 | 31 | 0 | 10 | 10 | A0 | 39 | 40 |
| Octal | 155 | 327 | 264 | 61 | 0 | 20 | 20 | 240 | 71 | 100 |
| Binary | 1101101 | 11010111 | 10110100 | 110001 | 0 | 10000 | 10000 | 10100000 | 111001 | 1000000 |
Color Harmonies of #6DD7B4
Complementary color
Monochromatic Colors of #6DD7B4
Black with #6DD7B4
Text Example
Text Example
White with #6DD7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7B4; }
p { color: rgb(109,215,180); }
H1.HeaderClassName
{
color: #6DD7B4;
}
.AnyTagClassName
{
color: #6DD7B4;
}
</style>
background-color css
<style>
a { background-color: #6DD7B4; }
a { background-color: rgb(109,215,180); }
div.DivClassName
{
background-color: #6DD7B4;
}
.BgClassName
{
background-color: #6DD7B4;
}
</style>
border-color css
<style>
span { border-color: #6DD7B4; }
span { border-color: rgb(109,215,180); }
td.TdClassName
{
border-color: #6DD7B4;
}
.TagClassName
{
border-color: #6DD7B4;
}
</style>