Shades of Downy #6FD1BB
Tints of Downy #6FD1BB
RGB
CMYK
RGB Variations
Color information
#6FD1BB (or 0x6FD1BB) is known color: Downy. HEX triplet: 6F, D1 and BB. RGB value is (111,209,187). Sum of RGB (Red+Green+Blue) = 111+209+187=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD1BB is #902E44. Grayscale: #B1B1B1. Windows color (decimal): -9449029 or 12308847. OLE color: 12308847.
HSL color Cylindrical-coordinate representation of color #6FD1BB: hue angle of 166.53º 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 #6FD1BB is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 187 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.18 |
| HSL | 166.53º | 0.52% | 0.63% | - |
| HSV(B) | 166.53º | 0.47% | 0.82% | - |
| XYZ | 38.33 | 52.57 | 55.14 | - |
| YUV | 177.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 187 | 0.47 | 0 | 0.11 | 0.18 | 166.53 | 0.52 | 0.63 |
| Hex | 6F | D1 | BB | 2F | 0 | B | 12 | A7 | 34 | 3F |
| Octal | 157 | 321 | 273 | 57 | 0 | 13 | 22 | 247 | 64 | 77 |
| Binary | 1101111 | 11010001 | 10111011 | 101111 | 0 | 1011 | 10010 | 10100111 | 110100 | 111111 |
Color Harmonies of #6FD1BB
Complementary color
Monochromatic Colors of #6FD1BB
Black with #6FD1BB
Text Example
Text Example
White with #6FD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1BB; }
p { color: rgb(111,209,187); }
H1.HeaderClassName
{
color: #6FD1BB;
}
.AnyTagClassName
{
color: #6FD1BB;
}
</style>
background-color css
<style>
a { background-color: #6FD1BB; }
a { background-color: rgb(111,209,187); }
div.DivClassName
{
background-color: #6FD1BB;
}
.BgClassName
{
background-color: #6FD1BB;
}
</style>
border-color css
<style>
span { border-color: #6FD1BB; }
span { border-color: rgb(111,209,187); }
td.TdClassName
{
border-color: #6FD1BB;
}
.TagClassName
{
border-color: #6FD1BB;
}
</style>