Shades of Downy #6DD5D1
Tints of Downy #6DD5D1
RGB
CMYK
RGB Variations
Color information
#6DD5D1 (or 0x6DD5D1) is known color: Downy. HEX triplet: 6D, D5 and D1. RGB value is (109,213,209). Sum of RGB (Red+Green+Blue) = 109+213+209=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD5D1 is #922A2E. Grayscale: #B5B5B5. Windows color (decimal): -9579055 or 13751661. OLE color: 13751661.
HSL color Cylindrical-coordinate representation of color #6DD5D1: hue angle of 177.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5D1 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 213 | 209 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.16 |
| HSL | 177.69º | 0.55% | 0.63% | - |
| HSV(B) | 177.69º | 0.49% | 0.84% | - |
| XYZ | 41.61 | 55.44 | 68.83 | - |
| YUV | 181.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 213 | 209 | 0.49 | 0 | 0.02 | 0.16 | 177.69 | 0.55 | 0.63 |
| Hex | 6D | D5 | D1 | 31 | 0 | 2 | 10 | B2 | 37 | 3F |
| Octal | 155 | 325 | 321 | 61 | 0 | 2 | 20 | 262 | 67 | 77 |
| Binary | 1101101 | 11010101 | 11010001 | 110001 | 0 | 10 | 10000 | 10110010 | 110111 | 111111 |
Color Harmonies of #6DD5D1
Complementary color
Monochromatic Colors of #6DD5D1
Black with #6DD5D1
Text Example
Text Example
White with #6DD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD5D1; }
p { color: rgb(109,213,209); }
H1.HeaderClassName
{
color: #6DD5D1;
}
.AnyTagClassName
{
color: #6DD5D1;
}
</style>
background-color css
<style>
a { background-color: #6DD5D1; }
a { background-color: rgb(109,213,209); }
div.DivClassName
{
background-color: #6DD5D1;
}
.BgClassName
{
background-color: #6DD5D1;
}
</style>
border-color css
<style>
span { border-color: #6DD5D1; }
span { border-color: rgb(109,213,209); }
td.TdClassName
{
border-color: #6DD5D1;
}
.TagClassName
{
border-color: #6DD5D1;
}
</style>