Shades of Downy #68DCC6
Tints of Downy #68DCC6
RGB
CMYK
RGB Variations
Color information
#68DCC6 (or 0x68DCC6) is known color: Downy. HEX triplet: 68, DC and C6. RGB value is (104,220,198). Sum of RGB (Red+Green+Blue) = 104+220+198=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCC6 is #972339. Grayscale: #B6B6B6. Windows color (decimal): -9904954 or 13032552. OLE color: 13032552.
HSL color Cylindrical-coordinate representation of color #68DCC6: hue angle of 168.62º 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 #68DCC6 is Cyan = 0.53, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 198 | - |
| CMYK | 0.53 | 0 | 0.1 | 0.14 |
| HSL | 168.62º | 0.62% | 0.64% | - |
| HSV(B) | 168.62º | 0.53% | 0.86% | - |
| XYZ | 41.5 | 58.21 | 62.47 | - |
| YUV | 182.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 198 | 0.53 | 0 | 0.1 | 0.14 | 168.62 | 0.62 | 0.64 |
| Hex | 68 | DC | C6 | 35 | 0 | A | E | A9 | 3E | 40 |
| Octal | 150 | 334 | 306 | 65 | 0 | 12 | 16 | 251 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11000110 | 110101 | 0 | 1010 | 1110 | 10101001 | 111110 | 1000000 |
Color Harmonies of #68DCC6
Complementary color
Monochromatic Colors of #68DCC6
Black with #68DCC6
Text Example
Text Example
White with #68DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCC6; }
p { color: rgb(104,220,198); }
H1.HeaderClassName
{
color: #68DCC6;
}
.AnyTagClassName
{
color: #68DCC6;
}
</style>
background-color css
<style>
a { background-color: #68DCC6; }
a { background-color: rgb(104,220,198); }
div.DivClassName
{
background-color: #68DCC6;
}
.BgClassName
{
background-color: #68DCC6;
}
</style>
border-color css
<style>
span { border-color: #68DCC6; }
span { border-color: rgb(104,220,198); }
td.TdClassName
{
border-color: #68DCC6;
}
.TagClassName
{
border-color: #68DCC6;
}
</style>