Shades of Downy #6CDACA
Tints of Downy #6CDACA
RGB
CMYK
RGB Variations
Color information
#6CDACA (or 0x6CDACA) is known color: Downy. HEX triplet: 6C, DA and CA. RGB value is (108,218,202). Sum of RGB (Red+Green+Blue) = 108+218+202=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDACA is #932535. Grayscale: #B7B7B7. Windows color (decimal): -9643318 or 13294188. OLE color: 13294188.
HSL color Cylindrical-coordinate representation of color #6CDACA: hue angle of 171.27º 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 #6CDACA is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 202 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.15 |
| HSL | 171.27º | 0.6% | 0.64% | - |
| HSV(B) | 171.27º | 0.5% | 0.85% | - |
| XYZ | 41.92 | 57.6 | 64.78 | - |
| YUV | 183.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 202 | 0.50 | 0 | 0.07 | 0.15 | 171.27 | 0.6 | 0.64 |
| Hex | 6C | DA | CA | 32 | 0 | 7 | F | AB | 3C | 40 |
| Octal | 154 | 332 | 312 | 62 | 0 | 7 | 17 | 253 | 74 | 100 |
| Binary | 1101100 | 11011010 | 11001010 | 110010 | 0 | 111 | 1111 | 10101011 | 111100 | 1000000 |
Color Harmonies of #6CDACA
Complementary color
Monochromatic Colors of #6CDACA
Black with #6CDACA
Text Example
Text Example
White with #6CDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDACA; }
p { color: rgb(108,218,202); }
H1.HeaderClassName
{
color: #6CDACA;
}
.AnyTagClassName
{
color: #6CDACA;
}
</style>
background-color css
<style>
a { background-color: #6CDACA; }
a { background-color: rgb(108,218,202); }
div.DivClassName
{
background-color: #6CDACA;
}
.BgClassName
{
background-color: #6CDACA;
}
</style>
border-color css
<style>
span { border-color: #6CDACA; }
span { border-color: rgb(108,218,202); }
td.TdClassName
{
border-color: #6CDACA;
}
.TagClassName
{
border-color: #6CDACA;
}
</style>