Shades of Downy #6FE5BC
Tints of Downy #6FE5BC
RGB
CMYK
RGB Variations
Color information
#6FE5BC (or 0x6FE5BC) is known color: Downy. HEX triplet: 6F, E5 and BC. RGB value is (111,229,188). Sum of RGB (Red+Green+Blue) = 111+229+188=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5BC is #901A43. Grayscale: #BDBDBD. Windows color (decimal): -9443908 or 12379503. OLE color: 12379503.
HSL color Cylindrical-coordinate representation of color #6FE5BC: hue angle of 159.15º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5BC is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 188 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.10 |
| HSL | 159.15º | 0.69% | 0.67% | - |
| HSV(B) | 159.15º | 0.52% | 0.9% | - |
| XYZ | 43.65 | 63.05 | 57.45 | - |
| YUV | 189.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 188 | 0.52 | 0 | 0.18 | 0.10 | 159.15 | 0.69 | 0.67 |
| Hex | 6F | E5 | BC | 34 | 0 | 12 | A | 9F | 45 | 43 |
| Octal | 157 | 345 | 274 | 64 | 0 | 22 | 12 | 237 | 105 | 103 |
| Binary | 1101111 | 11100101 | 10111100 | 110100 | 0 | 10010 | 1010 | 10011111 | 1000101 | 1000011 |
Color Harmonies of #6FE5BC
Complementary color
Monochromatic Colors of #6FE5BC
Black with #6FE5BC
Text Example
Text Example
White with #6FE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5BC; }
p { color: rgb(111,229,188); }
H1.HeaderClassName
{
color: #6FE5BC;
}
.AnyTagClassName
{
color: #6FE5BC;
}
</style>
background-color css
<style>
a { background-color: #6FE5BC; }
a { background-color: rgb(111,229,188); }
div.DivClassName
{
background-color: #6FE5BC;
}
.BgClassName
{
background-color: #6FE5BC;
}
</style>
border-color css
<style>
span { border-color: #6FE5BC; }
span { border-color: rgb(111,229,188); }
td.TdClassName
{
border-color: #6FE5BC;
}
.TagClassName
{
border-color: #6FE5BC;
}
</style>