Shades of Downy #6FDCBF
Tints of Downy #6FDCBF
RGB
CMYK
RGB Variations
Color information
#6FDCBF (or 0x6FDCBF) is known color: Downy. HEX triplet: 6F, DC and BF. RGB value is (111,220,191). Sum of RGB (Red+Green+Blue) = 111+220+191=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCBF is #902340. Grayscale: #B8B8B8. Windows color (decimal): -9446209 or 12573807. OLE color: 12573807.
HSL color Cylindrical-coordinate representation of color #6FDCBF: hue angle of 164.04º 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 #6FDCBF is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 191 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.14 |
| HSL | 164.04º | 0.61% | 0.65% | - |
| HSV(B) | 164.04º | 0.5% | 0.86% | - |
| XYZ | 41.55 | 58.33 | 58.36 | - |
| YUV | 184.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 191 | 0.50 | 0 | 0.13 | 0.14 | 164.04 | 0.61 | 0.65 |
| Hex | 6F | DC | BF | 32 | 0 | D | E | A4 | 3D | 41 |
| Octal | 157 | 334 | 277 | 62 | 0 | 15 | 16 | 244 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10111111 | 110010 | 0 | 1101 | 1110 | 10100100 | 111101 | 1000001 |
Color Harmonies of #6FDCBF
Complementary color
Monochromatic Colors of #6FDCBF
Black with #6FDCBF
Text Example
Text Example
White with #6FDCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCBF; }
p { color: rgb(111,220,191); }
H1.HeaderClassName
{
color: #6FDCBF;
}
.AnyTagClassName
{
color: #6FDCBF;
}
</style>
background-color css
<style>
a { background-color: #6FDCBF; }
a { background-color: rgb(111,220,191); }
div.DivClassName
{
background-color: #6FDCBF;
}
.BgClassName
{
background-color: #6FDCBF;
}
</style>
border-color css
<style>
span { border-color: #6FDCBF; }
span { border-color: rgb(111,220,191); }
td.TdClassName
{
border-color: #6FDCBF;
}
.TagClassName
{
border-color: #6FDCBF;
}
</style>