Shades of Downy #6EE7CC
Tints of Downy #6EE7CC
RGB
CMYK
RGB Variations
Color information
#6EE7CC (or 0x6EE7CC) is known color: Downy. HEX triplet: 6E, E7 and CC. RGB value is (110,231,204). Sum of RGB (Red+Green+Blue) = 110+231+204=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #6EE7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE7CC is #911833. Grayscale: #BFBFBF. Windows color (decimal): -9508916 or 13428590. OLE color: 13428590.
HSL color Cylindrical-coordinate representation of color #6EE7CC: hue angle of 166.61º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE7CC is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 231 | 204 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.09 |
| HSL | 166.61º | 0.72% | 0.67% | - |
| HSV(B) | 166.61º | 0.52% | 0.91% | - |
| XYZ | 45.91 | 64.83 | 67.22 | - |
| YUV | 191.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 231 | 204 | 0.52 | 0 | 0.12 | 0.09 | 166.61 | 0.72 | 0.67 |
| Hex | 6E | E7 | CC | 34 | 0 | C | 9 | A7 | 48 | 43 |
| Octal | 156 | 347 | 314 | 64 | 0 | 14 | 11 | 247 | 110 | 103 |
| Binary | 1101110 | 11100111 | 11001100 | 110100 | 0 | 1100 | 1001 | 10100111 | 1001000 | 1000011 |
Color Harmonies of #6EE7CC
Complementary color
Monochromatic Colors of #6EE7CC
Black with #6EE7CC
Text Example
Text Example
White with #6EE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE7CC; }
p { color: rgb(110,231,204); }
H1.HeaderClassName
{
color: #6EE7CC;
}
.AnyTagClassName
{
color: #6EE7CC;
}
</style>
background-color css
<style>
a { background-color: #6EE7CC; }
a { background-color: rgb(110,231,204); }
div.DivClassName
{
background-color: #6EE7CC;
}
.BgClassName
{
background-color: #6EE7CC;
}
</style>
border-color css
<style>
span { border-color: #6EE7CC; }
span { border-color: rgb(110,231,204); }
td.TdClassName
{
border-color: #6EE7CC;
}
.TagClassName
{
border-color: #6EE7CC;
}
</style>