Shades of Downy #6FDEBD
Tints of Downy #6FDEBD
RGB
CMYK
RGB Variations
Color information
#6FDEBD (or 0x6FDEBD) is known color: Downy. HEX triplet: 6F, DE and BD. RGB value is (111,222,189). Sum of RGB (Red+Green+Blue) = 111+222+189=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEBD is #902142. Grayscale: #B9B9B9. Windows color (decimal): -9445699 or 12443247. OLE color: 12443247.
HSL color Cylindrical-coordinate representation of color #6FDEBD: hue angle of 162.16º 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 #6FDEBD is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 189 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.13 |
| HSL | 162.16º | 0.63% | 0.65% | - |
| HSV(B) | 162.16º | 0.5% | 0.87% | - |
| XYZ | 41.86 | 59.3 | 57.38 | - |
| YUV | 185.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 189 | 0.5 | 0 | 0.15 | 0.13 | 162.16 | 0.63 | 0.65 |
| Hex | 6F | DE | BD | 32 | 0 | F | D | A2 | 3F | 41 |
| Octal | 157 | 336 | 275 | 62 | 0 | 17 | 15 | 242 | 77 | 101 |
| Binary | 1101111 | 11011110 | 10111101 | 110010 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000001 |
Color Harmonies of #6FDEBD
Complementary color
Monochromatic Colors of #6FDEBD
Black with #6FDEBD
Text Example
Text Example
White with #6FDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEBD; }
p { color: rgb(111,222,189); }
H1.HeaderClassName
{
color: #6FDEBD;
}
.AnyTagClassName
{
color: #6FDEBD;
}
</style>
background-color css
<style>
a { background-color: #6FDEBD; }
a { background-color: rgb(111,222,189); }
div.DivClassName
{
background-color: #6FDEBD;
}
.BgClassName
{
background-color: #6FDEBD;
}
</style>
border-color css
<style>
span { border-color: #6FDEBD; }
span { border-color: rgb(111,222,189); }
td.TdClassName
{
border-color: #6FDEBD;
}
.TagClassName
{
border-color: #6FDEBD;
}
</style>