Shades of Downy #6CECC4
Tints of Downy #6CECC4
RGB
CMYK
RGB Variations
Color information
#6CECC4 (or 0x6CECC4) is known color: Downy. HEX triplet: 6C, EC and C4. RGB value is (108,236,196). Sum of RGB (Red+Green+Blue) = 108+236+196=540 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECC4 is #93133B. Grayscale: #C1C1C1. Windows color (decimal): -9638716 or 12905580. OLE color: 12905580.
HSL color Cylindrical-coordinate representation of color #6CECC4: hue angle of 161.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CECC4 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 196 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.07 |
| HSL | 161.25º | 0.77% | 0.67% | - |
| HSV(B) | 161.25º | 0.54% | 0.93% | - |
| XYZ | 46.14 | 67.16 | 62.76 | - |
| YUV | 193.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 196 | 0.54 | 0 | 0.17 | 0.07 | 161.25 | 0.77 | 0.67 |
| Hex | 6C | EC | C4 | 36 | 0 | 11 | 7 | A1 | 4D | 43 |
| Octal | 154 | 354 | 304 | 66 | 0 | 21 | 7 | 241 | 115 | 103 |
| Binary | 1101100 | 11101100 | 11000100 | 110110 | 0 | 10001 | 111 | 10100001 | 1001101 | 1000011 |
Color Harmonies of #6CECC4
Complementary color
Monochromatic Colors of #6CECC4
Black with #6CECC4
Text Example
Text Example
White with #6CECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECC4; }
p { color: rgb(108,236,196); }
H1.HeaderClassName
{
color: #6CECC4;
}
.AnyTagClassName
{
color: #6CECC4;
}
</style>
background-color css
<style>
a { background-color: #6CECC4; }
a { background-color: rgb(108,236,196); }
div.DivClassName
{
background-color: #6CECC4;
}
.BgClassName
{
background-color: #6CECC4;
}
</style>
border-color css
<style>
span { border-color: #6CECC4; }
span { border-color: rgb(108,236,196); }
td.TdClassName
{
border-color: #6CECC4;
}
.TagClassName
{
border-color: #6CECC4;
}
</style>