Shades of Downy #6CDDC6
Tints of Downy #6CDDC6
RGB
CMYK
RGB Variations
Color information
#6CDDC6 (or 0x6CDDC6) is known color: Downy. HEX triplet: 6C, DD and C6. RGB value is (108,221,198). Sum of RGB (Red+Green+Blue) = 108+221+198=527 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.49% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDC6 is #932239. Grayscale: #B8B8B8. Windows color (decimal): -9642554 or 13032812. OLE color: 13032812.
HSL color Cylindrical-coordinate representation of color #6CDDC6: hue angle of 167.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDDC6 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 198 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.13 |
| HSL | 167.79º | 0.62% | 0.65% | - |
| HSV(B) | 167.79º | 0.51% | 0.87% | - |
| XYZ | 42.23 | 58.98 | 62.58 | - |
| YUV | 184.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 198 | 0.51 | 0 | 0.10 | 0.13 | 167.79 | 0.62 | 0.65 |
| Hex | 6C | DD | C6 | 33 | 0 | A | D | A8 | 3E | 41 |
| Octal | 154 | 335 | 306 | 63 | 0 | 12 | 15 | 250 | 76 | 101 |
| Binary | 1101100 | 11011101 | 11000110 | 110011 | 0 | 1010 | 1101 | 10101000 | 111110 | 1000001 |
Color Harmonies of #6CDDC6
Complementary color
Monochromatic Colors of #6CDDC6
Black with #6CDDC6
Text Example
Text Example
White with #6CDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDC6; }
p { color: rgb(108,221,198); }
H1.HeaderClassName
{
color: #6CDDC6;
}
.AnyTagClassName
{
color: #6CDDC6;
}
</style>
background-color css
<style>
a { background-color: #6CDDC6; }
a { background-color: rgb(108,221,198); }
div.DivClassName
{
background-color: #6CDDC6;
}
.BgClassName
{
background-color: #6CDDC6;
}
</style>
border-color css
<style>
span { border-color: #6CDDC6; }
span { border-color: rgb(108,221,198); }
td.TdClassName
{
border-color: #6CDDC6;
}
.TagClassName
{
border-color: #6CDDC6;
}
</style>