Shades of Downy #6CD8D0
Tints of Downy #6CD8D0
RGB
CMYK
RGB Variations
Color information
#6CD8D0 (or 0x6CD8D0) is known color: Downy. HEX triplet: 6C, D8 and D0. RGB value is (108,216,208). Sum of RGB (Red+Green+Blue) = 108+216+208=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8D0 is #93272F. Grayscale: #B6B6B6. Windows color (decimal): -9643824 or 13686892. OLE color: 13686892.
HSL color Cylindrical-coordinate representation of color #6CD8D0: hue angle of 175.56º 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 #6CD8D0 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 216 | 208 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.15 |
| HSL | 175.56º | 0.58% | 0.64% | - |
| HSV(B) | 175.56º | 0.5% | 0.85% | - |
| XYZ | 42.13 | 56.85 | 68.43 | - |
| YUV | 182.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 208 | 0.50 | 0 | 0.04 | 0.15 | 175.56 | 0.58 | 0.64 |
| Hex | 6C | D8 | D0 | 32 | 0 | 4 | F | B0 | 3A | 40 |
| Octal | 154 | 330 | 320 | 62 | 0 | 4 | 17 | 260 | 72 | 100 |
| Binary | 1101100 | 11011000 | 11010000 | 110010 | 0 | 100 | 1111 | 10110000 | 111010 | 1000000 |
Color Harmonies of #6CD8D0
Complementary color
Monochromatic Colors of #6CD8D0
Black with #6CD8D0
Text Example
Text Example
White with #6CD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD8D0; }
p { color: rgb(108,216,208); }
H1.HeaderClassName
{
color: #6CD8D0;
}
.AnyTagClassName
{
color: #6CD8D0;
}
</style>
background-color css
<style>
a { background-color: #6CD8D0; }
a { background-color: rgb(108,216,208); }
div.DivClassName
{
background-color: #6CD8D0;
}
.BgClassName
{
background-color: #6CD8D0;
}
</style>
border-color css
<style>
span { border-color: #6CD8D0; }
span { border-color: rgb(108,216,208); }
td.TdClassName
{
border-color: #6CD8D0;
}
.TagClassName
{
border-color: #6CD8D0;
}
</style>