Shades of Downy #6FEBB9
Tints of Downy #6FEBB9
RGB
CMYK
RGB Variations
Color information
#6FEBB9 (or 0x6FEBB9) is known color: Downy. HEX triplet: 6F, EB and B9. RGB value is (111,235,185). Sum of RGB (Red+Green+Blue) = 111+235+185=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBB9 is #901446. Grayscale: #C0C0C0. Windows color (decimal): -9442375 or 12184431. OLE color: 12184431.
HSL color Cylindrical-coordinate representation of color #6FEBB9: hue angle of 155.81º degrees, saturation: 0.76, 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 #6FEBB9 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 235 | 185 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.08 |
| HSL | 155.81º | 0.76% | 0.68% | - |
| HSV(B) | 155.81º | 0.53% | 0.92% | - |
| XYZ | 45.02 | 66.3 | 56.32 | - |
| YUV | 192.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 235 | 185 | 0.53 | 0 | 0.21 | 0.08 | 155.81 | 0.76 | 0.68 |
| Hex | 6F | EB | B9 | 35 | 0 | 15 | 8 | 9C | 4C | 44 |
| Octal | 157 | 353 | 271 | 65 | 0 | 25 | 10 | 234 | 114 | 104 |
| Binary | 1101111 | 11101011 | 10111001 | 110101 | 0 | 10101 | 1000 | 10011100 | 1001100 | 1000100 |
Color Harmonies of #6FEBB9
Complementary color
Monochromatic Colors of #6FEBB9
Black with #6FEBB9
Text Example
Text Example
White with #6FEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEBB9; }
p { color: rgb(111,235,185); }
H1.HeaderClassName
{
color: #6FEBB9;
}
.AnyTagClassName
{
color: #6FEBB9;
}
</style>
background-color css
<style>
a { background-color: #6FEBB9; }
a { background-color: rgb(111,235,185); }
div.DivClassName
{
background-color: #6FEBB9;
}
.BgClassName
{
background-color: #6FEBB9;
}
</style>
border-color css
<style>
span { border-color: #6FEBB9; }
span { border-color: rgb(111,235,185); }
td.TdClassName
{
border-color: #6FEBB9;
}
.TagClassName
{
border-color: #6FEBB9;
}
</style>