Shades of Downy #6CECBB
Tints of Downy #6CECBB
RGB
CMYK
RGB Variations
Color information
#6CECBB (or 0x6CECBB) is known color: Downy. HEX triplet: 6C, EC and BB. RGB value is (108,236,187). Sum of RGB (Red+Green+Blue) = 108+236+187=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECBB is #931344. Grayscale: #C0C0C0. Windows color (decimal): -9638725 or 12315756. OLE color: 12315756.
HSL color Cylindrical-coordinate representation of color #6CECBB: hue angle of 157.03º 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 #6CECBB is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 187 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.07 |
| HSL | 157.03º | 0.77% | 0.67% | - |
| HSV(B) | 157.03º | 0.54% | 0.93% | - |
| XYZ | 45.15 | 66.77 | 57.52 | - |
| YUV | 192.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 187 | 0.54 | 0 | 0.21 | 0.07 | 157.03 | 0.77 | 0.67 |
| Hex | 6C | EC | BB | 36 | 0 | 15 | 7 | 9D | 4D | 43 |
| Octal | 154 | 354 | 273 | 66 | 0 | 25 | 7 | 235 | 115 | 103 |
| Binary | 1101100 | 11101100 | 10111011 | 110110 | 0 | 10101 | 111 | 10011101 | 1001101 | 1000011 |
Color Harmonies of #6CECBB
Complementary color
Monochromatic Colors of #6CECBB
Black with #6CECBB
Text Example
Text Example
White with #6CECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECBB; }
p { color: rgb(108,236,187); }
H1.HeaderClassName
{
color: #6CECBB;
}
.AnyTagClassName
{
color: #6CECBB;
}
</style>
background-color css
<style>
a { background-color: #6CECBB; }
a { background-color: rgb(108,236,187); }
div.DivClassName
{
background-color: #6CECBB;
}
.BgClassName
{
background-color: #6CECBB;
}
</style>
border-color css
<style>
span { border-color: #6CECBB; }
span { border-color: rgb(108,236,187); }
td.TdClassName
{
border-color: #6CECBB;
}
.TagClassName
{
border-color: #6CECBB;
}
</style>