Shades of Downy #6FECBE
Tints of Downy #6FECBE
RGB
CMYK
RGB Variations
Color information
#6FECBE (or 0x6FECBE) is known color: Downy. HEX triplet: 6F, EC and BE. RGB value is (111,236,190). Sum of RGB (Red+Green+Blue) = 111+236+190=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECBE is #901341. Grayscale: #C1C1C1. Windows color (decimal): -9442114 or 12512367. OLE color: 12512367.
HSL color Cylindrical-coordinate representation of color #6FECBE: hue angle of 157.92º 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 #6FECBE is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 190 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.07 |
| HSL | 157.92º | 0.77% | 0.68% | - |
| HSV(B) | 157.92º | 0.53% | 0.93% | - |
| XYZ | 45.85 | 67.09 | 59.25 | - |
| YUV | 193.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 190 | 0.53 | 0 | 0.19 | 0.07 | 157.92 | 0.77 | 0.68 |
| Hex | 6F | EC | BE | 35 | 0 | 13 | 7 | 9E | 4D | 44 |
| Octal | 157 | 354 | 276 | 65 | 0 | 23 | 7 | 236 | 115 | 104 |
| Binary | 1101111 | 11101100 | 10111110 | 110101 | 0 | 10011 | 111 | 10011110 | 1001101 | 1000100 |
Color Harmonies of #6FECBE
Complementary color
Monochromatic Colors of #6FECBE
Black with #6FECBE
Text Example
Text Example
White with #6FECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECBE; }
p { color: rgb(111,236,190); }
H1.HeaderClassName
{
color: #6FECBE;
}
.AnyTagClassName
{
color: #6FECBE;
}
</style>
background-color css
<style>
a { background-color: #6FECBE; }
a { background-color: rgb(111,236,190); }
div.DivClassName
{
background-color: #6FECBE;
}
.BgClassName
{
background-color: #6FECBE;
}
</style>
border-color css
<style>
span { border-color: #6FECBE; }
span { border-color: rgb(111,236,190); }
td.TdClassName
{
border-color: #6FECBE;
}
.TagClassName
{
border-color: #6FECBE;
}
</style>