Shades of Downy #6CCDC0
Tints of Downy #6CCDC0
RGB
CMYK
RGB Variations
Color information
#6CCDC0 (or 0x6CCDC0) is known color: Downy. HEX triplet: 6C, CD and C0. RGB value is (108,205,192). Sum of RGB (Red+Green+Blue) = 108+205+192=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDC0 is #93323F. Grayscale: #AEAEAE. Windows color (decimal): -9646656 or 12635500. OLE color: 12635500.
HSL color Cylindrical-coordinate representation of color #6CCDC0: hue angle of 171.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCDC0 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 192 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.20 |
| HSL | 171.96º | 0.49% | 0.61% | - |
| HSV(B) | 171.96º | 0.47% | 0.8% | - |
| XYZ | 37.53 | 50.66 | 57.67 | - |
| YUV | 174.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 192 | 0.47 | 0 | 0.06 | 0.20 | 171.96 | 0.49 | 0.61 |
| Hex | 6C | CD | C0 | 2F | 0 | 6 | 14 | AC | 31 | 3D |
| Octal | 154 | 315 | 300 | 57 | 0 | 6 | 24 | 254 | 61 | 75 |
| Binary | 1101100 | 11001101 | 11000000 | 101111 | 0 | 110 | 10100 | 10101100 | 110001 | 111101 |
Color Harmonies of #6CCDC0
Complementary color
Monochromatic Colors of #6CCDC0
Black with #6CCDC0
Text Example
Text Example
White with #6CCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDC0; }
p { color: rgb(108,205,192); }
H1.HeaderClassName
{
color: #6CCDC0;
}
.AnyTagClassName
{
color: #6CCDC0;
}
</style>
background-color css
<style>
a { background-color: #6CCDC0; }
a { background-color: rgb(108,205,192); }
div.DivClassName
{
background-color: #6CCDC0;
}
.BgClassName
{
background-color: #6CCDC0;
}
</style>
border-color css
<style>
span { border-color: #6CCDC0; }
span { border-color: rgb(108,205,192); }
td.TdClassName
{
border-color: #6CCDC0;
}
.TagClassName
{
border-color: #6CCDC0;
}
</style>