Shades of Downy #6CDCCC
Tints of Downy #6CDCCC
RGB
CMYK
RGB Variations
Color information
#6CDCCC (or 0x6CDCCC) is known color: Downy. HEX triplet: 6C, DC and CC. RGB value is (108,220,204). Sum of RGB (Red+Green+Blue) = 108+220+204=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCCC is #932333. Grayscale: #B8B8B8. Windows color (decimal): -9642804 or 13425772. OLE color: 13425772.
HSL color Cylindrical-coordinate representation of color #6CDCCC: hue angle of 171.43º 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 #6CDCCC is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 204 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.14 |
| HSL | 171.43º | 0.62% | 0.64% | - |
| HSV(B) | 171.43º | 0.51% | 0.86% | - |
| XYZ | 42.68 | 58.73 | 66.21 | - |
| YUV | 184.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 204 | 0.51 | 0 | 0.07 | 0.14 | 171.43 | 0.62 | 0.64 |
| Hex | 6C | DC | CC | 33 | 0 | 7 | E | AB | 3E | 40 |
| Octal | 154 | 334 | 314 | 63 | 0 | 7 | 16 | 253 | 76 | 100 |
| Binary | 1101100 | 11011100 | 11001100 | 110011 | 0 | 111 | 1110 | 10101011 | 111110 | 1000000 |
Color Harmonies of #6CDCCC
Complementary color
Monochromatic Colors of #6CDCCC
Black with #6CDCCC
Text Example
Text Example
White with #6CDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCCC; }
p { color: rgb(108,220,204); }
H1.HeaderClassName
{
color: #6CDCCC;
}
.AnyTagClassName
{
color: #6CDCCC;
}
</style>
background-color css
<style>
a { background-color: #6CDCCC; }
a { background-color: rgb(108,220,204); }
div.DivClassName
{
background-color: #6CDCCC;
}
.BgClassName
{
background-color: #6CDCCC;
}
</style>
border-color css
<style>
span { border-color: #6CDCCC; }
span { border-color: rgb(108,220,204); }
td.TdClassName
{
border-color: #6CDCCC;
}
.TagClassName
{
border-color: #6CDCCC;
}
</style>