Shades of Downy #6ED6CC
Tints of Downy #6ED6CC
RGB
CMYK
RGB Variations
Color information
#6ED6CC (or 0x6ED6CC) is known color: Downy. HEX triplet: 6E, D6 and CC. RGB value is (110,214,204). Sum of RGB (Red+Green+Blue) = 110+214+204=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED6CC is #912933. Grayscale: #B5B5B5. Windows color (decimal): -9513268 or 13424238. OLE color: 13424238.
HSL color Cylindrical-coordinate representation of color #6ED6CC: hue angle of 174.23º degrees, saturation: 0.56, 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 #6ED6CC is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 204 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.16 |
| HSL | 174.23º | 0.56% | 0.64% | - |
| HSV(B) | 174.23º | 0.49% | 0.84% | - |
| XYZ | 41.38 | 55.77 | 65.71 | - |
| YUV | 181.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 204 | 0.49 | 0 | 0.05 | 0.16 | 174.23 | 0.56 | 0.64 |
| Hex | 6E | D6 | CC | 31 | 0 | 5 | 10 | AE | 38 | 40 |
| Octal | 156 | 326 | 314 | 61 | 0 | 5 | 20 | 256 | 70 | 100 |
| Binary | 1101110 | 11010110 | 11001100 | 110001 | 0 | 101 | 10000 | 10101110 | 111000 | 1000000 |
Color Harmonies of #6ED6CC
Complementary color
Monochromatic Colors of #6ED6CC
Black with #6ED6CC
Text Example
Text Example
White with #6ED6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED6CC; }
p { color: rgb(110,214,204); }
H1.HeaderClassName
{
color: #6ED6CC;
}
.AnyTagClassName
{
color: #6ED6CC;
}
</style>
background-color css
<style>
a { background-color: #6ED6CC; }
a { background-color: rgb(110,214,204); }
div.DivClassName
{
background-color: #6ED6CC;
}
.BgClassName
{
background-color: #6ED6CC;
}
</style>
border-color css
<style>
span { border-color: #6ED6CC; }
span { border-color: rgb(110,214,204); }
td.TdClassName
{
border-color: #6ED6CC;
}
.TagClassName
{
border-color: #6ED6CC;
}
</style>