Shades of Downy #6FE2BB
Tints of Downy #6FE2BB
RGB
CMYK
RGB Variations
Color information
#6FE2BB (or 0x6FE2BB) is known color: Downy. HEX triplet: 6F, E2 and BB. RGB value is (111,226,187). Sum of RGB (Red+Green+Blue) = 111+226+187=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2BB is #901D44. Grayscale: #BBBBBB. Windows color (decimal): -9444677 or 12313199. OLE color: 12313199.
HSL color Cylindrical-coordinate representation of color #6FE2BB: hue angle of 159.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE2BB is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 187 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.11 |
| HSL | 159.65º | 0.66% | 0.66% | - |
| HSV(B) | 159.65º | 0.51% | 0.89% | - |
| XYZ | 42.72 | 61.36 | 56.61 | - |
| YUV | 187.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 187 | 0.51 | 0 | 0.17 | 0.11 | 159.65 | 0.66 | 0.66 |
| Hex | 6F | E2 | BB | 33 | 0 | 11 | B | A0 | 42 | 42 |
| Octal | 157 | 342 | 273 | 63 | 0 | 21 | 13 | 240 | 102 | 102 |
| Binary | 1101111 | 11100010 | 10111011 | 110011 | 0 | 10001 | 1011 | 10100000 | 1000010 | 1000010 |
Color Harmonies of #6FE2BB
Complementary color
Monochromatic Colors of #6FE2BB
Black with #6FE2BB
Text Example
Text Example
White with #6FE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE2BB; }
p { color: rgb(111,226,187); }
H1.HeaderClassName
{
color: #6FE2BB;
}
.AnyTagClassName
{
color: #6FE2BB;
}
</style>
background-color css
<style>
a { background-color: #6FE2BB; }
a { background-color: rgb(111,226,187); }
div.DivClassName
{
background-color: #6FE2BB;
}
.BgClassName
{
background-color: #6FE2BB;
}
</style>
border-color css
<style>
span { border-color: #6FE2BB; }
span { border-color: rgb(111,226,187); }
td.TdClassName
{
border-color: #6FE2BB;
}
.TagClassName
{
border-color: #6FE2BB;
}
</style>