Shades of Downy #6ED8CF
Tints of Downy #6ED8CF
RGB
CMYK
RGB Variations
Color information
#6ED8CF (or 0x6ED8CF) is known color: Downy. HEX triplet: 6E, D8 and CF. RGB value is (110,216,207). Sum of RGB (Red+Green+Blue) = 110+216+207=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8CF is #912730. Grayscale: #B7B7B7. Windows color (decimal): -9512753 or 13621358. OLE color: 13621358.
HSL color Cylindrical-coordinate representation of color #6ED8CF: hue angle of 174.91º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8CF is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 207 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.15 |
| HSL | 174.91º | 0.58% | 0.64% | - |
| HSV(B) | 174.91º | 0.49% | 0.85% | - |
| XYZ | 42.25 | 56.93 | 67.79 | - |
| YUV | 183.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 207 | 0.49 | 0 | 0.04 | 0.15 | 174.91 | 0.58 | 0.64 |
| Hex | 6E | D8 | CF | 31 | 0 | 4 | F | AF | 3A | 40 |
| Octal | 156 | 330 | 317 | 61 | 0 | 4 | 17 | 257 | 72 | 100 |
| Binary | 1101110 | 11011000 | 11001111 | 110001 | 0 | 100 | 1111 | 10101111 | 111010 | 1000000 |
Color Harmonies of #6ED8CF
Complementary color
Monochromatic Colors of #6ED8CF
Black with #6ED8CF
Text Example
Text Example
White with #6ED8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED8CF; }
p { color: rgb(110,216,207); }
H1.HeaderClassName
{
color: #6ED8CF;
}
.AnyTagClassName
{
color: #6ED8CF;
}
</style>
background-color css
<style>
a { background-color: #6ED8CF; }
a { background-color: rgb(110,216,207); }
div.DivClassName
{
background-color: #6ED8CF;
}
.BgClassName
{
background-color: #6ED8CF;
}
</style>
border-color css
<style>
span { border-color: #6ED8CF; }
span { border-color: rgb(110,216,207); }
td.TdClassName
{
border-color: #6ED8CF;
}
.TagClassName
{
border-color: #6ED8CF;
}
</style>