Shades of Downy #68DBD0
Tints of Downy #68DBD0
RGB
CMYK
RGB Variations
Color information
#68DBD0 (or 0x68DBD0) is known color: Downy. HEX triplet: 68, DB and D0. RGB value is (104,219,208). Sum of RGB (Red+Green+Blue) = 104+219+208=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBD0 is #97242F. Grayscale: #B7B7B7. Windows color (decimal): -9905200 or 13687656. OLE color: 13687656.
HSL color Cylindrical-coordinate representation of color #68DBD0: hue angle of 174.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBD0 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 208 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.14 |
| HSL | 174.26º | 0.61% | 0.63% | - |
| HSV(B) | 174.26º | 0.53% | 0.86% | - |
| XYZ | 42.43 | 58.16 | 68.66 | - |
| YUV | 183.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 208 | 0.53 | 0 | 0.05 | 0.14 | 174.26 | 0.61 | 0.63 |
| Hex | 68 | DB | D0 | 35 | 0 | 5 | E | AE | 3D | 3F |
| Octal | 150 | 333 | 320 | 65 | 0 | 5 | 16 | 256 | 75 | 77 |
| Binary | 1101000 | 11011011 | 11010000 | 110101 | 0 | 101 | 1110 | 10101110 | 111101 | 111111 |
Color Harmonies of #68DBD0
Complementary color
Monochromatic Colors of #68DBD0
Black with #68DBD0
Text Example
Text Example
White with #68DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBD0; }
p { color: rgb(104,219,208); }
H1.HeaderClassName
{
color: #68DBD0;
}
.AnyTagClassName
{
color: #68DBD0;
}
</style>
background-color css
<style>
a { background-color: #68DBD0; }
a { background-color: rgb(104,219,208); }
div.DivClassName
{
background-color: #68DBD0;
}
.BgClassName
{
background-color: #68DBD0;
}
</style>
border-color css
<style>
span { border-color: #68DBD0; }
span { border-color: rgb(104,219,208); }
td.TdClassName
{
border-color: #68DBD0;
}
.TagClassName
{
border-color: #68DBD0;
}
</style>