Shades of Downy #6CDDBF
Tints of Downy #6CDDBF
RGB
CMYK
RGB Variations
Color information
#6CDDBF (or 0x6CDDBF) is known color: Downy. HEX triplet: 6C, DD and BF. RGB value is (108,221,191). Sum of RGB (Red+Green+Blue) = 108+221+191=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDBF is #932240. Grayscale: #B7B7B7. Windows color (decimal): -9642561 or 12574060. OLE color: 12574060.
HSL color Cylindrical-coordinate representation of color #6CDDBF: hue angle of 164.07º 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 #6CDDBF is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 191 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.13 |
| HSL | 164.07º | 0.62% | 0.65% | - |
| HSV(B) | 164.07º | 0.51% | 0.87% | - |
| XYZ | 41.44 | 58.66 | 58.43 | - |
| YUV | 183.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 191 | 0.51 | 0 | 0.14 | 0.13 | 164.07 | 0.62 | 0.65 |
| Hex | 6C | DD | BF | 33 | 0 | E | D | A4 | 3E | 41 |
| Octal | 154 | 335 | 277 | 63 | 0 | 16 | 15 | 244 | 76 | 101 |
| Binary | 1101100 | 11011101 | 10111111 | 110011 | 0 | 1110 | 1101 | 10100100 | 111110 | 1000001 |
Color Harmonies of #6CDDBF
Complementary color
Monochromatic Colors of #6CDDBF
Black with #6CDDBF
Text Example
Text Example
White with #6CDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDBF; }
p { color: rgb(108,221,191); }
H1.HeaderClassName
{
color: #6CDDBF;
}
.AnyTagClassName
{
color: #6CDDBF;
}
</style>
background-color css
<style>
a { background-color: #6CDDBF; }
a { background-color: rgb(108,221,191); }
div.DivClassName
{
background-color: #6CDDBF;
}
.BgClassName
{
background-color: #6CDDBF;
}
</style>
border-color css
<style>
span { border-color: #6CDDBF; }
span { border-color: rgb(108,221,191); }
td.TdClassName
{
border-color: #6CDDBF;
}
.TagClassName
{
border-color: #6CDDBF;
}
</style>