as far as I know the humidity would have to pass the threshold of 60 before it will trigger.
taken from the docs
Crossing the threshold means that the trigger only fires if the state wasn’t previously within the threshold. If the current state of your entity is 50 and you set the threshold to below: 75, the trigger would not fire if the state changed to e.g. 49 or 72 because the threshold was never crossed. The state would first have to change to e.g. 76 and then to e.g. 74 for the trigger to fire.
EDIT:
try and avoid using devices in your automations, both as triggers and actions. use entities instead.