Shades of Downy #6CDCCD
Tints of Downy #6CDCCD
RGB
CMYK
RGB Variations
Color information
#6CDCCD (or 0x6CDCCD) is known color: Downy. HEX triplet: 6C, DC and CD. RGB value is (108,220,205). Sum of RGB (Red+Green+Blue) = 108+220+205=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCCD is #932332. Grayscale: #B8B8B8. Windows color (decimal): -9642803 or 13491308. OLE color: 13491308.
HSL color Cylindrical-coordinate representation of color #6CDCCD: hue angle of 171.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCCD is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 205 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.14 |
| HSL | 171.96º | 0.62% | 0.64% | - |
| HSV(B) | 171.96º | 0.51% | 0.86% | - |
| XYZ | 42.8 | 58.78 | 66.85 | - |
| YUV | 184.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 205 | 0.51 | 0 | 0.07 | 0.14 | 171.96 | 0.62 | 0.64 |
| Hex | 6C | DC | CD | 33 | 0 | 7 | E | AC | 3E | 40 |
| Octal | 154 | 334 | 315 | 63 | 0 | 7 | 16 | 254 | 76 | 100 |
| Binary | 1101100 | 11011100 | 11001101 | 110011 | 0 | 111 | 1110 | 10101100 | 111110 | 1000000 |
Color Harmonies of #6CDCCD
Complementary color
Monochromatic Colors of #6CDCCD
Black with #6CDCCD
Text Example
Text Example
White with #6CDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCCD; }
p { color: rgb(108,220,205); }
H1.HeaderClassName
{
color: #6CDCCD;
}
.AnyTagClassName
{
color: #6CDCCD;
}
</style>
background-color css
<style>
a { background-color: #6CDCCD; }
a { background-color: rgb(108,220,205); }
div.DivClassName
{
background-color: #6CDCCD;
}
.BgClassName
{
background-color: #6CDCCD;
}
</style>
border-color css
<style>
span { border-color: #6CDCCD; }
span { border-color: rgb(108,220,205); }
td.TdClassName
{
border-color: #6CDCCD;
}
.TagClassName
{
border-color: #6CDCCD;
}
</style>