Shades of Downy #6FECC3
Tints of Downy #6FECC3
RGB
CMYK
RGB Variations
Color information
#6FECC3 (or 0x6FECC3) is known color: Downy. HEX triplet: 6F, EC and C3. RGB value is (111,236,195). Sum of RGB (Red+Green+Blue) = 111+236+195=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECC3 is #90133C. Grayscale: #C1C1C1. Windows color (decimal): -9442109 or 12840047. OLE color: 12840047.
HSL color Cylindrical-coordinate representation of color #6FECC3: hue angle of 160.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FECC3 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 195 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.07 |
| HSL | 160.32º | 0.77% | 0.68% | - |
| HSV(B) | 160.32º | 0.53% | 0.93% | - |
| XYZ | 46.4 | 67.31 | 62.18 | - |
| YUV | 193.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 195 | 0.53 | 0 | 0.17 | 0.07 | 160.32 | 0.77 | 0.68 |
| Hex | 6F | EC | C3 | 35 | 0 | 11 | 7 | A0 | 4D | 44 |
| Octal | 157 | 354 | 303 | 65 | 0 | 21 | 7 | 240 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11000011 | 110101 | 0 | 10001 | 111 | 10100000 | 1001101 | 1000100 |
Color Harmonies of #6FECC3
Complementary color
Monochromatic Colors of #6FECC3
Black with #6FECC3
Text Example
Text Example
White with #6FECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECC3; }
p { color: rgb(111,236,195); }
H1.HeaderClassName
{
color: #6FECC3;
}
.AnyTagClassName
{
color: #6FECC3;
}
</style>
background-color css
<style>
a { background-color: #6FECC3; }
a { background-color: rgb(111,236,195); }
div.DivClassName
{
background-color: #6FECC3;
}
.BgClassName
{
background-color: #6FECC3;
}
</style>
border-color css
<style>
span { border-color: #6FECC3; }
span { border-color: rgb(111,236,195); }
td.TdClassName
{
border-color: #6FECC3;
}
.TagClassName
{
border-color: #6FECC3;
}
</style>