Shades of Downy #6FE1B9
Tints of Downy #6FE1B9
RGB
CMYK
RGB Variations
Color information
#6FE1B9 (or 0x6FE1B9) is known color: Downy. HEX triplet: 6F, E1 and B9. RGB value is (111,225,185). Sum of RGB (Red+Green+Blue) = 111+225+185=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1B9 is #901E46. Grayscale: #BABABA. Windows color (decimal): -9444935 or 12181871. OLE color: 12181871.
HSL color Cylindrical-coordinate representation of color #6FE1B9: hue angle of 158.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1B9 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 185 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.12 |
| HSL | 158.95º | 0.66% | 0.66% | - |
| HSV(B) | 158.95º | 0.51% | 0.88% | - |
| XYZ | 42.24 | 60.73 | 55.4 | - |
| YUV | 186.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 185 | 0.51 | 0 | 0.18 | 0.12 | 158.95 | 0.66 | 0.66 |
| Hex | 6F | E1 | B9 | 33 | 0 | 12 | C | 9F | 42 | 42 |
| Octal | 157 | 341 | 271 | 63 | 0 | 22 | 14 | 237 | 102 | 102 |
| Binary | 1101111 | 11100001 | 10111001 | 110011 | 0 | 10010 | 1100 | 10011111 | 1000010 | 1000010 |
Color Harmonies of #6FE1B9
Complementary color
Monochromatic Colors of #6FE1B9
Black with #6FE1B9
Text Example
Text Example
White with #6FE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1B9; }
p { color: rgb(111,225,185); }
H1.HeaderClassName
{
color: #6FE1B9;
}
.AnyTagClassName
{
color: #6FE1B9;
}
</style>
background-color css
<style>
a { background-color: #6FE1B9; }
a { background-color: rgb(111,225,185); }
div.DivClassName
{
background-color: #6FE1B9;
}
.BgClassName
{
background-color: #6FE1B9;
}
</style>
border-color css
<style>
span { border-color: #6FE1B9; }
span { border-color: rgb(111,225,185); }
td.TdClassName
{
border-color: #6FE1B9;
}
.TagClassName
{
border-color: #6FE1B9;
}
</style>