Shades of Downy #62DCCE
Tints of Downy #62DCCE
RGB
CMYK
RGB Variations
Color information
#62DCCE (or 0x62DCCE) is known color: Downy. HEX triplet: 62, DC and CE. RGB value is (98,220,206). Sum of RGB (Red+Green+Blue) = 98+220+206=524 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.70% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCCE is #9D2331. Grayscale: #B5B5B5. Windows color (decimal): -10298162 or 13556834. OLE color: 13556834.
HSL color Cylindrical-coordinate representation of color #62DCCE: hue angle of 173.11º 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 #62DCCE is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 206 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.14 |
| HSL | 173.11º | 0.64% | 0.62% | - |
| HSV(B) | 173.11º | 0.55% | 0.86% | - |
| XYZ | 41.77 | 58.24 | 67.43 | - |
| YUV | 181.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 206 | 0.55 | 0 | 0.06 | 0.14 | 173.11 | 0.64 | 0.62 |
| Hex | 62 | DC | CE | 37 | 0 | 6 | E | AD | 40 | 3E |
| Octal | 142 | 334 | 316 | 67 | 0 | 6 | 16 | 255 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11001110 | 110111 | 0 | 110 | 1110 | 10101101 | 1000000 | 111110 |
Color Harmonies of #62DCCE
Complementary color
Monochromatic Colors of #62DCCE
Black with #62DCCE
Text Example
Text Example
White with #62DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCCE; }
p { color: rgb(98,220,206); }
H1.HeaderClassName
{
color: #62DCCE;
}
.AnyTagClassName
{
color: #62DCCE;
}
</style>
background-color css
<style>
a { background-color: #62DCCE; }
a { background-color: rgb(98,220,206); }
div.DivClassName
{
background-color: #62DCCE;
}
.BgClassName
{
background-color: #62DCCE;
}
</style>
border-color css
<style>
span { border-color: #62DCCE; }
span { border-color: rgb(98,220,206); }
td.TdClassName
{
border-color: #62DCCE;
}
.TagClassName
{
border-color: #62DCCE;
}
</style>