Shades of Downy #6DE8CA
Tints of Downy #6DE8CA
RGB
CMYK
RGB Variations
Color information
#6DE8CA (or 0x6DE8CA) is known color: Downy. HEX triplet: 6D, E8 and CA. RGB value is (109,232,202). Sum of RGB (Red+Green+Blue) = 109+232+202=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #6DE8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE8CA is #921735. Grayscale: #BFBFBF. Windows color (decimal): -9574198 or 13297773. OLE color: 13297773.
HSL color Cylindrical-coordinate representation of color #6DE8CA: hue angle of 165.37º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE8CA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 232 | 202 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.09 |
| HSL | 165.37º | 0.73% | 0.67% | - |
| HSV(B) | 165.37º | 0.53% | 0.91% | - |
| XYZ | 45.82 | 65.23 | 66.05 | - |
| YUV | 191.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 232 | 202 | 0.53 | 0 | 0.13 | 0.09 | 165.37 | 0.73 | 0.67 |
| Hex | 6D | E8 | CA | 35 | 0 | D | 9 | A5 | 49 | 43 |
| Octal | 155 | 350 | 312 | 65 | 0 | 15 | 11 | 245 | 111 | 103 |
| Binary | 1101101 | 11101000 | 11001010 | 110101 | 0 | 1101 | 1001 | 10100101 | 1001001 | 1000011 |
Color Harmonies of #6DE8CA
Complementary color
Monochromatic Colors of #6DE8CA
Black with #6DE8CA
Text Example
Text Example
White with #6DE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE8CA; }
p { color: rgb(109,232,202); }
H1.HeaderClassName
{
color: #6DE8CA;
}
.AnyTagClassName
{
color: #6DE8CA;
}
</style>
background-color css
<style>
a { background-color: #6DE8CA; }
a { background-color: rgb(109,232,202); }
div.DivClassName
{
background-color: #6DE8CA;
}
.BgClassName
{
background-color: #6DE8CA;
}
</style>
border-color css
<style>
span { border-color: #6DE8CA; }
span { border-color: rgb(109,232,202); }
td.TdClassName
{
border-color: #6DE8CA;
}
.TagClassName
{
border-color: #6DE8CA;
}
</style>