Shades of Downy #6CDAC0
Tints of Downy #6CDAC0
RGB
CMYK
RGB Variations
Color information
#6CDAC0 (or 0x6CDAC0) is known color: Downy. HEX triplet: 6C, DA and C0. RGB value is (108,218,192). Sum of RGB (Red+Green+Blue) = 108+218+192=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAC0 is #93253F. Grayscale: #B6B6B6. Windows color (decimal): -9643328 or 12638828. OLE color: 12638828.
HSL color Cylindrical-coordinate representation of color #6CDAC0: hue angle of 165.82º 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 #6CDAC0 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 192 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.15 |
| HSL | 165.82º | 0.6% | 0.64% | - |
| HSV(B) | 165.82º | 0.5% | 0.85% | - |
| XYZ | 40.77 | 57.14 | 58.75 | - |
| YUV | 182.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 192 | 0.50 | 0 | 0.12 | 0.15 | 165.82 | 0.6 | 0.64 |
| Hex | 6C | DA | C0 | 32 | 0 | C | F | A6 | 3C | 40 |
| Octal | 154 | 332 | 300 | 62 | 0 | 14 | 17 | 246 | 74 | 100 |
| Binary | 1101100 | 11011010 | 11000000 | 110010 | 0 | 1100 | 1111 | 10100110 | 111100 | 1000000 |
Color Harmonies of #6CDAC0
Complementary color
Monochromatic Colors of #6CDAC0
Black with #6CDAC0
Text Example
Text Example
White with #6CDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAC0; }
p { color: rgb(108,218,192); }
H1.HeaderClassName
{
color: #6CDAC0;
}
.AnyTagClassName
{
color: #6CDAC0;
}
</style>
background-color css
<style>
a { background-color: #6CDAC0; }
a { background-color: rgb(108,218,192); }
div.DivClassName
{
background-color: #6CDAC0;
}
.BgClassName
{
background-color: #6CDAC0;
}
</style>
border-color css
<style>
span { border-color: #6CDAC0; }
span { border-color: rgb(108,218,192); }
td.TdClassName
{
border-color: #6CDAC0;
}
.TagClassName
{
border-color: #6CDAC0;
}
</style>