Shades of Downy #6FE8BE
Tints of Downy #6FE8BE
RGB
CMYK
RGB Variations
Color information
#6FE8BE (or 0x6FE8BE) is known color: Downy. HEX triplet: 6F, E8 and BE. RGB value is (111,232,190). Sum of RGB (Red+Green+Blue) = 111+232+190=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8BE is #901741. Grayscale: #BFBFBF. Windows color (decimal): -9443138 or 12511343. OLE color: 12511343.
HSL color Cylindrical-coordinate representation of color #6FE8BE: hue angle of 159.17º 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 #6FE8BE is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 190 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.09 |
| HSL | 159.17º | 0.72% | 0.67% | - |
| HSV(B) | 159.17º | 0.52% | 0.91% | - |
| XYZ | 44.71 | 64.81 | 58.87 | - |
| YUV | 191.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 190 | 0.52 | 0 | 0.18 | 0.09 | 159.17 | 0.72 | 0.67 |
| Hex | 6F | E8 | BE | 34 | 0 | 12 | 9 | 9F | 48 | 43 |
| Octal | 157 | 350 | 276 | 64 | 0 | 22 | 11 | 237 | 110 | 103 |
| Binary | 1101111 | 11101000 | 10111110 | 110100 | 0 | 10010 | 1001 | 10011111 | 1001000 | 1000011 |
Color Harmonies of #6FE8BE
Complementary color
Monochromatic Colors of #6FE8BE
Black with #6FE8BE
Text Example
Text Example
White with #6FE8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8BE; }
p { color: rgb(111,232,190); }
H1.HeaderClassName
{
color: #6FE8BE;
}
.AnyTagClassName
{
color: #6FE8BE;
}
</style>
background-color css
<style>
a { background-color: #6FE8BE; }
a { background-color: rgb(111,232,190); }
div.DivClassName
{
background-color: #6FE8BE;
}
.BgClassName
{
background-color: #6FE8BE;
}
</style>
border-color css
<style>
span { border-color: #6FE8BE; }
span { border-color: rgb(111,232,190); }
td.TdClassName
{
border-color: #6FE8BE;
}
.TagClassName
{
border-color: #6FE8BE;
}
</style>