Shades of Downy #6FD3BB
Tints of Downy #6FD3BB
RGB
CMYK
RGB Variations
Color information
#6FD3BB (or 0x6FD3BB) is known color: Downy. HEX triplet: 6F, D3 and BB. RGB value is (111,211,187). Sum of RGB (Red+Green+Blue) = 111+211+187=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3BB is #902C44. Grayscale: #B2B2B2. Windows color (decimal): -9448517 or 12309359. OLE color: 12309359.
HSL color Cylindrical-coordinate representation of color #6FD3BB: hue angle of 165.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD3BB is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 187 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.17 |
| HSL | 165.6º | 0.53% | 0.63% | - |
| HSV(B) | 165.6º | 0.47% | 0.83% | - |
| XYZ | 38.82 | 53.56 | 55.31 | - |
| YUV | 178.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 187 | 0.47 | 0 | 0.11 | 0.17 | 165.6 | 0.53 | 0.63 |
| Hex | 6F | D3 | BB | 2F | 0 | B | 11 | A6 | 35 | 3F |
| Octal | 157 | 323 | 273 | 57 | 0 | 13 | 21 | 246 | 65 | 77 |
| Binary | 1101111 | 11010011 | 10111011 | 101111 | 0 | 1011 | 10001 | 10100110 | 110101 | 111111 |
Color Harmonies of #6FD3BB
Complementary color
Monochromatic Colors of #6FD3BB
Black with #6FD3BB
Text Example
Text Example
White with #6FD3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD3BB; }
p { color: rgb(111,211,187); }
H1.HeaderClassName
{
color: #6FD3BB;
}
.AnyTagClassName
{
color: #6FD3BB;
}
</style>
background-color css
<style>
a { background-color: #6FD3BB; }
a { background-color: rgb(111,211,187); }
div.DivClassName
{
background-color: #6FD3BB;
}
.BgClassName
{
background-color: #6FD3BB;
}
</style>
border-color css
<style>
span { border-color: #6FD3BB; }
span { border-color: rgb(111,211,187); }
td.TdClassName
{
border-color: #6FD3BB;
}
.TagClassName
{
border-color: #6FD3BB;
}
</style>