Shades of Downy #6DDCBC
Tints of Downy #6DDCBC
RGB
CMYK
RGB Variations
Color information
#6DDCBC (or 0x6DDCBC) is known color: Downy. HEX triplet: 6D, DC and BC. RGB value is (109,220,188). Sum of RGB (Red+Green+Blue) = 109+220+188=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCBC is #922343. Grayscale: #B7B7B7. Windows color (decimal): -9577284 or 12377197. OLE color: 12377197.
HSL color Cylindrical-coordinate representation of color #6DDCBC: hue angle of 162.7º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCBC is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 188 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.14 |
| HSL | 162.7º | 0.61% | 0.65% | - |
| HSV(B) | 162.7º | 0.5% | 0.86% | - |
| XYZ | 40.98 | 58.07 | 56.63 | - |
| YUV | 183.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 188 | 0.50 | 0 | 0.15 | 0.14 | 162.7 | 0.61 | 0.65 |
| Hex | 6D | DC | BC | 32 | 0 | F | E | A3 | 3D | 41 |
| Octal | 155 | 334 | 274 | 62 | 0 | 17 | 16 | 243 | 75 | 101 |
| Binary | 1101101 | 11011100 | 10111100 | 110010 | 0 | 1111 | 1110 | 10100011 | 111101 | 1000001 |
Color Harmonies of #6DDCBC
Complementary color
Monochromatic Colors of #6DDCBC
Black with #6DDCBC
Text Example
Text Example
White with #6DDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCBC; }
p { color: rgb(109,220,188); }
H1.HeaderClassName
{
color: #6DDCBC;
}
.AnyTagClassName
{
color: #6DDCBC;
}
</style>
background-color css
<style>
a { background-color: #6DDCBC; }
a { background-color: rgb(109,220,188); }
div.DivClassName
{
background-color: #6DDCBC;
}
.BgClassName
{
background-color: #6DDCBC;
}
</style>
border-color css
<style>
span { border-color: #6DDCBC; }
span { border-color: rgb(109,220,188); }
td.TdClassName
{
border-color: #6DDCBC;
}
.TagClassName
{
border-color: #6DDCBC;
}
</style>