Shades of Downy #6FEDBE
Tints of Downy #6FEDBE
RGB
CMYK
RGB Variations
Color information
#6FEDBE (or 0x6FEDBE) is known color: Downy. HEX triplet: 6F, ED and BE. RGB value is (111,237,190). Sum of RGB (Red+Green+Blue) = 111+237+190=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDBE is #901241. Grayscale: #C2C2C2. Windows color (decimal): -9441858 or 12512623. OLE color: 12512623.
HSL color Cylindrical-coordinate representation of color #6FEDBE: hue angle of 157.62º degrees, saturation: 0.78, 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 #6FEDBE is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 190 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.07 |
| HSL | 157.62º | 0.78% | 0.68% | - |
| HSV(B) | 157.62º | 0.53% | 0.93% | - |
| XYZ | 46.13 | 67.67 | 59.34 | - |
| YUV | 193.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 190 | 0.53 | 0 | 0.20 | 0.07 | 157.62 | 0.78 | 0.68 |
| Hex | 6F | ED | BE | 35 | 0 | 14 | 7 | 9E | 4E | 44 |
| Octal | 157 | 355 | 276 | 65 | 0 | 24 | 7 | 236 | 116 | 104 |
| Binary | 1101111 | 11101101 | 10111110 | 110101 | 0 | 10100 | 111 | 10011110 | 1001110 | 1000100 |
Color Harmonies of #6FEDBE
Complementary color
Monochromatic Colors of #6FEDBE
Black with #6FEDBE
Text Example
Text Example
White with #6FEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDBE; }
p { color: rgb(111,237,190); }
H1.HeaderClassName
{
color: #6FEDBE;
}
.AnyTagClassName
{
color: #6FEDBE;
}
</style>
background-color css
<style>
a { background-color: #6FEDBE; }
a { background-color: rgb(111,237,190); }
div.DivClassName
{
background-color: #6FEDBE;
}
.BgClassName
{
background-color: #6FEDBE;
}
</style>
border-color css
<style>
span { border-color: #6FEDBE; }
span { border-color: rgb(111,237,190); }
td.TdClassName
{
border-color: #6FEDBE;
}
.TagClassName
{
border-color: #6FEDBE;
}
</style>