Shades of Downy #6DD7BE
Tints of Downy #6DD7BE
RGB
CMYK
RGB Variations
Color information
#6DD7BE (or 0x6DD7BE) is known color: Downy. HEX triplet: 6D, D7 and BE. RGB value is (109,215,190). Sum of RGB (Red+Green+Blue) = 109+215+190=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7BE is #922841. Grayscale: #B4B4B4. Windows color (decimal): -9578562 or 12506989. OLE color: 12506989.
HSL color Cylindrical-coordinate representation of color #6DD7BE: hue angle of 165.85º 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 #6DD7BE is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 215 | 190 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.16 |
| HSL | 165.85º | 0.57% | 0.64% | - |
| HSV(B) | 165.85º | 0.49% | 0.84% | - |
| XYZ | 39.9 | 55.57 | 57.34 | - |
| YUV | 180.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 190 | 0.49 | 0 | 0.12 | 0.16 | 165.85 | 0.57 | 0.64 |
| Hex | 6D | D7 | BE | 31 | 0 | C | 10 | A6 | 39 | 40 |
| Octal | 155 | 327 | 276 | 61 | 0 | 14 | 20 | 246 | 71 | 100 |
| Binary | 1101101 | 11010111 | 10111110 | 110001 | 0 | 1100 | 10000 | 10100110 | 111001 | 1000000 |
Color Harmonies of #6DD7BE
Complementary color
Monochromatic Colors of #6DD7BE
Black with #6DD7BE
Text Example
Text Example
White with #6DD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7BE; }
p { color: rgb(109,215,190); }
H1.HeaderClassName
{
color: #6DD7BE;
}
.AnyTagClassName
{
color: #6DD7BE;
}
</style>
background-color css
<style>
a { background-color: #6DD7BE; }
a { background-color: rgb(109,215,190); }
div.DivClassName
{
background-color: #6DD7BE;
}
.BgClassName
{
background-color: #6DD7BE;
}
</style>
border-color css
<style>
span { border-color: #6DD7BE; }
span { border-color: rgb(109,215,190); }
td.TdClassName
{
border-color: #6DD7BE;
}
.TagClassName
{
border-color: #6DD7BE;
}
</style>