Shades of Downy #6FDABF
Tints of Downy #6FDABF
RGB
CMYK
RGB Variations
Color information
#6FDABF (or 0x6FDABF) is known color: Downy. HEX triplet: 6F, DA and BF. RGB value is (111,218,191). Sum of RGB (Red+Green+Blue) = 111+218+191=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDABF is #902540. Grayscale: #B6B6B6. Windows color (decimal): -9446721 or 12573295. OLE color: 12573295.
HSL color Cylindrical-coordinate representation of color #6FDABF: hue angle of 164.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDABF is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 191 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.15 |
| HSL | 164.86º | 0.59% | 0.65% | - |
| HSV(B) | 164.86º | 0.49% | 0.85% | - |
| XYZ | 41.03 | 57.28 | 58.18 | - |
| YUV | 182.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 191 | 0.49 | 0 | 0.12 | 0.15 | 164.86 | 0.59 | 0.65 |
| Hex | 6F | DA | BF | 31 | 0 | C | F | A5 | 3B | 41 |
| Octal | 157 | 332 | 277 | 61 | 0 | 14 | 17 | 245 | 73 | 101 |
| Binary | 1101111 | 11011010 | 10111111 | 110001 | 0 | 1100 | 1111 | 10100101 | 111011 | 1000001 |
Color Harmonies of #6FDABF
Complementary color
Monochromatic Colors of #6FDABF
Black with #6FDABF
Text Example
Text Example
White with #6FDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDABF; }
p { color: rgb(111,218,191); }
H1.HeaderClassName
{
color: #6FDABF;
}
.AnyTagClassName
{
color: #6FDABF;
}
</style>
background-color css
<style>
a { background-color: #6FDABF; }
a { background-color: rgb(111,218,191); }
div.DivClassName
{
background-color: #6FDABF;
}
.BgClassName
{
background-color: #6FDABF;
}
</style>
border-color css
<style>
span { border-color: #6FDABF; }
span { border-color: rgb(111,218,191); }
td.TdClassName
{
border-color: #6FDABF;
}
.TagClassName
{
border-color: #6FDABF;
}
</style>