Shades of Downy #6CDAC6
Tints of Downy #6CDAC6
RGB
CMYK
RGB Variations
Color information
#6CDAC6 (or 0x6CDAC6) is known color: Downy. HEX triplet: 6C, DA and C6. RGB value is (108,218,198). Sum of RGB (Red+Green+Blue) = 108+218+198=524 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.61% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAC6 is #932539. Grayscale: #B6B6B6. Windows color (decimal): -9643322 or 13032044. OLE color: 13032044.
HSL color Cylindrical-coordinate representation of color #6CDAC6: hue angle of 169.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDAC6 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 198 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.15 |
| HSL | 169.09º | 0.6% | 0.64% | - |
| HSV(B) | 169.09º | 0.5% | 0.85% | - |
| XYZ | 41.45 | 57.41 | 62.32 | - |
| YUV | 182.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 198 | 0.50 | 0 | 0.09 | 0.15 | 169.09 | 0.6 | 0.64 |
| Hex | 6C | DA | C6 | 32 | 0 | 9 | F | A9 | 3C | 40 |
| Octal | 154 | 332 | 306 | 62 | 0 | 11 | 17 | 251 | 74 | 100 |
| Binary | 1101100 | 11011010 | 11000110 | 110010 | 0 | 1001 | 1111 | 10101001 | 111100 | 1000000 |
Color Harmonies of #6CDAC6
Complementary color
Monochromatic Colors of #6CDAC6
Black with #6CDAC6
Text Example
Text Example
White with #6CDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAC6; }
p { color: rgb(108,218,198); }
H1.HeaderClassName
{
color: #6CDAC6;
}
.AnyTagClassName
{
color: #6CDAC6;
}
</style>
background-color css
<style>
a { background-color: #6CDAC6; }
a { background-color: rgb(108,218,198); }
div.DivClassName
{
background-color: #6CDAC6;
}
.BgClassName
{
background-color: #6CDAC6;
}
</style>
border-color css
<style>
span { border-color: #6CDAC6; }
span { border-color: rgb(108,218,198); }
td.TdClassName
{
border-color: #6CDAC6;
}
.TagClassName
{
border-color: #6CDAC6;
}
</style>