Shades of Downy #6CD2C0
Tints of Downy #6CD2C0
RGB
CMYK
RGB Variations
Color information
#6CD2C0 (or 0x6CD2C0) is known color: Downy. HEX triplet: 6C, D2 and C0. RGB value is (108,210,192). Sum of RGB (Red+Green+Blue) = 108+210+192=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD2C0 is #932D3F. Grayscale: #B1B1B1. Windows color (decimal): -9645376 or 12636780. OLE color: 12636780.
HSL color Cylindrical-coordinate representation of color #6CD2C0: hue angle of 169.41º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD2C0 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 192 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.18 |
| HSL | 169.41º | 0.53% | 0.62% | - |
| HSV(B) | 169.41º | 0.49% | 0.82% | - |
| XYZ | 38.75 | 53.09 | 58.07 | - |
| YUV | 177.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 192 | 0.49 | 0 | 0.09 | 0.18 | 169.41 | 0.53 | 0.62 |
| Hex | 6C | D2 | C0 | 31 | 0 | 9 | 12 | A9 | 35 | 3E |
| Octal | 154 | 322 | 300 | 61 | 0 | 11 | 22 | 251 | 65 | 76 |
| Binary | 1101100 | 11010010 | 11000000 | 110001 | 0 | 1001 | 10010 | 10101001 | 110101 | 111110 |
Color Harmonies of #6CD2C0
Complementary color
Monochromatic Colors of #6CD2C0
Black with #6CD2C0
Text Example
Text Example
White with #6CD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD2C0; }
p { color: rgb(108,210,192); }
H1.HeaderClassName
{
color: #6CD2C0;
}
.AnyTagClassName
{
color: #6CD2C0;
}
</style>
background-color css
<style>
a { background-color: #6CD2C0; }
a { background-color: rgb(108,210,192); }
div.DivClassName
{
background-color: #6CD2C0;
}
.BgClassName
{
background-color: #6CD2C0;
}
</style>
border-color css
<style>
span { border-color: #6CD2C0; }
span { border-color: rgb(108,210,192); }
td.TdClassName
{
border-color: #6CD2C0;
}
.TagClassName
{
border-color: #6CD2C0;
}
</style>