Shades of Downy #6BDDBC
Tints of Downy #6BDDBC
RGB
CMYK
RGB Variations
Color information
#6BDDBC (or 0x6BDDBC) is known color: Downy. HEX triplet: 6B, DD and BC. RGB value is (107,221,188). Sum of RGB (Red+Green+Blue) = 107+221+188=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDBC is #942243. Grayscale: #B7B7B7. Windows color (decimal): -9708100 or 12377451. OLE color: 12377451.
HSL color Cylindrical-coordinate representation of color #6BDDBC: hue angle of 162.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDBC is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 188 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.13 |
| HSL | 162.63º | 0.63% | 0.64% | - |
| HSV(B) | 162.63º | 0.52% | 0.87% | - |
| XYZ | 41 | 58.47 | 56.7 | - |
| YUV | 183.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 188 | 0.52 | 0 | 0.15 | 0.13 | 162.63 | 0.63 | 0.64 |
| Hex | 6B | DD | BC | 34 | 0 | F | D | A3 | 3F | 40 |
| Octal | 153 | 335 | 274 | 64 | 0 | 17 | 15 | 243 | 77 | 100 |
| Binary | 1101011 | 11011101 | 10111100 | 110100 | 0 | 1111 | 1101 | 10100011 | 111111 | 1000000 |
Color Harmonies of #6BDDBC
Complementary color
Monochromatic Colors of #6BDDBC
Black with #6BDDBC
Text Example
Text Example
White with #6BDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDBC; }
p { color: rgb(107,221,188); }
H1.HeaderClassName
{
color: #6BDDBC;
}
.AnyTagClassName
{
color: #6BDDBC;
}
</style>
background-color css
<style>
a { background-color: #6BDDBC; }
a { background-color: rgb(107,221,188); }
div.DivClassName
{
background-color: #6BDDBC;
}
.BgClassName
{
background-color: #6BDDBC;
}
</style>
border-color css
<style>
span { border-color: #6BDDBC; }
span { border-color: rgb(107,221,188); }
td.TdClassName
{
border-color: #6BDDBC;
}
.TagClassName
{
border-color: #6BDDBC;
}
</style>