Shades of Downy #6CDCC6
Tints of Downy #6CDCC6
RGB
CMYK
RGB Variations
Color information
#6CDCC6 (or 0x6CDCC6) is known color: Downy. HEX triplet: 6C, DC and C6. RGB value is (108,220,198). Sum of RGB (Red+Green+Blue) = 108+220+198=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCC6 is #932339. Grayscale: #B7B7B7. Windows color (decimal): -9642810 or 13032556. OLE color: 13032556.
HSL color Cylindrical-coordinate representation of color #6CDCC6: hue angle of 168.21º 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 #6CDCC6 is Cyan = 0.51, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 198 | - |
| CMYK | 0.51 | 0 | 0.1 | 0.14 |
| HSL | 168.21º | 0.62% | 0.64% | - |
| HSV(B) | 168.21º | 0.51% | 0.86% | - |
| XYZ | 41.97 | 58.45 | 62.5 | - |
| YUV | 184 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 198 | 0.51 | 0 | 0.1 | 0.14 | 168.21 | 0.62 | 0.64 |
| Hex | 6C | DC | C6 | 33 | 0 | A | E | A8 | 3E | 40 |
| Octal | 154 | 334 | 306 | 63 | 0 | 12 | 16 | 250 | 76 | 100 |
| Binary | 1101100 | 11011100 | 11000110 | 110011 | 0 | 1010 | 1110 | 10101000 | 111110 | 1000000 |
Color Harmonies of #6CDCC6
Complementary color
Monochromatic Colors of #6CDCC6
Black with #6CDCC6
Text Example
Text Example
White with #6CDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCC6; }
p { color: rgb(108,220,198); }
H1.HeaderClassName
{
color: #6CDCC6;
}
.AnyTagClassName
{
color: #6CDCC6;
}
</style>
background-color css
<style>
a { background-color: #6CDCC6; }
a { background-color: rgb(108,220,198); }
div.DivClassName
{
background-color: #6CDCC6;
}
.BgClassName
{
background-color: #6CDCC6;
}
</style>
border-color css
<style>
span { border-color: #6CDCC6; }
span { border-color: rgb(108,220,198); }
td.TdClassName
{
border-color: #6CDCC6;
}
.TagClassName
{
border-color: #6CDCC6;
}
</style>