Shades of Downy #6FD9BD
Tints of Downy #6FD9BD
RGB
CMYK
RGB Variations
Color information
#6FD9BD (or 0x6FD9BD) is known color: Downy. HEX triplet: 6F, D9 and BD. RGB value is (111,217,189). Sum of RGB (Red+Green+Blue) = 111+217+189=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9BD is #902642. Grayscale: #B6B6B6. Windows color (decimal): -9446979 or 12441967. OLE color: 12441967.
HSL color Cylindrical-coordinate representation of color #6FD9BD: hue angle of 164.15º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD9BD is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 189 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.15 |
| HSL | 164.15º | 0.58% | 0.64% | - |
| HSV(B) | 164.15º | 0.49% | 0.85% | - |
| XYZ | 40.55 | 56.68 | 56.95 | - |
| YUV | 182.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 189 | 0.49 | 0 | 0.13 | 0.15 | 164.15 | 0.58 | 0.64 |
| Hex | 6F | D9 | BD | 31 | 0 | D | F | A4 | 3A | 40 |
| Octal | 157 | 331 | 275 | 61 | 0 | 15 | 17 | 244 | 72 | 100 |
| Binary | 1101111 | 11011001 | 10111101 | 110001 | 0 | 1101 | 1111 | 10100100 | 111010 | 1000000 |
Color Harmonies of #6FD9BD
Complementary color
Monochromatic Colors of #6FD9BD
Black with #6FD9BD
Text Example
Text Example
White with #6FD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD9BD; }
p { color: rgb(111,217,189); }
H1.HeaderClassName
{
color: #6FD9BD;
}
.AnyTagClassName
{
color: #6FD9BD;
}
</style>
background-color css
<style>
a { background-color: #6FD9BD; }
a { background-color: rgb(111,217,189); }
div.DivClassName
{
background-color: #6FD9BD;
}
.BgClassName
{
background-color: #6FD9BD;
}
</style>
border-color css
<style>
span { border-color: #6FD9BD; }
span { border-color: rgb(111,217,189); }
td.TdClassName
{
border-color: #6FD9BD;
}
.TagClassName
{
border-color: #6FD9BD;
}
</style>