Shades of Downy #6CD8C1
Tints of Downy #6CD8C1
RGB
CMYK
RGB Variations
Color information
#6CD8C1 (or 0x6CD8C1) is known color: Downy. HEX triplet: 6C, D8 and C1. RGB value is (108,216,193). Sum of RGB (Red+Green+Blue) = 108+216+193=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8C1 is #93273E. Grayscale: #B5B5B5. Windows color (decimal): -9643839 or 12703852. OLE color: 12703852.
HSL color Cylindrical-coordinate representation of color #6CD8C1: hue angle of 167.22º 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 #6CD8C1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 216 | 193 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.15 |
| HSL | 167.22º | 0.58% | 0.64% | - |
| HSV(B) | 167.22º | 0.5% | 0.85% | - |
| XYZ | 40.37 | 56.15 | 59.16 | - |
| YUV | 181.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 193 | 0.50 | 0 | 0.11 | 0.15 | 167.22 | 0.58 | 0.64 |
| Hex | 6C | D8 | C1 | 32 | 0 | B | F | A7 | 3A | 40 |
| Octal | 154 | 330 | 301 | 62 | 0 | 13 | 17 | 247 | 72 | 100 |
| Binary | 1101100 | 11011000 | 11000001 | 110010 | 0 | 1011 | 1111 | 10100111 | 111010 | 1000000 |
Color Harmonies of #6CD8C1
Complementary color
Monochromatic Colors of #6CD8C1
Black with #6CD8C1
Text Example
Text Example
White with #6CD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD8C1; }
p { color: rgb(108,216,193); }
H1.HeaderClassName
{
color: #6CD8C1;
}
.AnyTagClassName
{
color: #6CD8C1;
}
</style>
background-color css
<style>
a { background-color: #6CD8C1; }
a { background-color: rgb(108,216,193); }
div.DivClassName
{
background-color: #6CD8C1;
}
.BgClassName
{
background-color: #6CD8C1;
}
</style>
border-color css
<style>
span { border-color: #6CD8C1; }
span { border-color: rgb(108,216,193); }
td.TdClassName
{
border-color: #6CD8C1;
}
.TagClassName
{
border-color: #6CD8C1;
}
</style>