Shades of Downy #65C6BF
Tints of Downy #65C6BF
RGB
CMYK
RGB Variations
Color information
#65C6BF (or 0x65C6BF) is known color: Downy. HEX triplet: 65, C6 and BF. RGB value is (101,198,191). Sum of RGB (Red+Green+Blue) = 101+198+191=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #65C6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C6BF is #9A3940. Grayscale: #A8A8A8. Windows color (decimal): -10107201 or 12568165. OLE color: 12568165.
HSL color Cylindrical-coordinate representation of color #65C6BF: hue angle of 175.67º 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 #65C6BF is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 191 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.22 |
| HSL | 175.67º | 0.46% | 0.59% | - |
| HSV(B) | 175.67º | 0.49% | 0.78% | - |
| XYZ | 34.96 | 46.92 | 56.5 | - |
| YUV | 168.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 191 | 0.49 | 0 | 0.04 | 0.22 | 175.67 | 0.46 | 0.59 |
| Hex | 65 | C6 | BF | 31 | 0 | 4 | 16 | B0 | 2E | 3B |
| Octal | 145 | 306 | 277 | 61 | 0 | 4 | 26 | 260 | 56 | 73 |
| Binary | 1100101 | 11000110 | 10111111 | 110001 | 0 | 100 | 10110 | 10110000 | 101110 | 111011 |
Color Harmonies of #65C6BF
Complementary color
Monochromatic Colors of #65C6BF
Black with #65C6BF
Text Example
Text Example
White with #65C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C6BF; }
p { color: rgb(101,198,191); }
H1.HeaderClassName
{
color: #65C6BF;
}
.AnyTagClassName
{
color: #65C6BF;
}
</style>
background-color css
<style>
a { background-color: #65C6BF; }
a { background-color: rgb(101,198,191); }
div.DivClassName
{
background-color: #65C6BF;
}
.BgClassName
{
background-color: #65C6BF;
}
</style>
border-color css
<style>
span { border-color: #65C6BF; }
span { border-color: rgb(101,198,191); }
td.TdClassName
{
border-color: #65C6BF;
}
.TagClassName
{
border-color: #65C6BF;
}
</style>