Shades of Downy #6CDEB9
Tints of Downy #6CDEB9
RGB
CMYK
RGB Variations
Color information
#6CDEB9 (or 0x6CDEB9) is known color: Downy. HEX triplet: 6C, DE and B9. RGB value is (108,222,185). Sum of RGB (Red+Green+Blue) = 108+222+185=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEB9 is #932146. Grayscale: #B7B7B7. Windows color (decimal): -9642311 or 12181100. OLE color: 12181100.
HSL color Cylindrical-coordinate representation of color #6CDEB9: hue angle of 160.53º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDEB9 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 185 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.13 |
| HSL | 160.53º | 0.63% | 0.65% | - |
| HSV(B) | 160.53º | 0.51% | 0.87% | - |
| XYZ | 41.06 | 58.93 | 55.11 | - |
| YUV | 183.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 185 | 0.51 | 0 | 0.17 | 0.13 | 160.53 | 0.63 | 0.65 |
| Hex | 6C | DE | B9 | 33 | 0 | 11 | D | A1 | 3F | 41 |
| Octal | 154 | 336 | 271 | 63 | 0 | 21 | 15 | 241 | 77 | 101 |
| Binary | 1101100 | 11011110 | 10111001 | 110011 | 0 | 10001 | 1101 | 10100001 | 111111 | 1000001 |
Color Harmonies of #6CDEB9
Complementary color
Monochromatic Colors of #6CDEB9
Black with #6CDEB9
Text Example
Text Example
White with #6CDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEB9; }
p { color: rgb(108,222,185); }
H1.HeaderClassName
{
color: #6CDEB9;
}
.AnyTagClassName
{
color: #6CDEB9;
}
</style>
background-color css
<style>
a { background-color: #6CDEB9; }
a { background-color: rgb(108,222,185); }
div.DivClassName
{
background-color: #6CDEB9;
}
.BgClassName
{
background-color: #6CDEB9;
}
</style>
border-color css
<style>
span { border-color: #6CDEB9; }
span { border-color: rgb(108,222,185); }
td.TdClassName
{
border-color: #6CDEB9;
}
.TagClassName
{
border-color: #6CDEB9;
}
</style>