Shades of Downy #62DCCF
Tints of Downy #62DCCF
RGB
CMYK
RGB Variations
Color information
#62DCCF (or 0x62DCCF) is known color: Downy. HEX triplet: 62, DC and CF. RGB value is (98,220,207). Sum of RGB (Red+Green+Blue) = 98+220+207=525 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.67% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCCF is #9D2330. Grayscale: #B5B5B5. Windows color (decimal): -10298161 or 13622370. OLE color: 13622370.
HSL color Cylindrical-coordinate representation of color #62DCCF: hue angle of 173.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DCCF is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 207 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.14 |
| HSL | 173.61º | 0.64% | 0.62% | - |
| HSV(B) | 173.61º | 0.55% | 0.86% | - |
| XYZ | 41.89 | 58.29 | 68.07 | - |
| YUV | 182.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 207 | 0.55 | 0 | 0.06 | 0.14 | 173.61 | 0.64 | 0.62 |
| Hex | 62 | DC | CF | 37 | 0 | 6 | E | AE | 40 | 3E |
| Octal | 142 | 334 | 317 | 67 | 0 | 6 | 16 | 256 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11001111 | 110111 | 0 | 110 | 1110 | 10101110 | 1000000 | 111110 |
Color Harmonies of #62DCCF
Complementary color
Monochromatic Colors of #62DCCF
Black with #62DCCF
Text Example
Text Example
White with #62DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCCF; }
p { color: rgb(98,220,207); }
H1.HeaderClassName
{
color: #62DCCF;
}
.AnyTagClassName
{
color: #62DCCF;
}
</style>
background-color css
<style>
a { background-color: #62DCCF; }
a { background-color: rgb(98,220,207); }
div.DivClassName
{
background-color: #62DCCF;
}
.BgClassName
{
background-color: #62DCCF;
}
</style>
border-color css
<style>
span { border-color: #62DCCF; }
span { border-color: rgb(98,220,207); }
td.TdClassName
{
border-color: #62DCCF;
}
.TagClassName
{
border-color: #62DCCF;
}
</style>