Shades of Downy #6FD1BC
Tints of Downy #6FD1BC
RGB
CMYK
RGB Variations
Color information
#6FD1BC (or 0x6FD1BC) is known color: Downy. HEX triplet: 6F, D1 and BC. RGB value is (111,209,188). Sum of RGB (Red+Green+Blue) = 111+209+188=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1BC is #902E43. Grayscale: #B1B1B1. Windows color (decimal): -9449028 or 12374383. OLE color: 12374383.
HSL color Cylindrical-coordinate representation of color #6FD1BC: hue angle of 167.14º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD1BC is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 188 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.18 |
| HSL | 167.14º | 0.52% | 0.63% | - |
| HSV(B) | 167.14º | 0.47% | 0.82% | - |
| XYZ | 38.43 | 52.61 | 55.71 | - |
| YUV | 177.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 188 | 0.47 | 0 | 0.10 | 0.18 | 167.14 | 0.52 | 0.63 |
| Hex | 6F | D1 | BC | 2F | 0 | A | 12 | A7 | 34 | 3F |
| Octal | 157 | 321 | 274 | 57 | 0 | 12 | 22 | 247 | 64 | 77 |
| Binary | 1101111 | 11010001 | 10111100 | 101111 | 0 | 1010 | 10010 | 10100111 | 110100 | 111111 |
Color Harmonies of #6FD1BC
Complementary color
Monochromatic Colors of #6FD1BC
Black with #6FD1BC
Text Example
Text Example
White with #6FD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1BC; }
p { color: rgb(111,209,188); }
H1.HeaderClassName
{
color: #6FD1BC;
}
.AnyTagClassName
{
color: #6FD1BC;
}
</style>
background-color css
<style>
a { background-color: #6FD1BC; }
a { background-color: rgb(111,209,188); }
div.DivClassName
{
background-color: #6FD1BC;
}
.BgClassName
{
background-color: #6FD1BC;
}
</style>
border-color css
<style>
span { border-color: #6FD1BC; }
span { border-color: rgb(111,209,188); }
td.TdClassName
{
border-color: #6FD1BC;
}
.TagClassName
{
border-color: #6FD1BC;
}
</style>