Shades of Downy #6FD5B7
Tints of Downy #6FD5B7
RGB
CMYK
RGB Variations
Color information
#6FD5B7 (or 0x6FD5B7) is known color: Downy. HEX triplet: 6F, D5 and B7. RGB value is (111,213,183). Sum of RGB (Red+Green+Blue) = 111+213+183=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5B7 is #902A48. Grayscale: #B3B3B3. Windows color (decimal): -9448009 or 12047727. OLE color: 12047727.
HSL color Cylindrical-coordinate representation of color #6FD5B7: hue angle of 162.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD5B7 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 183 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.16 |
| HSL | 162.35º | 0.55% | 0.64% | - |
| HSV(B) | 162.35º | 0.48% | 0.84% | - |
| XYZ | 38.9 | 54.39 | 53.25 | - |
| YUV | 179.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 183 | 0.48 | 0 | 0.14 | 0.16 | 162.35 | 0.55 | 0.64 |
| Hex | 6F | D5 | B7 | 30 | 0 | E | 10 | A2 | 37 | 40 |
| Octal | 157 | 325 | 267 | 60 | 0 | 16 | 20 | 242 | 67 | 100 |
| Binary | 1101111 | 11010101 | 10110111 | 110000 | 0 | 1110 | 10000 | 10100010 | 110111 | 1000000 |
Color Harmonies of #6FD5B7
Complementary color
Monochromatic Colors of #6FD5B7
Black with #6FD5B7
Text Example
Text Example
White with #6FD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD5B7; }
p { color: rgb(111,213,183); }
H1.HeaderClassName
{
color: #6FD5B7;
}
.AnyTagClassName
{
color: #6FD5B7;
}
</style>
background-color css
<style>
a { background-color: #6FD5B7; }
a { background-color: rgb(111,213,183); }
div.DivClassName
{
background-color: #6FD5B7;
}
.BgClassName
{
background-color: #6FD5B7;
}
</style>
border-color css
<style>
span { border-color: #6FD5B7; }
span { border-color: rgb(111,213,183); }
td.TdClassName
{
border-color: #6FD5B7;
}
.TagClassName
{
border-color: #6FD5B7;
}
</style>