Shades of Downy #65C6C1
Tints of Downy #65C6C1
RGB
CMYK
RGB Variations
Color information
#65C6C1 (or 0x65C6C1) is known color: Downy. HEX triplet: 65, C6 and C1. RGB value is (101,198,193). Sum of RGB (Red+Green+Blue) = 101+198+193=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #65C6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C6C1 is #9A393E. Grayscale: #A8A8A8. Windows color (decimal): -10107199 or 12699237. OLE color: 12699237.
HSL color Cylindrical-coordinate representation of color #65C6C1: hue angle of 176.91º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C6C1 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 193 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.22 |
| HSL | 176.91º | 0.46% | 0.59% | - |
| HSV(B) | 176.91º | 0.49% | 0.78% | - |
| XYZ | 35.19 | 47.01 | 57.67 | - |
| YUV | 168.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 193 | 0.49 | 0 | 0.03 | 0.22 | 176.91 | 0.46 | 0.59 |
| Hex | 65 | C6 | C1 | 31 | 0 | 3 | 16 | B1 | 2E | 3B |
| Octal | 145 | 306 | 301 | 61 | 0 | 3 | 26 | 261 | 56 | 73 |
| Binary | 1100101 | 11000110 | 11000001 | 110001 | 0 | 11 | 10110 | 10110001 | 101110 | 111011 |
Color Harmonies of #65C6C1
Complementary color
Monochromatic Colors of #65C6C1
Black with #65C6C1
Text Example
Text Example
White with #65C6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C6C1; }
p { color: rgb(101,198,193); }
H1.HeaderClassName
{
color: #65C6C1;
}
.AnyTagClassName
{
color: #65C6C1;
}
</style>
background-color css
<style>
a { background-color: #65C6C1; }
a { background-color: rgb(101,198,193); }
div.DivClassName
{
background-color: #65C6C1;
}
.BgClassName
{
background-color: #65C6C1;
}
</style>
border-color css
<style>
span { border-color: #65C6C1; }
span { border-color: rgb(101,198,193); }
td.TdClassName
{
border-color: #65C6C1;
}
.TagClassName
{
border-color: #65C6C1;
}
</style>