Shades of Downy #6EE4CF
Tints of Downy #6EE4CF
RGB
CMYK
RGB Variations
Color information
#6EE4CF (or 0x6EE4CF) is known color: Downy. HEX triplet: 6E, E4 and CF. RGB value is (110,228,207). Sum of RGB (Red+Green+Blue) = 110+228+207=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #6EE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE4CF is #911B30. Grayscale: #BEBEBE. Windows color (decimal): -9509681 or 13624430. OLE color: 13624430.
HSL color Cylindrical-coordinate representation of color #6EE4CF: hue angle of 169.32º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE4CF is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 228 | 207 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.11 |
| HSL | 169.32º | 0.69% | 0.66% | - |
| HSV(B) | 169.32º | 0.52% | 0.89% | - |
| XYZ | 45.44 | 63.31 | 68.86 | - |
| YUV | 190.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 228 | 207 | 0.52 | 0 | 0.09 | 0.11 | 169.32 | 0.69 | 0.66 |
| Hex | 6E | E4 | CF | 34 | 0 | 9 | B | A9 | 45 | 42 |
| Octal | 156 | 344 | 317 | 64 | 0 | 11 | 13 | 251 | 105 | 102 |
| Binary | 1101110 | 11100100 | 11001111 | 110100 | 0 | 1001 | 1011 | 10101001 | 1000101 | 1000010 |
Color Harmonies of #6EE4CF
Complementary color
Monochromatic Colors of #6EE4CF
Black with #6EE4CF
Text Example
Text Example
White with #6EE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE4CF; }
p { color: rgb(110,228,207); }
H1.HeaderClassName
{
color: #6EE4CF;
}
.AnyTagClassName
{
color: #6EE4CF;
}
</style>
background-color css
<style>
a { background-color: #6EE4CF; }
a { background-color: rgb(110,228,207); }
div.DivClassName
{
background-color: #6EE4CF;
}
.BgClassName
{
background-color: #6EE4CF;
}
</style>
border-color css
<style>
span { border-color: #6EE4CF; }
span { border-color: rgb(110,228,207); }
td.TdClassName
{
border-color: #6EE4CF;
}
.TagClassName
{
border-color: #6EE4CF;
}
</style>