Shades of Downy #68DED0
Tints of Downy #68DED0
RGB
CMYK
RGB Variations
Color information
#68DED0 (or 0x68DED0) is known color: Downy. HEX triplet: 68, DE and D0. RGB value is (104,222,208). Sum of RGB (Red+Green+Blue) = 104+222+208=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #68DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DED0 is #97212F. Grayscale: #B9B9B9. Windows color (decimal): -9904432 or 13688424. OLE color: 13688424.
HSL color Cylindrical-coordinate representation of color #68DED0: hue angle of 172.88º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DED0 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 208 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.13 |
| HSL | 172.88º | 0.64% | 0.64% | - |
| HSV(B) | 172.88º | 0.53% | 0.87% | - |
| XYZ | 43.22 | 59.74 | 68.93 | - |
| YUV | 185.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 208 | 0.53 | 0 | 0.06 | 0.13 | 172.88 | 0.64 | 0.64 |
| Hex | 68 | DE | D0 | 35 | 0 | 6 | D | AD | 40 | 40 |
| Octal | 150 | 336 | 320 | 65 | 0 | 6 | 15 | 255 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11010000 | 110101 | 0 | 110 | 1101 | 10101101 | 1000000 | 1000000 |
Color Harmonies of #68DED0
Complementary color
Monochromatic Colors of #68DED0
Black with #68DED0
Text Example
Text Example
White with #68DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DED0; }
p { color: rgb(104,222,208); }
H1.HeaderClassName
{
color: #68DED0;
}
.AnyTagClassName
{
color: #68DED0;
}
</style>
background-color css
<style>
a { background-color: #68DED0; }
a { background-color: rgb(104,222,208); }
div.DivClassName
{
background-color: #68DED0;
}
.BgClassName
{
background-color: #68DED0;
}
</style>
border-color css
<style>
span { border-color: #68DED0; }
span { border-color: rgb(104,222,208); }
td.TdClassName
{
border-color: #68DED0;
}
.TagClassName
{
border-color: #68DED0;
}
</style>