Shades of Downy #6FD9C6
Tints of Downy #6FD9C6
RGB
CMYK
RGB Variations
Color information
#6FD9C6 (or 0x6FD9C6) is known color: Downy. HEX triplet: 6F, D9 and C6. RGB value is (111,217,198). Sum of RGB (Red+Green+Blue) = 111+217+198=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9C6 is #902639. Grayscale: #B7B7B7. Windows color (decimal): -9446970 or 13031791. OLE color: 13031791.
HSL color Cylindrical-coordinate representation of color #6FD9C6: hue angle of 169.25º 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 #6FD9C6 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 198 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.15 |
| HSL | 169.25º | 0.58% | 0.64% | - |
| HSV(B) | 169.25º | 0.49% | 0.85% | - |
| XYZ | 41.56 | 57.08 | 62.25 | - |
| YUV | 183.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 198 | 0.49 | 0 | 0.09 | 0.15 | 169.25 | 0.58 | 0.64 |
| Hex | 6F | D9 | C6 | 31 | 0 | 9 | F | A9 | 3A | 40 |
| Octal | 157 | 331 | 306 | 61 | 0 | 11 | 17 | 251 | 72 | 100 |
| Binary | 1101111 | 11011001 | 11000110 | 110001 | 0 | 1001 | 1111 | 10101001 | 111010 | 1000000 |
Color Harmonies of #6FD9C6
Complementary color
Monochromatic Colors of #6FD9C6
Black with #6FD9C6
Text Example
Text Example
White with #6FD9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD9C6; }
p { color: rgb(111,217,198); }
H1.HeaderClassName
{
color: #6FD9C6;
}
.AnyTagClassName
{
color: #6FD9C6;
}
</style>
background-color css
<style>
a { background-color: #6FD9C6; }
a { background-color: rgb(111,217,198); }
div.DivClassName
{
background-color: #6FD9C6;
}
.BgClassName
{
background-color: #6FD9C6;
}
</style>
border-color css
<style>
span { border-color: #6FD9C6; }
span { border-color: rgb(111,217,198); }
td.TdClassName
{
border-color: #6FD9C6;
}
.TagClassName
{
border-color: #6FD9C6;
}
</style>