Shades of Downy #6FE4BC
Tints of Downy #6FE4BC
RGB
CMYK
RGB Variations
Color information
#6FE4BC (or 0x6FE4BC) is known color: Downy. HEX triplet: 6F, E4 and BC. RGB value is (111,228,188). Sum of RGB (Red+Green+Blue) = 111+228+188=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4BC is #901B43. Grayscale: #BCBCBC. Windows color (decimal): -9444164 or 12379247. OLE color: 12379247.
HSL color Cylindrical-coordinate representation of color #6FE4BC: hue angle of 159.49º 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 #6FE4BC is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 228 | 188 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.11 |
| HSL | 159.49º | 0.68% | 0.66% | - |
| HSV(B) | 159.49º | 0.51% | 0.89% | - |
| XYZ | 43.38 | 62.5 | 57.35 | - |
| YUV | 188.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 188 | 0.51 | 0 | 0.18 | 0.11 | 159.49 | 0.68 | 0.66 |
| Hex | 6F | E4 | BC | 33 | 0 | 12 | B | 9F | 44 | 42 |
| Octal | 157 | 344 | 274 | 63 | 0 | 22 | 13 | 237 | 104 | 102 |
| Binary | 1101111 | 11100100 | 10111100 | 110011 | 0 | 10010 | 1011 | 10011111 | 1000100 | 1000010 |
Color Harmonies of #6FE4BC
Complementary color
Monochromatic Colors of #6FE4BC
Black with #6FE4BC
Text Example
Text Example
White with #6FE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE4BC; }
p { color: rgb(111,228,188); }
H1.HeaderClassName
{
color: #6FE4BC;
}
.AnyTagClassName
{
color: #6FE4BC;
}
</style>
background-color css
<style>
a { background-color: #6FE4BC; }
a { background-color: rgb(111,228,188); }
div.DivClassName
{
background-color: #6FE4BC;
}
.BgClassName
{
background-color: #6FE4BC;
}
</style>
border-color css
<style>
span { border-color: #6FE4BC; }
span { border-color: rgb(111,228,188); }
td.TdClassName
{
border-color: #6FE4BC;
}
.TagClassName
{
border-color: #6FE4BC;
}
</style>