Shades of Downy #6DE3BF
Tints of Downy #6DE3BF
RGB
CMYK
RGB Variations
Color information
#6DE3BF (or 0x6DE3BF) is known color: Downy. HEX triplet: 6D, E3 and BF. RGB value is (109,227,191). Sum of RGB (Red+Green+Blue) = 109+227+191=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #6DE3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE3BF is #921C40. Grayscale: #BBBBBB. Windows color (decimal): -9575489 or 12575597. OLE color: 12575597.
HSL color Cylindrical-coordinate representation of color #6DE3BF: hue angle of 161.69º degrees, saturation: 0.68, 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 #6DE3BF is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 227 | 191 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.11 |
| HSL | 161.69º | 0.68% | 0.66% | - |
| HSV(B) | 161.69º | 0.52% | 0.89% | - |
| XYZ | 43.18 | 61.95 | 58.97 | - |
| YUV | 187.61 | 129.91 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 227 | 191 | 0.52 | 0 | 0.16 | 0.11 | 161.69 | 0.68 | 0.66 |
| Hex | 6D | E3 | BF | 34 | 0 | 10 | B | A2 | 44 | 42 |
| Octal | 155 | 343 | 277 | 64 | 0 | 20 | 13 | 242 | 104 | 102 |
| Binary | 1101101 | 11100011 | 10111111 | 110100 | 0 | 10000 | 1011 | 10100010 | 1000100 | 1000010 |
Color Harmonies of #6DE3BF
Complementary color
Monochromatic Colors of #6DE3BF
Black with #6DE3BF
Text Example
Text Example
White with #6DE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE3BF; }
p { color: rgb(109,227,191); }
H1.HeaderClassName
{
color: #6DE3BF;
}
.AnyTagClassName
{
color: #6DE3BF;
}
</style>
background-color css
<style>
a { background-color: #6DE3BF; }
a { background-color: rgb(109,227,191); }
div.DivClassName
{
background-color: #6DE3BF;
}
.BgClassName
{
background-color: #6DE3BF;
}
</style>
border-color css
<style>
span { border-color: #6DE3BF; }
span { border-color: rgb(109,227,191); }
td.TdClassName
{
border-color: #6DE3BF;
}
.TagClassName
{
border-color: #6DE3BF;
}
</style>