Shades of Downy #6FDDB6
Tints of Downy #6FDDB6
RGB
CMYK
RGB Variations
Color information
#6FDDB6 (or 0x6FDDB6) is known color: Downy. HEX triplet: 6F, DD and B6. RGB value is (111,221,182). Sum of RGB (Red+Green+Blue) = 111+221+182=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDB6 is #902249. Grayscale: #B7B7B7. Windows color (decimal): -9445962 or 11984239. OLE color: 11984239.
HSL color Cylindrical-coordinate representation of color #6FDDB6: hue angle of 158.73º degrees, saturation: 0.62, 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 #6FDDB6 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 182 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.13 |
| HSL | 158.73º | 0.62% | 0.65% | - |
| HSV(B) | 158.73º | 0.5% | 0.87% | - |
| XYZ | 40.86 | 58.47 | 53.39 | - |
| YUV | 183.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 182 | 0.50 | 0 | 0.18 | 0.13 | 158.73 | 0.62 | 0.65 |
| Hex | 6F | DD | B6 | 32 | 0 | 12 | D | 9F | 3E | 41 |
| Octal | 157 | 335 | 266 | 62 | 0 | 22 | 15 | 237 | 76 | 101 |
| Binary | 1101111 | 11011101 | 10110110 | 110010 | 0 | 10010 | 1101 | 10011111 | 111110 | 1000001 |
Color Harmonies of #6FDDB6
Complementary color
Monochromatic Colors of #6FDDB6
Black with #6FDDB6
Text Example
Text Example
White with #6FDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDB6; }
p { color: rgb(111,221,182); }
H1.HeaderClassName
{
color: #6FDDB6;
}
.AnyTagClassName
{
color: #6FDDB6;
}
</style>
background-color css
<style>
a { background-color: #6FDDB6; }
a { background-color: rgb(111,221,182); }
div.DivClassName
{
background-color: #6FDDB6;
}
.BgClassName
{
background-color: #6FDDB6;
}
</style>
border-color css
<style>
span { border-color: #6FDDB6; }
span { border-color: rgb(111,221,182); }
td.TdClassName
{
border-color: #6FDDB6;
}
.TagClassName
{
border-color: #6FDDB6;
}
</style>