Shades of Downy #6FEAB9
Tints of Downy #6FEAB9
RGB
CMYK
RGB Variations
Color information
#6FEAB9 (or 0x6FEAB9) is known color: Downy. HEX triplet: 6F, EA and B9. RGB value is (111,234,185). Sum of RGB (Red+Green+Blue) = 111+234+185=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEAB9 is #901546. Grayscale: #BFBFBF. Windows color (decimal): -9442631 or 12184175. OLE color: 12184175.
HSL color Cylindrical-coordinate representation of color #6FEAB9: hue angle of 156.1º 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 #6FEAB9 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 185 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.08 |
| HSL | 156.1º | 0.75% | 0.68% | - |
| HSV(B) | 156.1º | 0.53% | 0.92% | - |
| XYZ | 44.74 | 65.73 | 56.23 | - |
| YUV | 191.64 | 124.25 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 185 | 0.53 | 0 | 0.21 | 0.08 | 156.1 | 0.75 | 0.68 |
| Hex | 6F | EA | B9 | 35 | 0 | 15 | 8 | 9C | 4B | 44 |
| Octal | 157 | 352 | 271 | 65 | 0 | 25 | 10 | 234 | 113 | 104 |
| Binary | 1101111 | 11101010 | 10111001 | 110101 | 0 | 10101 | 1000 | 10011100 | 1001011 | 1000100 |
Color Harmonies of #6FEAB9
Complementary color
Monochromatic Colors of #6FEAB9
Black with #6FEAB9
Text Example
Text Example
White with #6FEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEAB9; }
p { color: rgb(111,234,185); }
H1.HeaderClassName
{
color: #6FEAB9;
}
.AnyTagClassName
{
color: #6FEAB9;
}
</style>
background-color css
<style>
a { background-color: #6FEAB9; }
a { background-color: rgb(111,234,185); }
div.DivClassName
{
background-color: #6FEAB9;
}
.BgClassName
{
background-color: #6FEAB9;
}
</style>
border-color css
<style>
span { border-color: #6FEAB9; }
span { border-color: rgb(111,234,185); }
td.TdClassName
{
border-color: #6FEAB9;
}
.TagClassName
{
border-color: #6FEAB9;
}
</style>