Shades of Downy #6FDBBA
Tints of Downy #6FDBBA
RGB
CMYK
RGB Variations
Color information
#6FDBBA (or 0x6FDBBA) is known color: Downy. HEX triplet: 6F, DB and BA. RGB value is (111,219,186). Sum of RGB (Red+Green+Blue) = 111+219+186=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDBBA is #902445. Grayscale: #B6B6B6. Windows color (decimal): -9446470 or 12245871. OLE color: 12245871.
HSL color Cylindrical-coordinate representation of color #6FDBBA: hue angle of 161.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBBA is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 186 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.14 |
| HSL | 161.67º | 0.6% | 0.65% | - |
| HSV(B) | 161.67º | 0.49% | 0.86% | - |
| XYZ | 40.75 | 57.59 | 55.42 | - |
| YUV | 182.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 186 | 0.49 | 0 | 0.15 | 0.14 | 161.67 | 0.6 | 0.65 |
| Hex | 6F | DB | BA | 31 | 0 | F | E | A2 | 3C | 41 |
| Octal | 157 | 333 | 272 | 61 | 0 | 17 | 16 | 242 | 74 | 101 |
| Binary | 1101111 | 11011011 | 10111010 | 110001 | 0 | 1111 | 1110 | 10100010 | 111100 | 1000001 |
Color Harmonies of #6FDBBA
Complementary color
Monochromatic Colors of #6FDBBA
Black with #6FDBBA
Text Example
Text Example
White with #6FDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBBA; }
p { color: rgb(111,219,186); }
H1.HeaderClassName
{
color: #6FDBBA;
}
.AnyTagClassName
{
color: #6FDBBA;
}
</style>
background-color css
<style>
a { background-color: #6FDBBA; }
a { background-color: rgb(111,219,186); }
div.DivClassName
{
background-color: #6FDBBA;
}
.BgClassName
{
background-color: #6FDBBA;
}
</style>
border-color css
<style>
span { border-color: #6FDBBA; }
span { border-color: rgb(111,219,186); }
td.TdClassName
{
border-color: #6FDBBA;
}
.TagClassName
{
border-color: #6FDBBA;
}
</style>