Shades of Downy #6CDDC8
Tints of Downy #6CDDC8
RGB
CMYK
RGB Variations
Color information
#6CDDC8 (or 0x6CDDC8) is known color: Downy. HEX triplet: 6C, DD and C8. RGB value is (108,221,200). Sum of RGB (Red+Green+Blue) = 108+221+200=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDC8 is #932237. Grayscale: #B8B8B8. Windows color (decimal): -9642552 or 13163884. OLE color: 13163884.
HSL color Cylindrical-coordinate representation of color #6CDDC8: hue angle of 168.85º 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 #6CDDC8 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 200 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.13 |
| HSL | 168.85º | 0.62% | 0.65% | - |
| HSV(B) | 168.85º | 0.51% | 0.87% | - |
| XYZ | 42.47 | 59.07 | 63.81 | - |
| YUV | 184.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 200 | 0.51 | 0 | 0.10 | 0.13 | 168.85 | 0.62 | 0.65 |
| Hex | 6C | DD | C8 | 33 | 0 | A | D | A9 | 3E | 41 |
| Octal | 154 | 335 | 310 | 63 | 0 | 12 | 15 | 251 | 76 | 101 |
| Binary | 1101100 | 11011101 | 11001000 | 110011 | 0 | 1010 | 1101 | 10101001 | 111110 | 1000001 |
Color Harmonies of #6CDDC8
Complementary color
Monochromatic Colors of #6CDDC8
Black with #6CDDC8
Text Example
Text Example
White with #6CDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDC8; }
p { color: rgb(108,221,200); }
H1.HeaderClassName
{
color: #6CDDC8;
}
.AnyTagClassName
{
color: #6CDDC8;
}
</style>
background-color css
<style>
a { background-color: #6CDDC8; }
a { background-color: rgb(108,221,200); }
div.DivClassName
{
background-color: #6CDDC8;
}
.BgClassName
{
background-color: #6CDDC8;
}
</style>
border-color css
<style>
span { border-color: #6CDDC8; }
span { border-color: rgb(108,221,200); }
td.TdClassName
{
border-color: #6CDDC8;
}
.TagClassName
{
border-color: #6CDDC8;
}
</style>