Shades of Downy #6EE0CC
Tints of Downy #6EE0CC
RGB
CMYK
RGB Variations
Color information
#6EE0CC (or 0x6EE0CC) is known color: Downy. HEX triplet: 6E, E0 and CC. RGB value is (110,224,204). Sum of RGB (Red+Green+Blue) = 110+224+204=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0CC is #911F33. Grayscale: #BBBBBB. Windows color (decimal): -9510708 or 13426798. OLE color: 13426798.
HSL color Cylindrical-coordinate representation of color #6EE0CC: hue angle of 169.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE0CC is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 224 | 204 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.12 |
| HSL | 169.47º | 0.65% | 0.65% | - |
| HSV(B) | 169.47º | 0.51% | 0.88% | - |
| XYZ | 43.99 | 60.99 | 66.58 | - |
| YUV | 187.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 204 | 0.51 | 0 | 0.09 | 0.12 | 169.47 | 0.65 | 0.65 |
| Hex | 6E | E0 | CC | 33 | 0 | 9 | C | A9 | 41 | 41 |
| Octal | 156 | 340 | 314 | 63 | 0 | 11 | 14 | 251 | 101 | 101 |
| Binary | 1101110 | 11100000 | 11001100 | 110011 | 0 | 1001 | 1100 | 10101001 | 1000001 | 1000001 |
Color Harmonies of #6EE0CC
Complementary color
Monochromatic Colors of #6EE0CC
Black with #6EE0CC
Text Example
Text Example
White with #6EE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE0CC; }
p { color: rgb(110,224,204); }
H1.HeaderClassName
{
color: #6EE0CC;
}
.AnyTagClassName
{
color: #6EE0CC;
}
</style>
background-color css
<style>
a { background-color: #6EE0CC; }
a { background-color: rgb(110,224,204); }
div.DivClassName
{
background-color: #6EE0CC;
}
.BgClassName
{
background-color: #6EE0CC;
}
</style>
border-color css
<style>
span { border-color: #6EE0CC; }
span { border-color: rgb(110,224,204); }
td.TdClassName
{
border-color: #6EE0CC;
}
.TagClassName
{
border-color: #6EE0CC;
}
</style>