Shades of Downy #6FD9C0
Tints of Downy #6FD9C0
RGB
CMYK
RGB Variations
Color information
#6FD9C0 (or 0x6FD9C0) is known color: Downy. HEX triplet: 6F, D9 and C0. RGB value is (111,217,192). Sum of RGB (Red+Green+Blue) = 111+217+192=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9C0 is #90263F. Grayscale: #B6B6B6. Windows color (decimal): -9446976 or 12638575. OLE color: 12638575.
HSL color Cylindrical-coordinate representation of color #6FD9C0: hue angle of 165.85º 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 #6FD9C0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 192 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.15 |
| HSL | 165.85º | 0.58% | 0.64% | - |
| HSV(B) | 165.85º | 0.49% | 0.85% | - |
| XYZ | 40.88 | 56.81 | 58.68 | - |
| YUV | 182.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 192 | 0.49 | 0 | 0.12 | 0.15 | 165.85 | 0.58 | 0.64 |
| Hex | 6F | D9 | C0 | 31 | 0 | C | F | A6 | 3A | 40 |
| Octal | 157 | 331 | 300 | 61 | 0 | 14 | 17 | 246 | 72 | 100 |
| Binary | 1101111 | 11011001 | 11000000 | 110001 | 0 | 1100 | 1111 | 10100110 | 111010 | 1000000 |
Color Harmonies of #6FD9C0
Complementary color
Monochromatic Colors of #6FD9C0
Black with #6FD9C0
Text Example
Text Example
White with #6FD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD9C0; }
p { color: rgb(111,217,192); }
H1.HeaderClassName
{
color: #6FD9C0;
}
.AnyTagClassName
{
color: #6FD9C0;
}
</style>
background-color css
<style>
a { background-color: #6FD9C0; }
a { background-color: rgb(111,217,192); }
div.DivClassName
{
background-color: #6FD9C0;
}
.BgClassName
{
background-color: #6FD9C0;
}
</style>
border-color css
<style>
span { border-color: #6FD9C0; }
span { border-color: rgb(111,217,192); }
td.TdClassName
{
border-color: #6FD9C0;
}
.TagClassName
{
border-color: #6FD9C0;
}
</style>