Shades of Downy #62DAC6
Tints of Downy #62DAC6
RGB
CMYK
RGB Variations
Color information
#62DAC6 (or 0x62DAC6) is known color: Downy. HEX triplet: 62, DA and C6. RGB value is (98,218,198). Sum of RGB (Red+Green+Blue) = 98+218+198=514 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.07% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #62DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DAC6 is #9D2539. Grayscale: #B3B3B3. Windows color (decimal): -10298682 or 13032034. OLE color: 13032034.
HSL color Cylindrical-coordinate representation of color #62DAC6: hue angle of 170º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DAC6 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 198 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.15 |
| HSL | 170º | 0.62% | 0.62% | - |
| HSV(B) | 170º | 0.55% | 0.85% | - |
| XYZ | 40.3 | 56.82 | 62.27 | - |
| YUV | 179.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 198 | 0.55 | 0 | 0.09 | 0.15 | 170 | 0.62 | 0.62 |
| Hex | 62 | DA | C6 | 37 | 0 | 9 | F | AA | 3E | 3E |
| Octal | 142 | 332 | 306 | 67 | 0 | 11 | 17 | 252 | 76 | 76 |
| Binary | 1100010 | 11011010 | 11000110 | 110111 | 0 | 1001 | 1111 | 10101010 | 111110 | 111110 |
Color Harmonies of #62DAC6
Complementary color
Monochromatic Colors of #62DAC6
Black with #62DAC6
Text Example
Text Example
White with #62DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DAC6; }
p { color: rgb(98,218,198); }
H1.HeaderClassName
{
color: #62DAC6;
}
.AnyTagClassName
{
color: #62DAC6;
}
</style>
background-color css
<style>
a { background-color: #62DAC6; }
a { background-color: rgb(98,218,198); }
div.DivClassName
{
background-color: #62DAC6;
}
.BgClassName
{
background-color: #62DAC6;
}
</style>
border-color css
<style>
span { border-color: #62DAC6; }
span { border-color: rgb(98,218,198); }
td.TdClassName
{
border-color: #62DAC6;
}
.TagClassName
{
border-color: #62DAC6;
}
</style>