Shades of Downy #68DCCE
Tints of Downy #68DCCE
RGB
CMYK
RGB Variations
Color information
#68DCCE (or 0x68DCCE) is known color: Downy. HEX triplet: 68, DC and CE. RGB value is (104,220,206). Sum of RGB (Red+Green+Blue) = 104+220+206=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCCE is #972331. Grayscale: #B7B7B7. Windows color (decimal): -9904946 or 13556840. OLE color: 13556840.
HSL color Cylindrical-coordinate representation of color #68DCCE: hue angle of 172.76º 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 #68DCCE is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 206 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.14 |
| HSL | 172.76º | 0.62% | 0.64% | - |
| HSV(B) | 172.76º | 0.53% | 0.86% | - |
| XYZ | 42.44 | 58.59 | 67.46 | - |
| YUV | 183.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 206 | 0.53 | 0 | 0.06 | 0.14 | 172.76 | 0.62 | 0.64 |
| Hex | 68 | DC | CE | 35 | 0 | 6 | E | AD | 3E | 40 |
| Octal | 150 | 334 | 316 | 65 | 0 | 6 | 16 | 255 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11001110 | 110101 | 0 | 110 | 1110 | 10101101 | 111110 | 1000000 |
Color Harmonies of #68DCCE
Complementary color
Monochromatic Colors of #68DCCE
Black with #68DCCE
Text Example
Text Example
White with #68DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCCE; }
p { color: rgb(104,220,206); }
H1.HeaderClassName
{
color: #68DCCE;
}
.AnyTagClassName
{
color: #68DCCE;
}
</style>
background-color css
<style>
a { background-color: #68DCCE; }
a { background-color: rgb(104,220,206); }
div.DivClassName
{
background-color: #68DCCE;
}
.BgClassName
{
background-color: #68DCCE;
}
</style>
border-color css
<style>
span { border-color: #68DCCE; }
span { border-color: rgb(104,220,206); }
td.TdClassName
{
border-color: #68DCCE;
}
.TagClassName
{
border-color: #68DCCE;
}
</style>