Shades of Downy #6BDBB9
Tints of Downy #6BDBB9
RGB
CMYK
RGB Variations
Color information
#6BDBB9 (or 0x6BDBB9) is known color: Downy. HEX triplet: 6B, DB and B9. RGB value is (107,219,185). Sum of RGB (Red+Green+Blue) = 107+219+185=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBB9 is #942446. Grayscale: #B5B5B5. Windows color (decimal): -9708615 or 12180331. OLE color: 12180331.
HSL color Cylindrical-coordinate representation of color #6BDBB9: hue angle of 161.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBB9 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 185 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.14 |
| HSL | 161.79º | 0.61% | 0.64% | - |
| HSV(B) | 161.79º | 0.51% | 0.86% | - |
| XYZ | 40.15 | 57.29 | 54.84 | - |
| YUV | 181.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 185 | 0.51 | 0 | 0.16 | 0.14 | 161.79 | 0.61 | 0.64 |
| Hex | 6B | DB | B9 | 33 | 0 | 10 | E | A2 | 3D | 40 |
| Octal | 153 | 333 | 271 | 63 | 0 | 20 | 16 | 242 | 75 | 100 |
| Binary | 1101011 | 11011011 | 10111001 | 110011 | 0 | 10000 | 1110 | 10100010 | 111101 | 1000000 |
Color Harmonies of #6BDBB9
Complementary color
Monochromatic Colors of #6BDBB9
Black with #6BDBB9
Text Example
Text Example
White with #6BDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBB9; }
p { color: rgb(107,219,185); }
H1.HeaderClassName
{
color: #6BDBB9;
}
.AnyTagClassName
{
color: #6BDBB9;
}
</style>
background-color css
<style>
a { background-color: #6BDBB9; }
a { background-color: rgb(107,219,185); }
div.DivClassName
{
background-color: #6BDBB9;
}
.BgClassName
{
background-color: #6BDBB9;
}
</style>
border-color css
<style>
span { border-color: #6BDBB9; }
span { border-color: rgb(107,219,185); }
td.TdClassName
{
border-color: #6BDBB9;
}
.TagClassName
{
border-color: #6BDBB9;
}
</style>