Shades of Downy #6CDECA
Tints of Downy #6CDECA
RGB
CMYK
RGB Variations
Color information
#6CDECA (or 0x6CDECA) is known color: Downy. HEX triplet: 6C, DE and CA. RGB value is (108,222,202). Sum of RGB (Red+Green+Blue) = 108+222+202=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDECA is #932135. Grayscale: #B9B9B9. Windows color (decimal): -9642294 or 13295212. OLE color: 13295212.
HSL color Cylindrical-coordinate representation of color #6CDECA: hue angle of 169.47º degrees, saturation: 0.63, 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 #6CDECA is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 202 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.13 |
| HSL | 169.47º | 0.63% | 0.65% | - |
| HSV(B) | 169.47º | 0.51% | 0.87% | - |
| XYZ | 42.97 | 59.69 | 65.13 | - |
| YUV | 185.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 202 | 0.51 | 0 | 0.09 | 0.13 | 169.47 | 0.63 | 0.65 |
| Hex | 6C | DE | CA | 33 | 0 | 9 | D | A9 | 3F | 41 |
| Octal | 154 | 336 | 312 | 63 | 0 | 11 | 15 | 251 | 77 | 101 |
| Binary | 1101100 | 11011110 | 11001010 | 110011 | 0 | 1001 | 1101 | 10101001 | 111111 | 1000001 |
Color Harmonies of #6CDECA
Complementary color
Monochromatic Colors of #6CDECA
Black with #6CDECA
Text Example
Text Example
White with #6CDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDECA; }
p { color: rgb(108,222,202); }
H1.HeaderClassName
{
color: #6CDECA;
}
.AnyTagClassName
{
color: #6CDECA;
}
</style>
background-color css
<style>
a { background-color: #6CDECA; }
a { background-color: rgb(108,222,202); }
div.DivClassName
{
background-color: #6CDECA;
}
.BgClassName
{
background-color: #6CDECA;
}
</style>
border-color css
<style>
span { border-color: #6CDECA; }
span { border-color: rgb(108,222,202); }
td.TdClassName
{
border-color: #6CDECA;
}
.TagClassName
{
border-color: #6CDECA;
}
</style>