Shades of Downy #6FECBA
Tints of Downy #6FECBA
RGB
CMYK
RGB Variations
Color information
#6FECBA (or 0x6FECBA) is known color: Downy. HEX triplet: 6F, EC and BA. RGB value is (111,236,186). Sum of RGB (Red+Green+Blue) = 111+236+186=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECBA is #901345. Grayscale: #C0C0C0. Windows color (decimal): -9442118 or 12250223. OLE color: 12250223.
HSL color Cylindrical-coordinate representation of color #6FECBA: hue angle of 156º 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 #6FECBA is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 186 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 156º | 0.77% | 0.68% | - |
| HSV(B) | 156º | 0.53% | 0.93% | - |
| XYZ | 45.41 | 66.92 | 56.98 | - |
| YUV | 192.93 | 124.09 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 186 | 0.53 | 0 | 0.21 | 0.07 | 156 | 0.77 | 0.68 |
| Hex | 6F | EC | BA | 35 | 0 | 15 | 7 | 9C | 4D | 44 |
| Octal | 157 | 354 | 272 | 65 | 0 | 25 | 7 | 234 | 115 | 104 |
| Binary | 1101111 | 11101100 | 10111010 | 110101 | 0 | 10101 | 111 | 10011100 | 1001101 | 1000100 |
Color Harmonies of #6FECBA
Complementary color
Monochromatic Colors of #6FECBA
Black with #6FECBA
Text Example
Text Example
White with #6FECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECBA; }
p { color: rgb(111,236,186); }
H1.HeaderClassName
{
color: #6FECBA;
}
.AnyTagClassName
{
color: #6FECBA;
}
</style>
background-color css
<style>
a { background-color: #6FECBA; }
a { background-color: rgb(111,236,186); }
div.DivClassName
{
background-color: #6FECBA;
}
.BgClassName
{
background-color: #6FECBA;
}
</style>
border-color css
<style>
span { border-color: #6FECBA; }
span { border-color: rgb(111,236,186); }
td.TdClassName
{
border-color: #6FECBA;
}
.TagClassName
{
border-color: #6FECBA;
}
</style>