Shades of Downy #6FDCBA
Tints of Downy #6FDCBA
RGB
CMYK
RGB Variations
Color information
#6FDCBA (or 0x6FDCBA) is known color: Downy. HEX triplet: 6F, DC and BA. RGB value is (111,220,186). Sum of RGB (Red+Green+Blue) = 111+220+186=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCBA is #902345. Grayscale: #B7B7B7. Windows color (decimal): -9446214 or 12246127. OLE color: 12246127.
HSL color Cylindrical-coordinate representation of color #6FDCBA: hue angle of 161.28º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCBA is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 186 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.14 |
| HSL | 161.28º | 0.61% | 0.65% | - |
| HSV(B) | 161.28º | 0.5% | 0.86% | - |
| XYZ | 41.01 | 58.11 | 55.51 | - |
| YUV | 183.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 186 | 0.50 | 0 | 0.15 | 0.14 | 161.28 | 0.61 | 0.65 |
| Hex | 6F | DC | BA | 32 | 0 | F | E | A1 | 3D | 41 |
| Octal | 157 | 334 | 272 | 62 | 0 | 17 | 16 | 241 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10111010 | 110010 | 0 | 1111 | 1110 | 10100001 | 111101 | 1000001 |
Color Harmonies of #6FDCBA
Complementary color
Monochromatic Colors of #6FDCBA
Black with #6FDCBA
Text Example
Text Example
White with #6FDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCBA; }
p { color: rgb(111,220,186); }
H1.HeaderClassName
{
color: #6FDCBA;
}
.AnyTagClassName
{
color: #6FDCBA;
}
</style>
background-color css
<style>
a { background-color: #6FDCBA; }
a { background-color: rgb(111,220,186); }
div.DivClassName
{
background-color: #6FDCBA;
}
.BgClassName
{
background-color: #6FDCBA;
}
</style>
border-color css
<style>
span { border-color: #6FDCBA; }
span { border-color: rgb(111,220,186); }
td.TdClassName
{
border-color: #6FDCBA;
}
.TagClassName
{
border-color: #6FDCBA;
}
</style>