Shades of Downy #6DDCBF
Tints of Downy #6DDCBF
RGB
CMYK
RGB Variations
Color information
#6DDCBF (or 0x6DDCBF) is known color: Downy. HEX triplet: 6D, DC and BF. RGB value is (109,220,191). Sum of RGB (Red+Green+Blue) = 109+220+191=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCBF is #922340. Grayscale: #B7B7B7. Windows color (decimal): -9577281 or 12573805. OLE color: 12573805.
HSL color Cylindrical-coordinate representation of color #6DDCBF: hue angle of 164.32º 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 #6DDCBF is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 191 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.14 |
| HSL | 164.32º | 0.61% | 0.65% | - |
| HSV(B) | 164.32º | 0.5% | 0.86% | - |
| XYZ | 41.3 | 58.2 | 58.35 | - |
| YUV | 183.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 191 | 0.50 | 0 | 0.13 | 0.14 | 164.32 | 0.61 | 0.65 |
| Hex | 6D | DC | BF | 32 | 0 | D | E | A4 | 3D | 41 |
| Octal | 155 | 334 | 277 | 62 | 0 | 15 | 16 | 244 | 75 | 101 |
| Binary | 1101101 | 11011100 | 10111111 | 110010 | 0 | 1101 | 1110 | 10100100 | 111101 | 1000001 |
Color Harmonies of #6DDCBF
Complementary color
Monochromatic Colors of #6DDCBF
Black with #6DDCBF
Text Example
Text Example
White with #6DDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCBF; }
p { color: rgb(109,220,191); }
H1.HeaderClassName
{
color: #6DDCBF;
}
.AnyTagClassName
{
color: #6DDCBF;
}
</style>
background-color css
<style>
a { background-color: #6DDCBF; }
a { background-color: rgb(109,220,191); }
div.DivClassName
{
background-color: #6DDCBF;
}
.BgClassName
{
background-color: #6DDCBF;
}
</style>
border-color css
<style>
span { border-color: #6DDCBF; }
span { border-color: rgb(109,220,191); }
td.TdClassName
{
border-color: #6DDCBF;
}
.TagClassName
{
border-color: #6DDCBF;
}
</style>