The curly brackets mean 'FractionalPart' which, I believe, is defined as {${x}$}$=x-\lfloor x \rfloor$ where $x \in \mathbb{R}$.
My best approximation so far is: .182657 , however, I suspect there is a closed form expression for this definite integral. My approximation was attained by using a lower bound of .00000001 (a bit to the right of 0) with a graphing program.
The integral is equal to
$$\int_0^1 dx \, x^{-1/6} - \int_0^1 dx \lfloor x^{-1/6} \rfloor $$
Let's focus on the second integral. Note that when $x \in \left [(n+1)^{-6},n^{-6} \right ]$, $\lfloor x^{-1/6} \rfloor = n$. Thus,
$$\begin{align} \int_0^1 dx \lfloor x^{-1/6} \rfloor &= \sum_{n=1}^{\infty} n \left [\frac1{n^6} - \frac1{(n+1)^6} \right ] \\ &= \sum_{n=1}^{\infty} \left [ \frac1{n^5} - \frac1{(n+1)^5} \right ] + \sum_{n=1}^{\infty} \frac1{(n+1)^6} \\ &= 1+\zeta(6)-1\\ &= \frac{\pi^6}{945} \end{align}$$
Thus, the integral is equal to
which checks out numerically.