Shades of Downy #6DE4D3
Tints of Downy #6DE4D3
RGB
CMYK
RGB Variations
Color information
#6DE4D3 (or 0x6DE4D3) is known color: Downy. HEX triplet: 6D, E4 and D3. RGB value is (109,228,211). Sum of RGB (Red+Green+Blue) = 109+228+211=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #6DE4D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE4D3 is #921B2C. Grayscale: #BEBEBE. Windows color (decimal): -9575213 or 13886573. OLE color: 13886573.
HSL color Cylindrical-coordinate representation of color #6DE4D3: hue angle of 171.43º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE4D3 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 228 | 211 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.11 |
| HSL | 171.43º | 0.69% | 0.66% | - |
| HSV(B) | 171.43º | 0.52% | 0.89% | - |
| XYZ | 45.81 | 63.44 | 71.46 | - |
| YUV | 190.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 228 | 211 | 0.52 | 0 | 0.07 | 0.11 | 171.43 | 0.69 | 0.66 |
| Hex | 6D | E4 | D3 | 34 | 0 | 7 | B | AB | 45 | 42 |
| Octal | 155 | 344 | 323 | 64 | 0 | 7 | 13 | 253 | 105 | 102 |
| Binary | 1101101 | 11100100 | 11010011 | 110100 | 0 | 111 | 1011 | 10101011 | 1000101 | 1000010 |
Color Harmonies of #6DE4D3
Complementary color
Monochromatic Colors of #6DE4D3
Black with #6DE4D3
Text Example
Text Example
White with #6DE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE4D3; }
p { color: rgb(109,228,211); }
H1.HeaderClassName
{
color: #6DE4D3;
}
.AnyTagClassName
{
color: #6DE4D3;
}
</style>
background-color css
<style>
a { background-color: #6DE4D3; }
a { background-color: rgb(109,228,211); }
div.DivClassName
{
background-color: #6DE4D3;
}
.BgClassName
{
background-color: #6DE4D3;
}
</style>
border-color css
<style>
span { border-color: #6DE4D3; }
span { border-color: rgb(109,228,211); }
td.TdClassName
{
border-color: #6DE4D3;
}
.TagClassName
{
border-color: #6DE4D3;
}
</style>