Shades of Downy #68DECE
Tints of Downy #68DECE
RGB
CMYK
RGB Variations
Color information
#68DECE (or 0x68DECE) is known color: Downy. HEX triplet: 68, DE and CE. RGB value is (104,222,206). Sum of RGB (Red+Green+Blue) = 104+222+206=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #68DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DECE is #972131. Grayscale: #B8B8B8. Windows color (decimal): -9904434 or 13557352. OLE color: 13557352.
HSL color Cylindrical-coordinate representation of color #68DECE: hue angle of 171.86º degrees, saturation: 0.64, 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 #68DECE is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 206 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.13 |
| HSL | 171.86º | 0.64% | 0.64% | - |
| HSV(B) | 171.86º | 0.53% | 0.87% | - |
| XYZ | 42.97 | 59.64 | 67.64 | - |
| YUV | 184.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 206 | 0.53 | 0 | 0.07 | 0.13 | 171.86 | 0.64 | 0.64 |
| Hex | 68 | DE | CE | 35 | 0 | 7 | D | AC | 40 | 40 |
| Octal | 150 | 336 | 316 | 65 | 0 | 7 | 15 | 254 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11001110 | 110101 | 0 | 111 | 1101 | 10101100 | 1000000 | 1000000 |
Color Harmonies of #68DECE
Complementary color
Monochromatic Colors of #68DECE
Black with #68DECE
Text Example
Text Example
White with #68DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DECE; }
p { color: rgb(104,222,206); }
H1.HeaderClassName
{
color: #68DECE;
}
.AnyTagClassName
{
color: #68DECE;
}
</style>
background-color css
<style>
a { background-color: #68DECE; }
a { background-color: rgb(104,222,206); }
div.DivClassName
{
background-color: #68DECE;
}
.BgClassName
{
background-color: #68DECE;
}
</style>
border-color css
<style>
span { border-color: #68DECE; }
span { border-color: rgb(104,222,206); }
td.TdClassName
{
border-color: #68DECE;
}
.TagClassName
{
border-color: #68DECE;
}
</style>