Shades of Downy #6DDBC5
Tints of Downy #6DDBC5
RGB
CMYK
RGB Variations
Color information
#6DDBC5 (or 0x6DDBC5) is known color: Downy. HEX triplet: 6D, DB and C5. RGB value is (109,219,197). Sum of RGB (Red+Green+Blue) = 109+219+197=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBC5 is #92243A. Grayscale: #B7B7B7. Windows color (decimal): -9577531 or 12966765. OLE color: 12966765.
HSL color Cylindrical-coordinate representation of color #6DDBC5: hue angle of 168º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBC5 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 197 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.14 |
| HSL | 168º | 0.6% | 0.64% | - |
| HSV(B) | 168º | 0.5% | 0.86% | - |
| XYZ | 41.72 | 57.95 | 61.81 | - |
| YUV | 183.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 197 | 0.50 | 0 | 0.10 | 0.14 | 168 | 0.6 | 0.64 |
| Hex | 6D | DB | C5 | 32 | 0 | A | E | A8 | 3C | 40 |
| Octal | 155 | 333 | 305 | 62 | 0 | 12 | 16 | 250 | 74 | 100 |
| Binary | 1101101 | 11011011 | 11000101 | 110010 | 0 | 1010 | 1110 | 10101000 | 111100 | 1000000 |
Color Harmonies of #6DDBC5
Complementary color
Monochromatic Colors of #6DDBC5
Black with #6DDBC5
Text Example
Text Example
White with #6DDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBC5; }
p { color: rgb(109,219,197); }
H1.HeaderClassName
{
color: #6DDBC5;
}
.AnyTagClassName
{
color: #6DDBC5;
}
</style>
background-color css
<style>
a { background-color: #6DDBC5; }
a { background-color: rgb(109,219,197); }
div.DivClassName
{
background-color: #6DDBC5;
}
.BgClassName
{
background-color: #6DDBC5;
}
</style>
border-color css
<style>
span { border-color: #6DDBC5; }
span { border-color: rgb(109,219,197); }
td.TdClassName
{
border-color: #6DDBC5;
}
.TagClassName
{
border-color: #6DDBC5;
}
</style>