Shades of Downy #6DE7CA
Tints of Downy #6DE7CA
RGB
CMYK
RGB Variations
Color information
#6DE7CA (or 0x6DE7CA) is known color: Downy. HEX triplet: 6D, E7 and CA. RGB value is (109,231,202). Sum of RGB (Red+Green+Blue) = 109+231+202=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7CA is #921835. Grayscale: #BFBFBF. Windows color (decimal): -9574454 or 13297517. OLE color: 13297517.
HSL color Cylindrical-coordinate representation of color #6DE7CA: hue angle of 165.74º degrees, saturation: 0.72, 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 #6DE7CA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 231 | 202 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.09 |
| HSL | 165.74º | 0.72% | 0.67% | - |
| HSV(B) | 165.74º | 0.53% | 0.91% | - |
| XYZ | 45.54 | 64.67 | 65.96 | - |
| YUV | 191.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 231 | 202 | 0.53 | 0 | 0.13 | 0.09 | 165.74 | 0.72 | 0.67 |
| Hex | 6D | E7 | CA | 35 | 0 | D | 9 | A6 | 48 | 43 |
| Octal | 155 | 347 | 312 | 65 | 0 | 15 | 11 | 246 | 110 | 103 |
| Binary | 1101101 | 11100111 | 11001010 | 110101 | 0 | 1101 | 1001 | 10100110 | 1001000 | 1000011 |
Color Harmonies of #6DE7CA
Complementary color
Monochromatic Colors of #6DE7CA
Black with #6DE7CA
Text Example
Text Example
White with #6DE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE7CA; }
p { color: rgb(109,231,202); }
H1.HeaderClassName
{
color: #6DE7CA;
}
.AnyTagClassName
{
color: #6DE7CA;
}
</style>
background-color css
<style>
a { background-color: #6DE7CA; }
a { background-color: rgb(109,231,202); }
div.DivClassName
{
background-color: #6DE7CA;
}
.BgClassName
{
background-color: #6DE7CA;
}
</style>
border-color css
<style>
span { border-color: #6DE7CA; }
span { border-color: rgb(109,231,202); }
td.TdClassName
{
border-color: #6DE7CA;
}
.TagClassName
{
border-color: #6DE7CA;
}
</style>