Shades of Downy #65CDC6
Tints of Downy #65CDC6
RGB
CMYK
RGB Variations
Color information
#65CDC6 (or 0x65CDC6) is known color: Downy. HEX triplet: 65, CD and C6. RGB value is (101,205,198). Sum of RGB (Red+Green+Blue) = 101+205+198=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDC6 is #9A3239. Grayscale: #ADADAD. Windows color (decimal): -10105402 or 13028709. OLE color: 13028709.
HSL color Cylindrical-coordinate representation of color #65CDC6: hue angle of 175.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDC6 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 205 | 198 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.20 |
| HSL | 175.96º | 0.51% | 0.6% | - |
| HSV(B) | 175.96º | 0.51% | 0.8% | - |
| XYZ | 37.39 | 50.51 | 61.2 | - |
| YUV | 173.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 198 | 0.51 | 0 | 0.03 | 0.20 | 175.96 | 0.51 | 0.6 |
| Hex | 65 | CD | C6 | 33 | 0 | 3 | 14 | B0 | 33 | 3C |
| Octal | 145 | 315 | 306 | 63 | 0 | 3 | 24 | 260 | 63 | 74 |
| Binary | 1100101 | 11001101 | 11000110 | 110011 | 0 | 11 | 10100 | 10110000 | 110011 | 111100 |
Color Harmonies of #65CDC6
Complementary color
Monochromatic Colors of #65CDC6
Black with #65CDC6
Text Example
Text Example
White with #65CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDC6; }
p { color: rgb(101,205,198); }
H1.HeaderClassName
{
color: #65CDC6;
}
.AnyTagClassName
{
color: #65CDC6;
}
</style>
background-color css
<style>
a { background-color: #65CDC6; }
a { background-color: rgb(101,205,198); }
div.DivClassName
{
background-color: #65CDC6;
}
.BgClassName
{
background-color: #65CDC6;
}
</style>
border-color css
<style>
span { border-color: #65CDC6; }
span { border-color: rgb(101,205,198); }
td.TdClassName
{
border-color: #65CDC6;
}
.TagClassName
{
border-color: #65CDC6;
}
</style>