Shades of Downy #6FE8BA
Tints of Downy #6FE8BA
RGB
CMYK
RGB Variations
Color information
#6FE8BA (or 0x6FE8BA) is known color: Downy. HEX triplet: 6F, E8 and BA. RGB value is (111,232,186). Sum of RGB (Red+Green+Blue) = 111+232+186=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8BA is #901745. Grayscale: #BEBEBE. Windows color (decimal): -9443142 or 12249199. OLE color: 12249199.
HSL color Cylindrical-coordinate representation of color #6FE8BA: hue angle of 157.19º degrees, saturation: 0.72, 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 #6FE8BA is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 186 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.09 |
| HSL | 157.19º | 0.72% | 0.67% | - |
| HSV(B) | 157.19º | 0.52% | 0.91% | - |
| XYZ | 44.28 | 64.64 | 56.6 | - |
| YUV | 190.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 186 | 0.52 | 0 | 0.20 | 0.09 | 157.19 | 0.72 | 0.67 |
| Hex | 6F | E8 | BA | 34 | 0 | 14 | 9 | 9D | 48 | 43 |
| Octal | 157 | 350 | 272 | 64 | 0 | 24 | 11 | 235 | 110 | 103 |
| Binary | 1101111 | 11101000 | 10111010 | 110100 | 0 | 10100 | 1001 | 10011101 | 1001000 | 1000011 |
Color Harmonies of #6FE8BA
Complementary color
Monochromatic Colors of #6FE8BA
Black with #6FE8BA
Text Example
Text Example
White with #6FE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8BA; }
p { color: rgb(111,232,186); }
H1.HeaderClassName
{
color: #6FE8BA;
}
.AnyTagClassName
{
color: #6FE8BA;
}
</style>
background-color css
<style>
a { background-color: #6FE8BA; }
a { background-color: rgb(111,232,186); }
div.DivClassName
{
background-color: #6FE8BA;
}
.BgClassName
{
background-color: #6FE8BA;
}
</style>
border-color css
<style>
span { border-color: #6FE8BA; }
span { border-color: rgb(111,232,186); }
td.TdClassName
{
border-color: #6FE8BA;
}
.TagClassName
{
border-color: #6FE8BA;
}
</style>