What is the HEX code for purpleish blue?
The CSS color purpleish blue in HEX format is #6140ef. Use this value directly in CSS, SVG, and most design tools.
How do I use purpleish blue in CSS?
To apply purpleish blue in CSS:
- Text color: color: #6140ef;
- Background: background-color: #6140ef;
- Border: border-color: #6140ef;
What are all the color format values for purpleish blue?
| Format | Value |
|---|---|
| HEX | #6140ef |
| RGB | rgb(97, 64, 239) |
| HSL | hsl(251.3, 84.5%, 59.4%) |
| CMYK | cmyk(59.4%, 73.2%, 0%, 6.3%) |
How do I convert purpleish blue to HEX?
Select purpleish blue from the color name list in our color converter. The HEX value — #6140ef — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purpleish blue belong to?
purpleish blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 251.3°, saturation 84.5%, lightness 59.4%.
How do I create lighter and darker shades of purpleish blue?
Lighter variant (lightness 74.4%): #9b87f5. Darker variant (lightness 44.4%): #3612d1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.