Shades of Downy #6ED7CA
Tints of Downy #6ED7CA
RGB
CMYK
RGB Variations
Color information
#6ED7CA (or 0x6ED7CA) is known color: Downy. HEX triplet: 6E, D7 and CA. RGB value is (110,215,202). Sum of RGB (Red+Green+Blue) = 110+215+202=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7CA is #912835. Grayscale: #B6B6B6. Windows color (decimal): -9513014 or 13293422. OLE color: 13293422.
HSL color Cylindrical-coordinate representation of color #6ED7CA: hue angle of 172.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED7CA is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 202 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.16 |
| HSL | 172.57º | 0.57% | 0.64% | - |
| HSV(B) | 172.57º | 0.49% | 0.84% | - |
| XYZ | 41.39 | 56.18 | 64.54 | - |
| YUV | 182.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 202 | 0.49 | 0 | 0.06 | 0.16 | 172.57 | 0.57 | 0.64 |
| Hex | 6E | D7 | CA | 31 | 0 | 6 | 10 | AD | 39 | 40 |
| Octal | 156 | 327 | 312 | 61 | 0 | 6 | 20 | 255 | 71 | 100 |
| Binary | 1101110 | 11010111 | 11001010 | 110001 | 0 | 110 | 10000 | 10101101 | 111001 | 1000000 |
Color Harmonies of #6ED7CA
Complementary color
Monochromatic Colors of #6ED7CA
Black with #6ED7CA
Text Example
Text Example
White with #6ED7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED7CA; }
p { color: rgb(110,215,202); }
H1.HeaderClassName
{
color: #6ED7CA;
}
.AnyTagClassName
{
color: #6ED7CA;
}
</style>
background-color css
<style>
a { background-color: #6ED7CA; }
a { background-color: rgb(110,215,202); }
div.DivClassName
{
background-color: #6ED7CA;
}
.BgClassName
{
background-color: #6ED7CA;
}
</style>
border-color css
<style>
span { border-color: #6ED7CA; }
span { border-color: rgb(110,215,202); }
td.TdClassName
{
border-color: #6ED7CA;
}
.TagClassName
{
border-color: #6ED7CA;
}
</style>