Shades of Downy #68DDCF
Tints of Downy #68DDCF
RGB
CMYK
RGB Variations
Color information
#68DDCF (or 0x68DDCF) is known color: Downy. HEX triplet: 68, DD and CF. RGB value is (104,221,207). Sum of RGB (Red+Green+Blue) = 104+221+207=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDCF is #972230. Grayscale: #B8B8B8. Windows color (decimal): -9904689 or 13622632. OLE color: 13622632.
HSL color Cylindrical-coordinate representation of color #68DDCF: hue angle of 172.82º degrees, saturation: 0.63, 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 #68DDCF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 207 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.13 |
| HSL | 172.82º | 0.63% | 0.64% | - |
| HSV(B) | 172.82º | 0.53% | 0.87% | - |
| XYZ | 42.83 | 59.16 | 68.19 | - |
| YUV | 184.42 | 140.74 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 207 | 0.53 | 0 | 0.06 | 0.13 | 172.82 | 0.63 | 0.64 |
| Hex | 68 | DD | CF | 35 | 0 | 6 | D | AD | 3F | 40 |
| Octal | 150 | 335 | 317 | 65 | 0 | 6 | 15 | 255 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11001111 | 110101 | 0 | 110 | 1101 | 10101101 | 111111 | 1000000 |
Color Harmonies of #68DDCF
Complementary color
Monochromatic Colors of #68DDCF
Black with #68DDCF
Text Example
Text Example
White with #68DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDCF; }
p { color: rgb(104,221,207); }
H1.HeaderClassName
{
color: #68DDCF;
}
.AnyTagClassName
{
color: #68DDCF;
}
</style>
background-color css
<style>
a { background-color: #68DDCF; }
a { background-color: rgb(104,221,207); }
div.DivClassName
{
background-color: #68DDCF;
}
.BgClassName
{
background-color: #68DDCF;
}
</style>
border-color css
<style>
span { border-color: #68DDCF; }
span { border-color: rgb(104,221,207); }
td.TdClassName
{
border-color: #68DDCF;
}
.TagClassName
{
border-color: #68DDCF;
}
</style>