Shades of Downy #6FECB5
Tints of Downy #6FECB5
RGB
CMYK
RGB Variations
Color information
#6FECB5 (or 0x6FECB5) is known color: Downy. HEX triplet: 6F, EC and B5. RGB value is (111,236,181). Sum of RGB (Red+Green+Blue) = 111+236+181=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECB5 is #90134A. Grayscale: #C0C0C0. Windows color (decimal): -9442123 or 11922543. OLE color: 11922543.
HSL color Cylindrical-coordinate representation of color #6FECB5: hue angle of 153.6º 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 #6FECB5 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 181 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.07 |
| HSL | 153.6º | 0.77% | 0.68% | - |
| HSV(B) | 153.6º | 0.53% | 0.93% | - |
| XYZ | 44.89 | 66.71 | 54.23 | - |
| YUV | 192.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 181 | 0.53 | 0 | 0.23 | 0.07 | 153.6 | 0.77 | 0.68 |
| Hex | 6F | EC | B5 | 35 | 0 | 17 | 7 | 9A | 4D | 44 |
| Octal | 157 | 354 | 265 | 65 | 0 | 27 | 7 | 232 | 115 | 104 |
| Binary | 1101111 | 11101100 | 10110101 | 110101 | 0 | 10111 | 111 | 10011010 | 1001101 | 1000100 |
Color Harmonies of #6FECB5
Complementary color
Monochromatic Colors of #6FECB5
Black with #6FECB5
Text Example
Text Example
White with #6FECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECB5; }
p { color: rgb(111,236,181); }
H1.HeaderClassName
{
color: #6FECB5;
}
.AnyTagClassName
{
color: #6FECB5;
}
</style>
background-color css
<style>
a { background-color: #6FECB5; }
a { background-color: rgb(111,236,181); }
div.DivClassName
{
background-color: #6FECB5;
}
.BgClassName
{
background-color: #6FECB5;
}
</style>
border-color css
<style>
span { border-color: #6FECB5; }
span { border-color: rgb(111,236,181); }
td.TdClassName
{
border-color: #6FECB5;
}
.TagClassName
{
border-color: #6FECB5;
}
</style>