Shades of Downy #6FDEBC
Tints of Downy #6FDEBC
RGB
CMYK
RGB Variations
Color information
#6FDEBC (or 0x6FDEBC) is known color: Downy. HEX triplet: 6F, DE and BC. RGB value is (111,222,188). Sum of RGB (Red+Green+Blue) = 111+222+188=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEBC is #902143. Grayscale: #B8B8B8. Windows color (decimal): -9445700 or 12377711. OLE color: 12377711.
HSL color Cylindrical-coordinate representation of color #6FDEBC: hue angle of 161.62º 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 #6FDEBC is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 188 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.13 |
| HSL | 161.62º | 0.63% | 0.65% | - |
| HSV(B) | 161.62º | 0.5% | 0.87% | - |
| XYZ | 41.75 | 59.25 | 56.81 | - |
| YUV | 184.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 188 | 0.5 | 0 | 0.15 | 0.13 | 161.62 | 0.63 | 0.65 |
| Hex | 6F | DE | BC | 32 | 0 | F | D | A2 | 3F | 41 |
| Octal | 157 | 336 | 274 | 62 | 0 | 17 | 15 | 242 | 77 | 101 |
| Binary | 1101111 | 11011110 | 10111100 | 110010 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000001 |
Color Harmonies of #6FDEBC
Complementary color
Monochromatic Colors of #6FDEBC
Black with #6FDEBC
Text Example
Text Example
White with #6FDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEBC; }
p { color: rgb(111,222,188); }
H1.HeaderClassName
{
color: #6FDEBC;
}
.AnyTagClassName
{
color: #6FDEBC;
}
</style>
background-color css
<style>
a { background-color: #6FDEBC; }
a { background-color: rgb(111,222,188); }
div.DivClassName
{
background-color: #6FDEBC;
}
.BgClassName
{
background-color: #6FDEBC;
}
</style>
border-color css
<style>
span { border-color: #6FDEBC; }
span { border-color: rgb(111,222,188); }
td.TdClassName
{
border-color: #6FDEBC;
}
.TagClassName
{
border-color: #6FDEBC;
}
</style>