Shades of Downy #6CDDB8
Tints of Downy #6CDDB8
RGB
CMYK
RGB Variations
Color information
#6CDDB8 (or 0x6CDDB8) is known color: Downy. HEX triplet: 6C, DD and B8. RGB value is (108,221,184). Sum of RGB (Red+Green+Blue) = 108+221+184=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDB8 is #932247. Grayscale: #B7B7B7. Windows color (decimal): -9642568 or 12115308. OLE color: 12115308.
HSL color Cylindrical-coordinate representation of color #6CDDB8: hue angle of 160.35º 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 #6CDDB8 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 184 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.13 |
| HSL | 160.35º | 0.62% | 0.65% | - |
| HSV(B) | 160.35º | 0.51% | 0.87% | - |
| XYZ | 40.69 | 58.36 | 54.47 | - |
| YUV | 183 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 184 | 0.51 | 0 | 0.17 | 0.13 | 160.35 | 0.62 | 0.65 |
| Hex | 6C | DD | B8 | 33 | 0 | 11 | D | A0 | 3E | 41 |
| Octal | 154 | 335 | 270 | 63 | 0 | 21 | 15 | 240 | 76 | 101 |
| Binary | 1101100 | 11011101 | 10111000 | 110011 | 0 | 10001 | 1101 | 10100000 | 111110 | 1000001 |
Color Harmonies of #6CDDB8
Complementary color
Monochromatic Colors of #6CDDB8
Black with #6CDDB8
Text Example
Text Example
White with #6CDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDB8; }
p { color: rgb(108,221,184); }
H1.HeaderClassName
{
color: #6CDDB8;
}
.AnyTagClassName
{
color: #6CDDB8;
}
</style>
background-color css
<style>
a { background-color: #6CDDB8; }
a { background-color: rgb(108,221,184); }
div.DivClassName
{
background-color: #6CDDB8;
}
.BgClassName
{
background-color: #6CDDB8;
}
</style>
border-color css
<style>
span { border-color: #6CDDB8; }
span { border-color: rgb(108,221,184); }
td.TdClassName
{
border-color: #6CDDB8;
}
.TagClassName
{
border-color: #6CDDB8;
}
</style>