Shades of Downy #6CD2C3
Tints of Downy #6CD2C3
RGB
CMYK
RGB Variations
Color information
#6CD2C3 (or 0x6CD2C3) is known color: Downy. HEX triplet: 6C, D2 and C3. RGB value is (108,210,195). Sum of RGB (Red+Green+Blue) = 108+210+195=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD2C3 is #932D3C. Grayscale: #B1B1B1. Windows color (decimal): -9645373 or 12833388. OLE color: 12833388.
HSL color Cylindrical-coordinate representation of color #6CD2C3: hue angle of 171.18º 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 #6CD2C3 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 195 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.18 |
| HSL | 171.18º | 0.53% | 0.62% | - |
| HSV(B) | 171.18º | 0.49% | 0.82% | - |
| XYZ | 39.08 | 53.22 | 59.84 | - |
| YUV | 177.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 195 | 0.49 | 0 | 0.07 | 0.18 | 171.18 | 0.53 | 0.62 |
| Hex | 6C | D2 | C3 | 31 | 0 | 7 | 12 | AB | 35 | 3E |
| Octal | 154 | 322 | 303 | 61 | 0 | 7 | 22 | 253 | 65 | 76 |
| Binary | 1101100 | 11010010 | 11000011 | 110001 | 0 | 111 | 10010 | 10101011 | 110101 | 111110 |
Color Harmonies of #6CD2C3
Complementary color
Monochromatic Colors of #6CD2C3
Black with #6CD2C3
Text Example
Text Example
White with #6CD2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD2C3; }
p { color: rgb(108,210,195); }
H1.HeaderClassName
{
color: #6CD2C3;
}
.AnyTagClassName
{
color: #6CD2C3;
}
</style>
background-color css
<style>
a { background-color: #6CD2C3; }
a { background-color: rgb(108,210,195); }
div.DivClassName
{
background-color: #6CD2C3;
}
.BgClassName
{
background-color: #6CD2C3;
}
</style>
border-color css
<style>
span { border-color: #6CD2C3; }
span { border-color: rgb(108,210,195); }
td.TdClassName
{
border-color: #6CD2C3;
}
.TagClassName
{
border-color: #6CD2C3;
}
</style>