Shades of Downy #6CD8BC
Tints of Downy #6CD8BC
RGB
CMYK
RGB Variations
Color information
#6CD8BC (or 0x6CD8BC) is known color: Downy. HEX triplet: 6C, D8 and BC. RGB value is (108,216,188). Sum of RGB (Red+Green+Blue) = 108+216+188=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8BC is #932743. Grayscale: #B4B4B4. Windows color (decimal): -9643844 or 12376172. OLE color: 12376172.
HSL color Cylindrical-coordinate representation of color #6CD8BC: hue angle of 164.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD8BC is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 216 | 188 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.15 |
| HSL | 164.44º | 0.58% | 0.64% | - |
| HSV(B) | 164.44º | 0.5% | 0.85% | - |
| XYZ | 39.82 | 55.93 | 56.27 | - |
| YUV | 180.52 | 132.22 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 188 | 0.50 | 0 | 0.13 | 0.15 | 164.44 | 0.58 | 0.64 |
| Hex | 6C | D8 | BC | 32 | 0 | D | F | A4 | 3A | 40 |
| Octal | 154 | 330 | 274 | 62 | 0 | 15 | 17 | 244 | 72 | 100 |
| Binary | 1101100 | 11011000 | 10111100 | 110010 | 0 | 1101 | 1111 | 10100100 | 111010 | 1000000 |
Color Harmonies of #6CD8BC
Complementary color
Monochromatic Colors of #6CD8BC
Black with #6CD8BC
Text Example
Text Example
White with #6CD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD8BC; }
p { color: rgb(108,216,188); }
H1.HeaderClassName
{
color: #6CD8BC;
}
.AnyTagClassName
{
color: #6CD8BC;
}
</style>
background-color css
<style>
a { background-color: #6CD8BC; }
a { background-color: rgb(108,216,188); }
div.DivClassName
{
background-color: #6CD8BC;
}
.BgClassName
{
background-color: #6CD8BC;
}
</style>
border-color css
<style>
span { border-color: #6CD8BC; }
span { border-color: rgb(108,216,188); }
td.TdClassName
{
border-color: #6CD8BC;
}
.TagClassName
{
border-color: #6CD8BC;
}
</style>