Shades of Downy #6FEDB7
Tints of Downy #6FEDB7
RGB
CMYK
RGB Variations
Color information
#6FEDB7 (or 0x6FEDB7) is known color: Downy. HEX triplet: 6F, ED and B7. RGB value is (111,237,183). Sum of RGB (Red+Green+Blue) = 111+237+183=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDB7 is #901248. Grayscale: #C1C1C1. Windows color (decimal): -9441865 or 12053871. OLE color: 12053871.
HSL color Cylindrical-coordinate representation of color #6FEDB7: hue angle of 154.29º 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 #6FEDB7 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 183 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.07 |
| HSL | 154.29º | 0.78% | 0.68% | - |
| HSV(B) | 154.29º | 0.53% | 0.93% | - |
| XYZ | 45.39 | 67.37 | 55.41 | - |
| YUV | 193.17 | 122.26 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 183 | 0.53 | 0 | 0.23 | 0.07 | 154.29 | 0.78 | 0.68 |
| Hex | 6F | ED | B7 | 35 | 0 | 17 | 7 | 9A | 4E | 44 |
| Octal | 157 | 355 | 267 | 65 | 0 | 27 | 7 | 232 | 116 | 104 |
| Binary | 1101111 | 11101101 | 10110111 | 110101 | 0 | 10111 | 111 | 10011010 | 1001110 | 1000100 |
Color Harmonies of #6FEDB7
Complementary color
Monochromatic Colors of #6FEDB7
Black with #6FEDB7
Text Example
Text Example
White with #6FEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDB7; }
p { color: rgb(111,237,183); }
H1.HeaderClassName
{
color: #6FEDB7;
}
.AnyTagClassName
{
color: #6FEDB7;
}
</style>
background-color css
<style>
a { background-color: #6FEDB7; }
a { background-color: rgb(111,237,183); }
div.DivClassName
{
background-color: #6FEDB7;
}
.BgClassName
{
background-color: #6FEDB7;
}
</style>
border-color css
<style>
span { border-color: #6FEDB7; }
span { border-color: rgb(111,237,183); }
td.TdClassName
{
border-color: #6FEDB7;
}
.TagClassName
{
border-color: #6FEDB7;
}
</style>