Shades of Downy #6FE9BE
Tints of Downy #6FE9BE
RGB
CMYK
RGB Variations
Color information
#6FE9BE (or 0x6FE9BE) is known color: Downy. HEX triplet: 6F, E9 and BE. RGB value is (111,233,190). Sum of RGB (Red+Green+Blue) = 111+233+190=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE9BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE9BE is #901641. Grayscale: #BFBFBF. Windows color (decimal): -9442882 or 12511599. OLE color: 12511599.
HSL color Cylindrical-coordinate representation of color #6FE9BE: hue angle of 158.85º 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 #6FE9BE is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 190 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.09 |
| HSL | 158.85º | 0.73% | 0.67% | - |
| HSV(B) | 158.85º | 0.52% | 0.91% | - |
| XYZ | 44.99 | 65.38 | 58.96 | - |
| YUV | 191.62 | 127.08 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 190 | 0.52 | 0 | 0.18 | 0.09 | 158.85 | 0.73 | 0.67 |
| Hex | 6F | E9 | BE | 34 | 0 | 12 | 9 | 9F | 49 | 43 |
| Octal | 157 | 351 | 276 | 64 | 0 | 22 | 11 | 237 | 111 | 103 |
| Binary | 1101111 | 11101001 | 10111110 | 110100 | 0 | 10010 | 1001 | 10011111 | 1001001 | 1000011 |
Color Harmonies of #6FE9BE
Complementary color
Monochromatic Colors of #6FE9BE
Black with #6FE9BE
Text Example
Text Example
White with #6FE9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE9BE; }
p { color: rgb(111,233,190); }
H1.HeaderClassName
{
color: #6FE9BE;
}
.AnyTagClassName
{
color: #6FE9BE;
}
</style>
background-color css
<style>
a { background-color: #6FE9BE; }
a { background-color: rgb(111,233,190); }
div.DivClassName
{
background-color: #6FE9BE;
}
.BgClassName
{
background-color: #6FE9BE;
}
</style>
border-color css
<style>
span { border-color: #6FE9BE; }
span { border-color: rgb(111,233,190); }
td.TdClassName
{
border-color: #6FE9BE;
}
.TagClassName
{
border-color: #6FE9BE;
}
</style>