Shades of Downy #68DBCD
Tints of Downy #68DBCD
RGB
CMYK
RGB Variations
Color information
#68DBCD (or 0x68DBCD) is known color: Downy. HEX triplet: 68, DB and CD. RGB value is (104,219,205). Sum of RGB (Red+Green+Blue) = 104+219+205=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBCD is #972432. Grayscale: #B6B6B6. Windows color (decimal): -9905203 or 13491048. OLE color: 13491048.
HSL color Cylindrical-coordinate representation of color #68DBCD: hue angle of 172.7º 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 #68DBCD is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 205 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.14 |
| HSL | 172.7º | 0.61% | 0.63% | - |
| HSV(B) | 172.7º | 0.53% | 0.86% | - |
| XYZ | 42.06 | 58.01 | 66.74 | - |
| YUV | 183.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 205 | 0.53 | 0 | 0.06 | 0.14 | 172.7 | 0.61 | 0.63 |
| Hex | 68 | DB | CD | 35 | 0 | 6 | E | AD | 3D | 3F |
| Octal | 150 | 333 | 315 | 65 | 0 | 6 | 16 | 255 | 75 | 77 |
| Binary | 1101000 | 11011011 | 11001101 | 110101 | 0 | 110 | 1110 | 10101101 | 111101 | 111111 |
Color Harmonies of #68DBCD
Complementary color
Monochromatic Colors of #68DBCD
Black with #68DBCD
Text Example
Text Example
White with #68DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBCD; }
p { color: rgb(104,219,205); }
H1.HeaderClassName
{
color: #68DBCD;
}
.AnyTagClassName
{
color: #68DBCD;
}
</style>
background-color css
<style>
a { background-color: #68DBCD; }
a { background-color: rgb(104,219,205); }
div.DivClassName
{
background-color: #68DBCD;
}
.BgClassName
{
background-color: #68DBCD;
}
</style>
border-color css
<style>
span { border-color: #68DBCD; }
span { border-color: rgb(104,219,205); }
td.TdClassName
{
border-color: #68DBCD;
}
.TagClassName
{
border-color: #68DBCD;
}
</style>