Shades of Downy #6ED8CC
Tints of Downy #6ED8CC
RGB
CMYK
RGB Variations
Color information
#6ED8CC (or 0x6ED8CC) is known color: Downy. HEX triplet: 6E, D8 and CC. RGB value is (110,216,204). Sum of RGB (Red+Green+Blue) = 110+216+204=530 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.75% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8CC is #912733. Grayscale: #B6B6B6. Windows color (decimal): -9512756 or 13424750. OLE color: 13424750.
HSL color Cylindrical-coordinate representation of color #6ED8CC: hue angle of 173.21º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8CC is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 204 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.15 |
| HSL | 173.21º | 0.58% | 0.64% | - |
| HSV(B) | 173.21º | 0.49% | 0.85% | - |
| XYZ | 41.89 | 56.79 | 65.88 | - |
| YUV | 182.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 204 | 0.49 | 0 | 0.06 | 0.15 | 173.21 | 0.58 | 0.64 |
| Hex | 6E | D8 | CC | 31 | 0 | 6 | F | AD | 3A | 40 |
| Octal | 156 | 330 | 314 | 61 | 0 | 6 | 17 | 255 | 72 | 100 |
| Binary | 1101110 | 11011000 | 11001100 | 110001 | 0 | 110 | 1111 | 10101101 | 111010 | 1000000 |
Color Harmonies of #6ED8CC
Complementary color
Monochromatic Colors of #6ED8CC
Black with #6ED8CC
Text Example
Text Example
White with #6ED8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED8CC; }
p { color: rgb(110,216,204); }
H1.HeaderClassName
{
color: #6ED8CC;
}
.AnyTagClassName
{
color: #6ED8CC;
}
</style>
background-color css
<style>
a { background-color: #6ED8CC; }
a { background-color: rgb(110,216,204); }
div.DivClassName
{
background-color: #6ED8CC;
}
.BgClassName
{
background-color: #6ED8CC;
}
</style>
border-color css
<style>
span { border-color: #6ED8CC; }
span { border-color: rgb(110,216,204); }
td.TdClassName
{
border-color: #6ED8CC;
}
.TagClassName
{
border-color: #6ED8CC;
}
</style>