Shades of Downy #6FD4BA
Tints of Downy #6FD4BA
RGB
CMYK
RGB Variations
Color information
#6FD4BA (or 0x6FD4BA) is known color: Downy. HEX triplet: 6F, D4 and BA. RGB value is (111,212,186). Sum of RGB (Red+Green+Blue) = 111+212+186=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4BA is #902B45. Grayscale: #B2B2B2. Windows color (decimal): -9448262 or 12244079. OLE color: 12244079.
HSL color Cylindrical-coordinate representation of color #6FD4BA: hue angle of 164.55º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4BA is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 186 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.17 |
| HSL | 164.55º | 0.54% | 0.63% | - |
| HSV(B) | 164.55º | 0.48% | 0.83% | - |
| XYZ | 38.96 | 54.01 | 54.83 | - |
| YUV | 178.84 | 132.04 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 186 | 0.48 | 0 | 0.12 | 0.17 | 164.55 | 0.54 | 0.63 |
| Hex | 6F | D4 | BA | 30 | 0 | C | 11 | A5 | 36 | 3F |
| Octal | 157 | 324 | 272 | 60 | 0 | 14 | 21 | 245 | 66 | 77 |
| Binary | 1101111 | 11010100 | 10111010 | 110000 | 0 | 1100 | 10001 | 10100101 | 110110 | 111111 |
Color Harmonies of #6FD4BA
Complementary color
Monochromatic Colors of #6FD4BA
Black with #6FD4BA
Text Example
Text Example
White with #6FD4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4BA; }
p { color: rgb(111,212,186); }
H1.HeaderClassName
{
color: #6FD4BA;
}
.AnyTagClassName
{
color: #6FD4BA;
}
</style>
background-color css
<style>
a { background-color: #6FD4BA; }
a { background-color: rgb(111,212,186); }
div.DivClassName
{
background-color: #6FD4BA;
}
.BgClassName
{
background-color: #6FD4BA;
}
</style>
border-color css
<style>
span { border-color: #6FD4BA; }
span { border-color: rgb(111,212,186); }
td.TdClassName
{
border-color: #6FD4BA;
}
.TagClassName
{
border-color: #6FD4BA;
}
</style>