Shades of Downy #6FD2BC
Tints of Downy #6FD2BC
RGB
CMYK
RGB Variations
Color information
#6FD2BC (or 0x6FD2BC) is known color: Downy. HEX triplet: 6F, D2 and BC. RGB value is (111,210,188). Sum of RGB (Red+Green+Blue) = 111+210+188=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2BC is #902D43. Grayscale: #B1B1B1. Windows color (decimal): -9448772 or 12374639. OLE color: 12374639.
HSL color Cylindrical-coordinate representation of color #6FD2BC: hue angle of 166.67º 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 #6FD2BC is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 188 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.18 |
| HSL | 166.67º | 0.52% | 0.63% | - |
| HSV(B) | 166.67º | 0.47% | 0.82% | - |
| XYZ | 38.68 | 53.1 | 55.79 | - |
| YUV | 177.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 188 | 0.47 | 0 | 0.10 | 0.18 | 166.67 | 0.52 | 0.63 |
| Hex | 6F | D2 | BC | 2F | 0 | A | 12 | A7 | 34 | 3F |
| Octal | 157 | 322 | 274 | 57 | 0 | 12 | 22 | 247 | 64 | 77 |
| Binary | 1101111 | 11010010 | 10111100 | 101111 | 0 | 1010 | 10010 | 10100111 | 110100 | 111111 |
Color Harmonies of #6FD2BC
Complementary color
Monochromatic Colors of #6FD2BC
Black with #6FD2BC
Text Example
Text Example
White with #6FD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2BC; }
p { color: rgb(111,210,188); }
H1.HeaderClassName
{
color: #6FD2BC;
}
.AnyTagClassName
{
color: #6FD2BC;
}
</style>
background-color css
<style>
a { background-color: #6FD2BC; }
a { background-color: rgb(111,210,188); }
div.DivClassName
{
background-color: #6FD2BC;
}
.BgClassName
{
background-color: #6FD2BC;
}
</style>
border-color css
<style>
span { border-color: #6FD2BC; }
span { border-color: rgb(111,210,188); }
td.TdClassName
{
border-color: #6FD2BC;
}
.TagClassName
{
border-color: #6FD2BC;
}
</style>