Shades of Downy #6DEBC5
Tints of Downy #6DEBC5
RGB
CMYK
RGB Variations
Color information
#6DEBC5 (or 0x6DEBC5) is known color: Downy. HEX triplet: 6D, EB and C5. RGB value is (109,235,197). Sum of RGB (Red+Green+Blue) = 109+235+197=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBC5 is #92143A. Grayscale: #C1C1C1. Windows color (decimal): -9573435 or 12970861. OLE color: 12970861.
HSL color Cylindrical-coordinate representation of color #6DEBC5: hue angle of 161.9º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBC5 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 235 | 197 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.08 |
| HSL | 161.9º | 0.76% | 0.67% | - |
| HSV(B) | 161.9º | 0.54% | 0.92% | - |
| XYZ | 46.09 | 66.7 | 63.27 | - |
| YUV | 192.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 197 | 0.54 | 0 | 0.16 | 0.08 | 161.9 | 0.76 | 0.67 |
| Hex | 6D | EB | C5 | 36 | 0 | 10 | 8 | A2 | 4C | 43 |
| Octal | 155 | 353 | 305 | 66 | 0 | 20 | 10 | 242 | 114 | 103 |
| Binary | 1101101 | 11101011 | 11000101 | 110110 | 0 | 10000 | 1000 | 10100010 | 1001100 | 1000011 |
Color Harmonies of #6DEBC5
Complementary color
Monochromatic Colors of #6DEBC5
Black with #6DEBC5
Text Example
Text Example
White with #6DEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBC5; }
p { color: rgb(109,235,197); }
H1.HeaderClassName
{
color: #6DEBC5;
}
.AnyTagClassName
{
color: #6DEBC5;
}
</style>
background-color css
<style>
a { background-color: #6DEBC5; }
a { background-color: rgb(109,235,197); }
div.DivClassName
{
background-color: #6DEBC5;
}
.BgClassName
{
background-color: #6DEBC5;
}
</style>
border-color css
<style>
span { border-color: #6DEBC5; }
span { border-color: rgb(109,235,197); }
td.TdClassName
{
border-color: #6DEBC5;
}
.TagClassName
{
border-color: #6DEBC5;
}
</style>