Shades of Downy #68DAD2
Tints of Downy #68DAD2
RGB
CMYK
RGB Variations
Color information
#68DAD2 (or 0x68DAD2) is known color: Downy. HEX triplet: 68, DA and D2. RGB value is (104,218,210). Sum of RGB (Red+Green+Blue) = 104+218+210=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAD2 is #97252D. Grayscale: #B6B6B6. Windows color (decimal): -9905454 or 13818472. OLE color: 13818472.
HSL color Cylindrical-coordinate representation of color #68DAD2: hue angle of 175.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DAD2 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 210 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.15 |
| HSL | 175.79º | 0.61% | 0.63% | - |
| HSV(B) | 175.79º | 0.52% | 0.85% | - |
| XYZ | 42.41 | 57.74 | 69.88 | - |
| YUV | 183 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 210 | 0.52 | 0 | 0.04 | 0.15 | 175.79 | 0.61 | 0.63 |
| Hex | 68 | DA | D2 | 34 | 0 | 4 | F | B0 | 3D | 3F |
| Octal | 150 | 332 | 322 | 64 | 0 | 4 | 17 | 260 | 75 | 77 |
| Binary | 1101000 | 11011010 | 11010010 | 110100 | 0 | 100 | 1111 | 10110000 | 111101 | 111111 |
Color Harmonies of #68DAD2
Complementary color
Monochromatic Colors of #68DAD2
Black with #68DAD2
Text Example
Text Example
White with #68DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAD2; }
p { color: rgb(104,218,210); }
H1.HeaderClassName
{
color: #68DAD2;
}
.AnyTagClassName
{
color: #68DAD2;
}
</style>
background-color css
<style>
a { background-color: #68DAD2; }
a { background-color: rgb(104,218,210); }
div.DivClassName
{
background-color: #68DAD2;
}
.BgClassName
{
background-color: #68DAD2;
}
</style>
border-color css
<style>
span { border-color: #68DAD2; }
span { border-color: rgb(104,218,210); }
td.TdClassName
{
border-color: #68DAD2;
}
.TagClassName
{
border-color: #68DAD2;
}
</style>