Color: #657BDC
#657BDC Color Information
#657BDC is a dark color. The closest websafe version is #657BDC. A complement of this color would be #DCC665, perceived brightness is 0.50, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 229°,a saturation of 63%, and a lightness of 63%.The HSV representation shows a hue of 229°, a saturation of 54%, and a value of 86%.
In a RGB color space, #657BDC is composed of 40% red, 48% green and 86% blue. Whereas in a CMYK color space, it is composed of 54% cyan, 44% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 21.43, x: 0.2397, and y: 0.2183.
Color Code #657BDC
Shades of Color #657BDC
Shades are created by darkening the original color #657BDC 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 #657BDC
Tints are created by lightening the original color #657BDC 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 #657BDC Color Code
In the HSL color space, this color has a hue angle of 229°, a saturation of 63%, and a lightness of 63%. The HSV representation shows a hue of 229°, a saturation of 54%, and a value of 86%.
- HEX: #657BDC
- RGB: rgb(101, 123, 220)
- HSL: hsl(229, 63%, 63%)
- HSV: hsv(229, 54%, 86%)
- CMYK: 54.00% cyan, 44.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 23.54, 21.43, 53.22
- Yxy: 21.43, 0.2397, 0.2183
- Hunter Lab: 53.42, 13.28, -53.10
- CIE-Lab: 53.42, 13.28, -53.10
In the XYZ color space, this color is represented as X: 23.54, Y: 21.43, Z: 53.22. The Yxy representation further refines this as Y: 21.43, x: 0.2397, and y: 0.2183.
In the Hunter Lab color space, this color is represented as L: 53.42, a: 13.28, and b: -53.10. Similarly, in the CIE-Lab color space, it is represented as L: 53.42, a: 13.28, and b: -53.10.
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 #657BDC
Triadic colors are three colors evenly spaced around the color wheel, including #657BDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #657BDC
Split complementary colors are two colors adjacent to the complementary color of #657BDC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #657BDC
Monochromatic colors are variations of #657BDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #657BDC
The complementary color of #657BDC 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 #657BDC
/* Using HEX */ body { background-color: #657bdc; }
/* Using RGB */ body { background-color: rgb(101, 123, 220); }
/* Using RGB with opacity */ body { background-color: rgba(101, 123, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(229, 63%, 63%); }
/* Text color */ p { color: #657bdc; }
/* Box shadow */ div { box-shadow: 4px 4px #657bdc; }
/* Border color */ .box { border: 4px solid #657bdc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #657bdc; }
/* Background with text */ div { background: #657bdc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #657BDC
<!-- Using HEX --> <div style="background-color: #657bdc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(101, 123, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(101, 123, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(229, 63%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #657bdc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #657bdc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #657bdc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #657bdc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #657bdc; color: #fff; padding: 16px; border-radius: 8px;"> #657BDC </div>
Related Colors of #657BDC
These colors are similar to #657BDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.