Shades of Downy #6EE6CC
Tints of Downy #6EE6CC
RGB
CMYK
RGB Variations
Color information
#6EE6CC (or 0x6EE6CC) is known color: Downy. HEX triplet: 6E, E6 and CC. RGB value is (110,230,204). Sum of RGB (Red+Green+Blue) = 110+230+204=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #6EE6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE6CC is #911933. Grayscale: #BFBFBF. Windows color (decimal): -9509172 or 13428334. OLE color: 13428334.
HSL color Cylindrical-coordinate representation of color #6EE6CC: hue angle of 167º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE6CC is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 230 | 204 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.10 |
| HSL | 167º | 0.71% | 0.67% | - |
| HSV(B) | 167º | 0.52% | 0.9% | - |
| XYZ | 45.63 | 64.27 | 67.13 | - |
| YUV | 191.16 | 135.24 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 230 | 204 | 0.52 | 0 | 0.11 | 0.10 | 167 | 0.71 | 0.67 |
| Hex | 6E | E6 | CC | 34 | 0 | B | A | A7 | 47 | 43 |
| Octal | 156 | 346 | 314 | 64 | 0 | 13 | 12 | 247 | 107 | 103 |
| Binary | 1101110 | 11100110 | 11001100 | 110100 | 0 | 1011 | 1010 | 10100111 | 1000111 | 1000011 |
Color Harmonies of #6EE6CC
Complementary color
Monochromatic Colors of #6EE6CC
Black with #6EE6CC
Text Example
Text Example
White with #6EE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE6CC; }
p { color: rgb(110,230,204); }
H1.HeaderClassName
{
color: #6EE6CC;
}
.AnyTagClassName
{
color: #6EE6CC;
}
</style>
background-color css
<style>
a { background-color: #6EE6CC; }
a { background-color: rgb(110,230,204); }
div.DivClassName
{
background-color: #6EE6CC;
}
.BgClassName
{
background-color: #6EE6CC;
}
</style>
border-color css
<style>
span { border-color: #6EE6CC; }
span { border-color: rgb(110,230,204); }
td.TdClassName
{
border-color: #6EE6CC;
}
.TagClassName
{
border-color: #6EE6CC;
}
</style>