Shades of Downy #6FE1BA
Tints of Downy #6FE1BA
RGB
CMYK
RGB Variations
Color information
#6FE1BA (or 0x6FE1BA) is known color: Downy. HEX triplet: 6F, E1 and BA. RGB value is (111,225,186). Sum of RGB (Red+Green+Blue) = 111+225+186=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1BA is #901E45. Grayscale: #BABABA. Windows color (decimal): -9444934 or 12247407. OLE color: 12247407.
HSL color Cylindrical-coordinate representation of color #6FE1BA: hue angle of 159.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1BA is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 186 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.12 |
| HSL | 159.47º | 0.66% | 0.66% | - |
| HSV(B) | 159.47º | 0.51% | 0.88% | - |
| XYZ | 42.34 | 60.78 | 55.95 | - |
| YUV | 186.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 186 | 0.51 | 0 | 0.17 | 0.12 | 159.47 | 0.66 | 0.66 |
| Hex | 6F | E1 | BA | 33 | 0 | 11 | C | 9F | 42 | 42 |
| Octal | 157 | 341 | 272 | 63 | 0 | 21 | 14 | 237 | 102 | 102 |
| Binary | 1101111 | 11100001 | 10111010 | 110011 | 0 | 10001 | 1100 | 10011111 | 1000010 | 1000010 |
Color Harmonies of #6FE1BA
Complementary color
Monochromatic Colors of #6FE1BA
Black with #6FE1BA
Text Example
Text Example
White with #6FE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1BA; }
p { color: rgb(111,225,186); }
H1.HeaderClassName
{
color: #6FE1BA;
}
.AnyTagClassName
{
color: #6FE1BA;
}
</style>
background-color css
<style>
a { background-color: #6FE1BA; }
a { background-color: rgb(111,225,186); }
div.DivClassName
{
background-color: #6FE1BA;
}
.BgClassName
{
background-color: #6FE1BA;
}
</style>
border-color css
<style>
span { border-color: #6FE1BA; }
span { border-color: rgb(111,225,186); }
td.TdClassName
{
border-color: #6FE1BA;
}
.TagClassName
{
border-color: #6FE1BA;
}
</style>