Shades of Downy #6FD9D0
Tints of Downy #6FD9D0
RGB
CMYK
RGB Variations
Color information
#6FD9D0 (or 0x6FD9D0) is known color: Downy. HEX triplet: 6F, D9 and D0. RGB value is (111,217,208). Sum of RGB (Red+Green+Blue) = 111+217+208=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9D0 is #90262F. Grayscale: #B8B8B8. Windows color (decimal): -9446960 or 13687151. OLE color: 13687151.
HSL color Cylindrical-coordinate representation of color #6FD9D0: hue angle of 174.91º 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 #6FD9D0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 208 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.15 |
| HSL | 174.91º | 0.58% | 0.64% | - |
| HSV(B) | 174.91º | 0.49% | 0.85% | - |
| XYZ | 42.75 | 57.56 | 68.53 | - |
| YUV | 184.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 208 | 0.49 | 0 | 0.04 | 0.15 | 174.91 | 0.58 | 0.64 |
| Hex | 6F | D9 | D0 | 31 | 0 | 4 | F | AF | 3A | 40 |
| Octal | 157 | 331 | 320 | 61 | 0 | 4 | 17 | 257 | 72 | 100 |
| Binary | 1101111 | 11011001 | 11010000 | 110001 | 0 | 100 | 1111 | 10101111 | 111010 | 1000000 |
Color Harmonies of #6FD9D0
Complementary color
Monochromatic Colors of #6FD9D0
Black with #6FD9D0
Text Example
Text Example
White with #6FD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD9D0; }
p { color: rgb(111,217,208); }
H1.HeaderClassName
{
color: #6FD9D0;
}
.AnyTagClassName
{
color: #6FD9D0;
}
</style>
background-color css
<style>
a { background-color: #6FD9D0; }
a { background-color: rgb(111,217,208); }
div.DivClassName
{
background-color: #6FD9D0;
}
.BgClassName
{
background-color: #6FD9D0;
}
</style>
border-color css
<style>
span { border-color: #6FD9D0; }
span { border-color: rgb(111,217,208); }
td.TdClassName
{
border-color: #6FD9D0;
}
.TagClassName
{
border-color: #6FD9D0;
}
</style>