Shades of Downy #6FE1BF
Tints of Downy #6FE1BF
RGB
CMYK
RGB Variations
Color information
#6FE1BF (or 0x6FE1BF) is known color: Downy. HEX triplet: 6F, E1 and BF. RGB value is (111,225,191). Sum of RGB (Red+Green+Blue) = 111+225+191=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1BF is #901E40. Grayscale: #BBBBBB. Windows color (decimal): -9444929 or 12575087. OLE color: 12575087.
HSL color Cylindrical-coordinate representation of color #6FE1BF: hue angle of 162.11º 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 #6FE1BF is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 191 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.12 |
| HSL | 162.11º | 0.66% | 0.66% | - |
| HSV(B) | 162.11º | 0.51% | 0.88% | - |
| XYZ | 42.88 | 60.99 | 58.8 | - |
| YUV | 187.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 191 | 0.51 | 0 | 0.15 | 0.12 | 162.11 | 0.66 | 0.66 |
| Hex | 6F | E1 | BF | 33 | 0 | F | C | A2 | 42 | 42 |
| Octal | 157 | 341 | 277 | 63 | 0 | 17 | 14 | 242 | 102 | 102 |
| Binary | 1101111 | 11100001 | 10111111 | 110011 | 0 | 1111 | 1100 | 10100010 | 1000010 | 1000010 |
Color Harmonies of #6FE1BF
Complementary color
Monochromatic Colors of #6FE1BF
Black with #6FE1BF
Text Example
Text Example
White with #6FE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1BF; }
p { color: rgb(111,225,191); }
H1.HeaderClassName
{
color: #6FE1BF;
}
.AnyTagClassName
{
color: #6FE1BF;
}
</style>
background-color css
<style>
a { background-color: #6FE1BF; }
a { background-color: rgb(111,225,191); }
div.DivClassName
{
background-color: #6FE1BF;
}
.BgClassName
{
background-color: #6FE1BF;
}
</style>
border-color css
<style>
span { border-color: #6FE1BF; }
span { border-color: rgb(111,225,191); }
td.TdClassName
{
border-color: #6FE1BF;
}
.TagClassName
{
border-color: #6FE1BF;
}
</style>