Shades of Downy #6FECB4
Tints of Downy #6FECB4
RGB
CMYK
RGB Variations
Color information
#6FECB4 (or 0x6FECB4) is known color: Downy. HEX triplet: 6F, EC and B4. RGB value is (111,236,180). Sum of RGB (Red+Green+Blue) = 111+236+180=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECB4 is #90134B. Grayscale: #C0C0C0. Windows color (decimal): -9442124 or 11857007. OLE color: 11857007.
HSL color Cylindrical-coordinate representation of color #6FECB4: hue angle of 153.12º 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 #6FECB4 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 180 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.07 |
| HSL | 153.12º | 0.77% | 0.68% | - |
| HSV(B) | 153.12º | 0.53% | 0.93% | - |
| XYZ | 44.79 | 66.67 | 53.69 | - |
| YUV | 192.24 | 121.09 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 180 | 0.53 | 0 | 0.24 | 0.07 | 153.12 | 0.77 | 0.68 |
| Hex | 6F | EC | B4 | 35 | 0 | 18 | 7 | 99 | 4D | 44 |
| Octal | 157 | 354 | 264 | 65 | 0 | 30 | 7 | 231 | 115 | 104 |
| Binary | 1101111 | 11101100 | 10110100 | 110101 | 0 | 11000 | 111 | 10011001 | 1001101 | 1000100 |
Color Harmonies of #6FECB4
Complementary color
Monochromatic Colors of #6FECB4
Black with #6FECB4
Text Example
Text Example
White with #6FECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECB4; }
p { color: rgb(111,236,180); }
H1.HeaderClassName
{
color: #6FECB4;
}
.AnyTagClassName
{
color: #6FECB4;
}
</style>
background-color css
<style>
a { background-color: #6FECB4; }
a { background-color: rgb(111,236,180); }
div.DivClassName
{
background-color: #6FECB4;
}
.BgClassName
{
background-color: #6FECB4;
}
</style>
border-color css
<style>
span { border-color: #6FECB4; }
span { border-color: rgb(111,236,180); }
td.TdClassName
{
border-color: #6FECB4;
}
.TagClassName
{
border-color: #6FECB4;
}
</style>