Shades of Downy #6CDDB5
Tints of Downy #6CDDB5
RGB
CMYK
RGB Variations
Color information
#6CDDB5 (or 0x6CDDB5) is known color: Downy. HEX triplet: 6C, DD and B5. RGB value is (108,221,181). Sum of RGB (Red+Green+Blue) = 108+221+181=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDB5 is #93224A. Grayscale: #B6B6B6. Windows color (decimal): -9642571 or 11918700. OLE color: 11918700.
HSL color Cylindrical-coordinate representation of color #6CDDB5: hue angle of 158.76º 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 #6CDDB5 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 181 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.13 |
| HSL | 158.76º | 0.62% | 0.65% | - |
| HSV(B) | 158.76º | 0.51% | 0.87% | - |
| XYZ | 40.38 | 58.24 | 52.83 | - |
| YUV | 182.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 181 | 0.51 | 0 | 0.18 | 0.13 | 158.76 | 0.62 | 0.65 |
| Hex | 6C | DD | B5 | 33 | 0 | 12 | D | 9F | 3E | 41 |
| Octal | 154 | 335 | 265 | 63 | 0 | 22 | 15 | 237 | 76 | 101 |
| Binary | 1101100 | 11011101 | 10110101 | 110011 | 0 | 10010 | 1101 | 10011111 | 111110 | 1000001 |
Color Harmonies of #6CDDB5
Complementary color
Monochromatic Colors of #6CDDB5
Black with #6CDDB5
Text Example
Text Example
White with #6CDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDB5; }
p { color: rgb(108,221,181); }
H1.HeaderClassName
{
color: #6CDDB5;
}
.AnyTagClassName
{
color: #6CDDB5;
}
</style>
background-color css
<style>
a { background-color: #6CDDB5; }
a { background-color: rgb(108,221,181); }
div.DivClassName
{
background-color: #6CDDB5;
}
.BgClassName
{
background-color: #6CDDB5;
}
</style>
border-color css
<style>
span { border-color: #6CDDB5; }
span { border-color: rgb(108,221,181); }
td.TdClassName
{
border-color: #6CDDB5;
}
.TagClassName
{
border-color: #6CDDB5;
}
</style>