Shades of Downy #6FEABB
Tints of Downy #6FEABB
RGB
CMYK
RGB Variations
Color information
#6FEABB (or 0x6FEABB) is known color: Downy. HEX triplet: 6F, EA and BB. RGB value is (111,234,187). Sum of RGB (Red+Green+Blue) = 111+234+187=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEABB is #901544. Grayscale: #BFBFBF. Windows color (decimal): -9442629 or 12315247. OLE color: 12315247.
HSL color Cylindrical-coordinate representation of color #6FEABB: hue angle of 157.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEABB is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 187 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.08 |
| HSL | 157.07º | 0.75% | 0.68% | - |
| HSV(B) | 157.07º | 0.53% | 0.92% | - |
| XYZ | 44.95 | 65.81 | 57.35 | - |
| YUV | 191.87 | 125.25 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 187 | 0.53 | 0 | 0.20 | 0.08 | 157.07 | 0.75 | 0.68 |
| Hex | 6F | EA | BB | 35 | 0 | 14 | 8 | 9D | 4B | 44 |
| Octal | 157 | 352 | 273 | 65 | 0 | 24 | 10 | 235 | 113 | 104 |
| Binary | 1101111 | 11101010 | 10111011 | 110101 | 0 | 10100 | 1000 | 10011101 | 1001011 | 1000100 |
Color Harmonies of #6FEABB
Complementary color
Monochromatic Colors of #6FEABB
Black with #6FEABB
Text Example
Text Example
White with #6FEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEABB; }
p { color: rgb(111,234,187); }
H1.HeaderClassName
{
color: #6FEABB;
}
.AnyTagClassName
{
color: #6FEABB;
}
</style>
background-color css
<style>
a { background-color: #6FEABB; }
a { background-color: rgb(111,234,187); }
div.DivClassName
{
background-color: #6FEABB;
}
.BgClassName
{
background-color: #6FEABB;
}
</style>
border-color css
<style>
span { border-color: #6FEABB; }
span { border-color: rgb(111,234,187); }
td.TdClassName
{
border-color: #6FEABB;
}
.TagClassName
{
border-color: #6FEABB;
}
</style>