#68 SteelBlue3
#5F87D7
ExtendedHEX#5F87D7
RGB95, 135, 215
HSL220°, 60%, 61%
CMYK56%, 37%, 0%, 16%
Xterm ID68
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;68m Background (fondo)
\x1b[48;5;68m Bash echo
echo -e "\033[38;5;68mTexto\033[0m" Python
print(f"\033[38;5;68mTexto\033[0m") CSS
Color HEX
color: #5F87D7; Color RGB
color: rgb(95, 135, 215); Background
background-color: #5F87D7;