Shades of Downy #6FE4BB
Tints of Downy #6FE4BB
RGB
CMYK
RGB Variations
Color information
#6FE4BB (or 0x6FE4BB) is known color: Downy. HEX triplet: 6F, E4 and BB. RGB value is (111,228,187). Sum of RGB (Red+Green+Blue) = 111+228+187=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4BB is #901B44. Grayscale: #BCBCBC. Windows color (decimal): -9444165 or 12313711. OLE color: 12313711.
HSL color Cylindrical-coordinate representation of color #6FE4BB: hue angle of 158.97º degrees, saturation: 0.68, 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 #6FE4BB is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 228 | 187 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.11 |
| HSL | 158.97º | 0.68% | 0.66% | - |
| HSV(B) | 158.97º | 0.51% | 0.89% | - |
| XYZ | 43.27 | 62.45 | 56.79 | - |
| YUV | 188.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 187 | 0.51 | 0 | 0.18 | 0.11 | 158.97 | 0.68 | 0.66 |
| Hex | 6F | E4 | BB | 33 | 0 | 12 | B | 9F | 44 | 42 |
| Octal | 157 | 344 | 273 | 63 | 0 | 22 | 13 | 237 | 104 | 102 |
| Binary | 1101111 | 11100100 | 10111011 | 110011 | 0 | 10010 | 1011 | 10011111 | 1000100 | 1000010 |
Color Harmonies of #6FE4BB
Complementary color
Monochromatic Colors of #6FE4BB
Black with #6FE4BB
Text Example
Text Example
White with #6FE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE4BB; }
p { color: rgb(111,228,187); }
H1.HeaderClassName
{
color: #6FE4BB;
}
.AnyTagClassName
{
color: #6FE4BB;
}
</style>
background-color css
<style>
a { background-color: #6FE4BB; }
a { background-color: rgb(111,228,187); }
div.DivClassName
{
background-color: #6FE4BB;
}
.BgClassName
{
background-color: #6FE4BB;
}
</style>
border-color css
<style>
span { border-color: #6FE4BB; }
span { border-color: rgb(111,228,187); }
td.TdClassName
{
border-color: #6FE4BB;
}
.TagClassName
{
border-color: #6FE4BB;
}
</style>