Shades of Downy #6FECC5
Tints of Downy #6FECC5
RGB
CMYK
RGB Variations
Color information
#6FECC5 (or 0x6FECC5) is known color: Downy. HEX triplet: 6F, EC and C5. RGB value is (111,236,197). Sum of RGB (Red+Green+Blue) = 111+236+197=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECC5 is #90133A. Grayscale: #C2C2C2. Windows color (decimal): -9442107 or 12971119. OLE color: 12971119.
HSL color Cylindrical-coordinate representation of color #6FECC5: hue angle of 161.28º 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 #6FECC5 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 197 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.07 |
| HSL | 161.28º | 0.77% | 0.68% | - |
| HSV(B) | 161.28º | 0.53% | 0.93% | - |
| XYZ | 46.63 | 67.4 | 63.38 | - |
| YUV | 194.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 197 | 0.53 | 0 | 0.17 | 0.07 | 161.28 | 0.77 | 0.68 |
| Hex | 6F | EC | C5 | 35 | 0 | 11 | 7 | A1 | 4D | 44 |
| Octal | 157 | 354 | 305 | 65 | 0 | 21 | 7 | 241 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11000101 | 110101 | 0 | 10001 | 111 | 10100001 | 1001101 | 1000100 |
Color Harmonies of #6FECC5
Complementary color
Monochromatic Colors of #6FECC5
Black with #6FECC5
Text Example
Text Example
White with #6FECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECC5; }
p { color: rgb(111,236,197); }
H1.HeaderClassName
{
color: #6FECC5;
}
.AnyTagClassName
{
color: #6FECC5;
}
</style>
background-color css
<style>
a { background-color: #6FECC5; }
a { background-color: rgb(111,236,197); }
div.DivClassName
{
background-color: #6FECC5;
}
.BgClassName
{
background-color: #6FECC5;
}
</style>
border-color css
<style>
span { border-color: #6FECC5; }
span { border-color: rgb(111,236,197); }
td.TdClassName
{
border-color: #6FECC5;
}
.TagClassName
{
border-color: #6FECC5;
}
</style>