Shades of Downy #6FDCBE
Tints of Downy #6FDCBE
RGB
CMYK
RGB Variations
Color information
#6FDCBE (or 0x6FDCBE) is known color: Downy. HEX triplet: 6F, DC and BE. RGB value is (111,220,190). Sum of RGB (Red+Green+Blue) = 111+220+190=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCBE is #902341. Grayscale: #B7B7B7. Windows color (decimal): -9446210 or 12508271. OLE color: 12508271.
HSL color Cylindrical-coordinate representation of color #6FDCBE: hue angle of 163.49º 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 #6FDCBE is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 190 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.14 |
| HSL | 163.49º | 0.61% | 0.65% | - |
| HSV(B) | 163.49º | 0.5% | 0.86% | - |
| XYZ | 41.44 | 58.28 | 57.78 | - |
| YUV | 183.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 190 | 0.50 | 0 | 0.14 | 0.14 | 163.49 | 0.61 | 0.65 |
| Hex | 6F | DC | BE | 32 | 0 | E | E | A3 | 3D | 41 |
| Octal | 157 | 334 | 276 | 62 | 0 | 16 | 16 | 243 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10111110 | 110010 | 0 | 1110 | 1110 | 10100011 | 111101 | 1000001 |
Color Harmonies of #6FDCBE
Complementary color
Monochromatic Colors of #6FDCBE
Black with #6FDCBE
Text Example
Text Example
White with #6FDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCBE; }
p { color: rgb(111,220,190); }
H1.HeaderClassName
{
color: #6FDCBE;
}
.AnyTagClassName
{
color: #6FDCBE;
}
</style>
background-color css
<style>
a { background-color: #6FDCBE; }
a { background-color: rgb(111,220,190); }
div.DivClassName
{
background-color: #6FDCBE;
}
.BgClassName
{
background-color: #6FDCBE;
}
</style>
border-color css
<style>
span { border-color: #6FDCBE; }
span { border-color: rgb(111,220,190); }
td.TdClassName
{
border-color: #6FDCBE;
}
.TagClassName
{
border-color: #6FDCBE;
}
</style>