Shades of Downy #6CDACE
Tints of Downy #6CDACE
RGB
CMYK
RGB Variations
Color information
#6CDACE (or 0x6CDACE) is known color: Downy. HEX triplet: 6C, DA and CE. RGB value is (108,218,206). Sum of RGB (Red+Green+Blue) = 108+218+206=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDACE is #932531. Grayscale: #B7B7B7. Windows color (decimal): -9643314 or 13556332. OLE color: 13556332.
HSL color Cylindrical-coordinate representation of color #6CDACE: hue angle of 173.45º 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 #6CDACE is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 206 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.15 |
| HSL | 173.45º | 0.6% | 0.64% | - |
| HSV(B) | 173.45º | 0.5% | 0.85% | - |
| XYZ | 42.4 | 57.79 | 67.31 | - |
| YUV | 183.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 206 | 0.50 | 0 | 0.06 | 0.15 | 173.45 | 0.6 | 0.64 |
| Hex | 6C | DA | CE | 32 | 0 | 6 | F | AD | 3C | 40 |
| Octal | 154 | 332 | 316 | 62 | 0 | 6 | 17 | 255 | 74 | 100 |
| Binary | 1101100 | 11011010 | 11001110 | 110010 | 0 | 110 | 1111 | 10101101 | 111100 | 1000000 |
Color Harmonies of #6CDACE
Complementary color
Monochromatic Colors of #6CDACE
Black with #6CDACE
Text Example
Text Example
White with #6CDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDACE; }
p { color: rgb(108,218,206); }
H1.HeaderClassName
{
color: #6CDACE;
}
.AnyTagClassName
{
color: #6CDACE;
}
</style>
background-color css
<style>
a { background-color: #6CDACE; }
a { background-color: rgb(108,218,206); }
div.DivClassName
{
background-color: #6CDACE;
}
.BgClassName
{
background-color: #6CDACE;
}
</style>
border-color css
<style>
span { border-color: #6CDACE; }
span { border-color: rgb(108,218,206); }
td.TdClassName
{
border-color: #6CDACE;
}
.TagClassName
{
border-color: #6CDACE;
}
</style>