Color: #667AFA
#667AFA Color Information
#667AFA is a light color. The closest websafe version is #667AFA. A complement of this color would be #FAE666, perceived brightness is 0.51, and the grayscale version is #B0B0B0.
In the HSL color space, this color has a hue angle of 232°,a saturation of 94%, and a lightness of 69%.The HSV representation shows a hue of 232°, a saturation of 100%, and a value of 100%.
In a RGB color space, #667AFA is composed of 40% red, 48% green and 98% blue. Whereas in a CMYK color space, it is composed of 59% cyan, 51% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 22.70, x: 0.2247, and y: 0.1891.
Color Code #667AFA
Shades of Color #667AFA
Shades are created by darkening the original color #667AFA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #667AFA
Tints are created by lightening the original color #667AFA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #667AFA Color Code
In the HSL color space, this color has a hue angle of 232°, a saturation of 94%, and a lightness of 69%. The HSV representation shows a hue of 232°, a saturation of 59%, and a value of 98%.
- HEX: #667AFA
- RGB: rgb(102, 122, 250)
- HSL: hsl(232, 94%, 69%)
- HSV: hsv(232, 59%, 98%)
- CMYK: 59.00% cyan, 51.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 26.97, 22.70, 70.35
- Yxy: 22.70, 0.2247, 0.1891
- Hunter Lab: 54.77, 21.96, -67.63
- CIE-Lab: 54.77, 21.96, -67.63
In the XYZ color space, this color is represented as X: 26.97, Y: 22.70, Z: 70.35. The Yxy representation further refines this as Y: 22.70, x: 0.2247, and y: 0.1891.
In the Hunter Lab color space, this color is represented as L: 54.77, a: 21.96, and b: -67.63. Similarly, in the CIE-Lab color space, it is represented as L: 54.77, a: 21.96, and b: -67.63.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #667AFA
Triadic colors are three colors evenly spaced around the color wheel, including #667AFA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #667AFA
Monochromatic colors are variations of #667AFA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #667AFA
The complementary color of #667AFA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #667AFA
/* Using HEX */ body { background-color: #667afa; }
/* Using RGB */ body { background-color: rgb(102, 122, 250); }
/* Using RGB with opacity */ body { background-color: rgba(102, 122, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(232, 94%, 69%); }
/* Text color */ p { color: #667afa; }
/* Box shadow */ div { box-shadow: 4px 4px #667afa; }
HTML Examples of #667AFA
<!-- Using HEX --> <div style="background-color: #667afa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(102, 122, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(102, 122, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(232, 94%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #667afa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #667afa; width: 100px; height: 100px;"></div>
Related Colors of #667AFA
These colors are similar to #667AFA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.