Shades of Downy #6ED7CC
Tints of Downy #6ED7CC
RGB
CMYK
RGB Variations
Color information
#6ED7CC (or 0x6ED7CC) is known color: Downy. HEX triplet: 6E, D7 and CC. RGB value is (110,215,204). Sum of RGB (Red+Green+Blue) = 110+215+204=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7CC is #912833. Grayscale: #B6B6B6. Windows color (decimal): -9513012 or 13424494. OLE color: 13424494.
HSL color Cylindrical-coordinate representation of color #6ED7CC: hue angle of 173.71º 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 #6ED7CC is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 204 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.16 |
| HSL | 173.71º | 0.57% | 0.64% | - |
| HSV(B) | 173.71º | 0.49% | 0.84% | - |
| XYZ | 41.63 | 56.28 | 65.79 | - |
| YUV | 182.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 204 | 0.49 | 0 | 0.05 | 0.16 | 173.71 | 0.57 | 0.64 |
| Hex | 6E | D7 | CC | 31 | 0 | 5 | 10 | AE | 39 | 40 |
| Octal | 156 | 327 | 314 | 61 | 0 | 5 | 20 | 256 | 71 | 100 |
| Binary | 1101110 | 11010111 | 11001100 | 110001 | 0 | 101 | 10000 | 10101110 | 111001 | 1000000 |
Color Harmonies of #6ED7CC
Complementary color
Monochromatic Colors of #6ED7CC
Black with #6ED7CC
Text Example
Text Example
White with #6ED7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED7CC; }
p { color: rgb(110,215,204); }
H1.HeaderClassName
{
color: #6ED7CC;
}
.AnyTagClassName
{
color: #6ED7CC;
}
</style>
background-color css
<style>
a { background-color: #6ED7CC; }
a { background-color: rgb(110,215,204); }
div.DivClassName
{
background-color: #6ED7CC;
}
.BgClassName
{
background-color: #6ED7CC;
}
</style>
border-color css
<style>
span { border-color: #6ED7CC; }
span { border-color: rgb(110,215,204); }
td.TdClassName
{
border-color: #6ED7CC;
}
.TagClassName
{
border-color: #6ED7CC;
}
</style>