Shades of Downy #6FECBB
Tints of Downy #6FECBB
RGB
CMYK
RGB Variations
Color information
#6FECBB (or 0x6FECBB) is known color: Downy. HEX triplet: 6F, EC and BB. RGB value is (111,236,187). Sum of RGB (Red+Green+Blue) = 111+236+187=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECBB is #901344. Grayscale: #C1C1C1. Windows color (decimal): -9442117 or 12315759. OLE color: 12315759.
HSL color Cylindrical-coordinate representation of color #6FECBB: hue angle of 156.48º 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 #6FECBB is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 187 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 156.48º | 0.77% | 0.68% | - |
| HSV(B) | 156.48º | 0.53% | 0.93% | - |
| XYZ | 45.52 | 66.96 | 57.54 | - |
| YUV | 193.04 | 124.59 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 187 | 0.53 | 0 | 0.21 | 0.07 | 156.48 | 0.77 | 0.68 |
| Hex | 6F | EC | BB | 35 | 0 | 15 | 7 | 9C | 4D | 44 |
| Octal | 157 | 354 | 273 | 65 | 0 | 25 | 7 | 234 | 115 | 104 |
| Binary | 1101111 | 11101100 | 10111011 | 110101 | 0 | 10101 | 111 | 10011100 | 1001101 | 1000100 |
Color Harmonies of #6FECBB
Complementary color
Monochromatic Colors of #6FECBB
Black with #6FECBB
Text Example
Text Example
White with #6FECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECBB; }
p { color: rgb(111,236,187); }
H1.HeaderClassName
{
color: #6FECBB;
}
.AnyTagClassName
{
color: #6FECBB;
}
</style>
background-color css
<style>
a { background-color: #6FECBB; }
a { background-color: rgb(111,236,187); }
div.DivClassName
{
background-color: #6FECBB;
}
.BgClassName
{
background-color: #6FECBB;
}
</style>
border-color css
<style>
span { border-color: #6FECBB; }
span { border-color: rgb(111,236,187); }
td.TdClassName
{
border-color: #6FECBB;
}
.TagClassName
{
border-color: #6FECBB;
}
</style>