Shades of Downy #6FDEB5
Tints of Downy #6FDEB5
RGB
CMYK
RGB Variations
Color information
#6FDEB5 (or 0x6FDEB5) is known color: Downy. HEX triplet: 6F, DE and B5. RGB value is (111,222,181). Sum of RGB (Red+Green+Blue) = 111+222+181=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEB5 is #90214A. Grayscale: #B8B8B8. Windows color (decimal): -9445707 or 11918959. OLE color: 11918959.
HSL color Cylindrical-coordinate representation of color #6FDEB5: hue angle of 157.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDEB5 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 181 | - |
| CMYK | 0.5 | 0 | 0.18 | 0.13 |
| HSL | 157.84º | 0.63% | 0.65% | - |
| HSV(B) | 157.84º | 0.5% | 0.87% | - |
| XYZ | 41.02 | 58.96 | 52.93 | - |
| YUV | 184.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 181 | 0.5 | 0 | 0.18 | 0.13 | 157.84 | 0.63 | 0.65 |
| Hex | 6F | DE | B5 | 32 | 0 | 12 | D | 9E | 3F | 41 |
| Octal | 157 | 336 | 265 | 62 | 0 | 22 | 15 | 236 | 77 | 101 |
| Binary | 1101111 | 11011110 | 10110101 | 110010 | 0 | 10010 | 1101 | 10011110 | 111111 | 1000001 |
Color Harmonies of #6FDEB5
Complementary color
Monochromatic Colors of #6FDEB5
Black with #6FDEB5
Text Example
Text Example
White with #6FDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEB5; }
p { color: rgb(111,222,181); }
H1.HeaderClassName
{
color: #6FDEB5;
}
.AnyTagClassName
{
color: #6FDEB5;
}
</style>
background-color css
<style>
a { background-color: #6FDEB5; }
a { background-color: rgb(111,222,181); }
div.DivClassName
{
background-color: #6FDEB5;
}
.BgClassName
{
background-color: #6FDEB5;
}
</style>
border-color css
<style>
span { border-color: #6FDEB5; }
span { border-color: rgb(111,222,181); }
td.TdClassName
{
border-color: #6FDEB5;
}
.TagClassName
{
border-color: #6FDEB5;
}
</style>