Shades of Downy #6FDCB7
Tints of Downy #6FDCB7
RGB
CMYK
RGB Variations
Color information
#6FDCB7 (or 0x6FDCB7) is known color: Downy. HEX triplet: 6F, DC and B7. RGB value is (111,220,183). Sum of RGB (Red+Green+Blue) = 111+220+183=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCB7 is #902348. Grayscale: #B7B7B7. Windows color (decimal): -9446217 or 12049519. OLE color: 12049519.
HSL color Cylindrical-coordinate representation of color #6FDCB7: hue angle of 159.63º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCB7 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 183 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.14 |
| HSL | 159.63º | 0.61% | 0.65% | - |
| HSV(B) | 159.63º | 0.5% | 0.86% | - |
| XYZ | 40.7 | 57.98 | 53.85 | - |
| YUV | 183.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 183 | 0.50 | 0 | 0.17 | 0.14 | 159.63 | 0.61 | 0.65 |
| Hex | 6F | DC | B7 | 32 | 0 | 11 | E | A0 | 3D | 41 |
| Octal | 157 | 334 | 267 | 62 | 0 | 21 | 16 | 240 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10110111 | 110010 | 0 | 10001 | 1110 | 10100000 | 111101 | 1000001 |
Color Harmonies of #6FDCB7
Complementary color
Monochromatic Colors of #6FDCB7
Black with #6FDCB7
Text Example
Text Example
White with #6FDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCB7; }
p { color: rgb(111,220,183); }
H1.HeaderClassName
{
color: #6FDCB7;
}
.AnyTagClassName
{
color: #6FDCB7;
}
</style>
background-color css
<style>
a { background-color: #6FDCB7; }
a { background-color: rgb(111,220,183); }
div.DivClassName
{
background-color: #6FDCB7;
}
.BgClassName
{
background-color: #6FDCB7;
}
</style>
border-color css
<style>
span { border-color: #6FDCB7; }
span { border-color: rgb(111,220,183); }
td.TdClassName
{
border-color: #6FDCB7;
}
.TagClassName
{
border-color: #6FDCB7;
}
</style>