Shades of Downy #6FE9BA
Tints of Downy #6FE9BA
RGB
CMYK
RGB Variations
Color information
#6FE9BA (or 0x6FE9BA) is known color: Downy. HEX triplet: 6F, E9 and BA. RGB value is (111,233,186). Sum of RGB (Red+Green+Blue) = 111+233+186=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9BA is #901645. Grayscale: #BFBFBF. Windows color (decimal): -9442886 or 12249455. OLE color: 12249455.
HSL color Cylindrical-coordinate representation of color #6FE9BA: hue angle of 156.89º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE9BA is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 186 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.09 |
| HSL | 156.89º | 0.73% | 0.67% | - |
| HSV(B) | 156.89º | 0.52% | 0.91% | - |
| XYZ | 44.56 | 65.2 | 56.69 | - |
| YUV | 191.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 186 | 0.52 | 0 | 0.20 | 0.09 | 156.89 | 0.73 | 0.67 |
| Hex | 6F | E9 | BA | 34 | 0 | 14 | 9 | 9D | 49 | 43 |
| Octal | 157 | 351 | 272 | 64 | 0 | 24 | 11 | 235 | 111 | 103 |
| Binary | 1101111 | 11101001 | 10111010 | 110100 | 0 | 10100 | 1001 | 10011101 | 1001001 | 1000011 |
Color Harmonies of #6FE9BA
Complementary color
Monochromatic Colors of #6FE9BA
Black with #6FE9BA
Text Example
Text Example
White with #6FE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE9BA; }
p { color: rgb(111,233,186); }
H1.HeaderClassName
{
color: #6FE9BA;
}
.AnyTagClassName
{
color: #6FE9BA;
}
</style>
background-color css
<style>
a { background-color: #6FE9BA; }
a { background-color: rgb(111,233,186); }
div.DivClassName
{
background-color: #6FE9BA;
}
.BgClassName
{
background-color: #6FE9BA;
}
</style>
border-color css
<style>
span { border-color: #6FE9BA; }
span { border-color: rgb(111,233,186); }
td.TdClassName
{
border-color: #6FE9BA;
}
.TagClassName
{
border-color: #6FE9BA;
}
</style>