Shades of Downy #68DCCD
Tints of Downy #68DCCD
RGB
CMYK
RGB Variations
Color information
#68DCCD (or 0x68DCCD) is known color: Downy. HEX triplet: 68, DC and CD. RGB value is (104,220,205). Sum of RGB (Red+Green+Blue) = 104+220+205=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCCD is #972332. Grayscale: #B7B7B7. Windows color (decimal): -9904947 or 13491304. OLE color: 13491304.
HSL color Cylindrical-coordinate representation of color #68DCCD: hue angle of 172.24º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCCD is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 205 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.14 |
| HSL | 172.24º | 0.62% | 0.64% | - |
| HSV(B) | 172.24º | 0.53% | 0.86% | - |
| XYZ | 42.32 | 58.54 | 66.83 | - |
| YUV | 183.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 205 | 0.53 | 0 | 0.07 | 0.14 | 172.24 | 0.62 | 0.64 |
| Hex | 68 | DC | CD | 35 | 0 | 7 | E | AC | 3E | 40 |
| Octal | 150 | 334 | 315 | 65 | 0 | 7 | 16 | 254 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11001101 | 110101 | 0 | 111 | 1110 | 10101100 | 111110 | 1000000 |
Color Harmonies of #68DCCD
Complementary color
Monochromatic Colors of #68DCCD
Black with #68DCCD
Text Example
Text Example
White with #68DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCCD; }
p { color: rgb(104,220,205); }
H1.HeaderClassName
{
color: #68DCCD;
}
.AnyTagClassName
{
color: #68DCCD;
}
</style>
background-color css
<style>
a { background-color: #68DCCD; }
a { background-color: rgb(104,220,205); }
div.DivClassName
{
background-color: #68DCCD;
}
.BgClassName
{
background-color: #68DCCD;
}
</style>
border-color css
<style>
span { border-color: #68DCCD; }
span { border-color: rgb(104,220,205); }
td.TdClassName
{
border-color: #68DCCD;
}
.TagClassName
{
border-color: #68DCCD;
}
</style>