Shades of Downy #6CD4C3
Tints of Downy #6CD4C3
RGB
CMYK
RGB Variations
Color information
#6CD4C3 (or 0x6CD4C3) is known color: Downy. HEX triplet: 6C, D4 and C3. RGB value is (108,212,195). Sum of RGB (Red+Green+Blue) = 108+212+195=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD4C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD4C3 is #932B3C. Grayscale: #B2B2B2. Windows color (decimal): -9644861 or 12833900. OLE color: 12833900.
HSL color Cylindrical-coordinate representation of color #6CD4C3: hue angle of 170.19º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD4C3 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 212 | 195 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.17 |
| HSL | 170.19º | 0.55% | 0.63% | - |
| HSV(B) | 170.19º | 0.49% | 0.83% | - |
| XYZ | 39.58 | 54.22 | 60.01 | - |
| YUV | 178.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 212 | 195 | 0.49 | 0 | 0.08 | 0.17 | 170.19 | 0.55 | 0.63 |
| Hex | 6C | D4 | C3 | 31 | 0 | 8 | 11 | AA | 37 | 3F |
| Octal | 154 | 324 | 303 | 61 | 0 | 10 | 21 | 252 | 67 | 77 |
| Binary | 1101100 | 11010100 | 11000011 | 110001 | 0 | 1000 | 10001 | 10101010 | 110111 | 111111 |
Color Harmonies of #6CD4C3
Complementary color
Monochromatic Colors of #6CD4C3
Black with #6CD4C3
Text Example
Text Example
White with #6CD4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD4C3; }
p { color: rgb(108,212,195); }
H1.HeaderClassName
{
color: #6CD4C3;
}
.AnyTagClassName
{
color: #6CD4C3;
}
</style>
background-color css
<style>
a { background-color: #6CD4C3; }
a { background-color: rgb(108,212,195); }
div.DivClassName
{
background-color: #6CD4C3;
}
.BgClassName
{
background-color: #6CD4C3;
}
</style>
border-color css
<style>
span { border-color: #6CD4C3; }
span { border-color: rgb(108,212,195); }
td.TdClassName
{
border-color: #6CD4C3;
}
.TagClassName
{
border-color: #6CD4C3;
}
</style>