Shades of Downy #6DDBBB
Tints of Downy #6DDBBB
RGB
CMYK
RGB Variations
Color information
#6DDBBB (or 0x6DDBBB) is known color: Downy. HEX triplet: 6D, DB and BB. RGB value is (109,219,187). Sum of RGB (Red+Green+Blue) = 109+219+187=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBBB is #922444. Grayscale: #B6B6B6. Windows color (decimal): -9577541 or 12311405. OLE color: 12311405.
HSL color Cylindrical-coordinate representation of color #6DDBBB: hue angle of 162.55º 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 #6DDBBB is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 187 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.14 |
| HSL | 162.55º | 0.6% | 0.64% | - |
| HSV(B) | 162.55º | 0.5% | 0.86% | - |
| XYZ | 40.61 | 57.5 | 55.97 | - |
| YUV | 182.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 187 | 0.50 | 0 | 0.15 | 0.14 | 162.55 | 0.6 | 0.64 |
| Hex | 6D | DB | BB | 32 | 0 | F | E | A3 | 3C | 40 |
| Octal | 155 | 333 | 273 | 62 | 0 | 17 | 16 | 243 | 74 | 100 |
| Binary | 1101101 | 11011011 | 10111011 | 110010 | 0 | 1111 | 1110 | 10100011 | 111100 | 1000000 |
Color Harmonies of #6DDBBB
Complementary color
Monochromatic Colors of #6DDBBB
Black with #6DDBBB
Text Example
Text Example
White with #6DDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBBB; }
p { color: rgb(109,219,187); }
H1.HeaderClassName
{
color: #6DDBBB;
}
.AnyTagClassName
{
color: #6DDBBB;
}
</style>
background-color css
<style>
a { background-color: #6DDBBB; }
a { background-color: rgb(109,219,187); }
div.DivClassName
{
background-color: #6DDBBB;
}
.BgClassName
{
background-color: #6DDBBB;
}
</style>
border-color css
<style>
span { border-color: #6DDBBB; }
span { border-color: rgb(109,219,187); }
td.TdClassName
{
border-color: #6DDBBB;
}
.TagClassName
{
border-color: #6DDBBB;
}
</style>