Shades of Downy #68DACD
Tints of Downy #68DACD
RGB
CMYK
RGB Variations
Color information
#68DACD (or 0x68DACD) is known color: Downy. HEX triplet: 68, DA and CD. RGB value is (104,218,205). Sum of RGB (Red+Green+Blue) = 104+218+205=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #68DACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DACD is #972532. Grayscale: #B6B6B6. Windows color (decimal): -9905459 or 13490792. OLE color: 13490792.
HSL color Cylindrical-coordinate representation of color #68DACD: hue angle of 173.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DACD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 205 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.15 |
| HSL | 173.16º | 0.61% | 0.63% | - |
| HSV(B) | 173.16º | 0.52% | 0.85% | - |
| XYZ | 41.8 | 57.49 | 66.65 | - |
| YUV | 182.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 205 | 0.52 | 0 | 0.06 | 0.15 | 173.16 | 0.61 | 0.63 |
| Hex | 68 | DA | CD | 34 | 0 | 6 | F | AD | 3D | 3F |
| Octal | 150 | 332 | 315 | 64 | 0 | 6 | 17 | 255 | 75 | 77 |
| Binary | 1101000 | 11011010 | 11001101 | 110100 | 0 | 110 | 1111 | 10101101 | 111101 | 111111 |
Color Harmonies of #68DACD
Complementary color
Monochromatic Colors of #68DACD
Black with #68DACD
Text Example
Text Example
White with #68DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DACD; }
p { color: rgb(104,218,205); }
H1.HeaderClassName
{
color: #68DACD;
}
.AnyTagClassName
{
color: #68DACD;
}
</style>
background-color css
<style>
a { background-color: #68DACD; }
a { background-color: rgb(104,218,205); }
div.DivClassName
{
background-color: #68DACD;
}
.BgClassName
{
background-color: #68DACD;
}
</style>
border-color css
<style>
span { border-color: #68DACD; }
span { border-color: rgb(104,218,205); }
td.TdClassName
{
border-color: #68DACD;
}
.TagClassName
{
border-color: #68DACD;
}
</style>