Color: #657CFC

#657CFC Color Information

#657CFC is a light color. The closest websafe version is #657CFC. A complement of this color would be #FCE564, perceived brightness is 0.52, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 231°,a saturation of 96%, and a lightness of 69%.The HSV representation shows a hue of 231°, a saturation of 100%, and a value of 100%.

In a RGB color space, #657CFC is composed of 40% red, 49% green and 99% blue. Whereas in a CMYK color space, it is composed of 60% cyan, 51% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 23.25, x: 0.2238, and y: 0.1902.

Color Code #657CFC

HEX
#657CFC
RGB
rgb(101, 124, 252)
HSL
hsl(231, 96%, 69%)
HSV
hsv(231, 60%, 99%)
CMYK
60%, 51%, 0%, 1%
XYZ
X: 27.36, Y: 23.25, Z: 71.66
Lab
L: 55.32, a: 21.15, b: -67.84
Name

Shades of Color #657CFC

Shades are created by darkening the original color #657CFC 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 #657CFC

Tints are created by lightening the original color #657CFC 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 #657CFC Color Code

In the HSL color space, this color has a hue angle of 231°, a saturation of 96%, and a lightness of 69%. The HSV representation shows a hue of 231°, a saturation of 60%, and a value of 99%.

  • HEX: #657CFC
  • RGB: rgb(101, 124, 252)
  • HSL: hsl(231, 96%, 69%)
  • HSV: hsv(231, 60%, 99%)
  • CMYK: 60.00% cyan, 51.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 27.36, 23.25, 71.66
  • Yxy: 23.25, 0.2238, 0.1902
  • Hunter Lab: 55.32, 21.15, -67.84
  • CIE-Lab: 55.32, 21.15, -67.84

In the XYZ color space, this color is represented as X: 27.36, Y: 23.25, Z: 71.66. The Yxy representation further refines this as Y: 23.25, x: 0.2238, and y: 0.1902.

In the Hunter Lab color space, this color is represented as L: 55.32, a: 21.15, and b: -67.84. Similarly, in the CIE-Lab color space, it is represented as L: 55.32, a: 21.15, and b: -67.84.

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 #657CFC

Triadic colors are three colors evenly spaced around the color wheel, including #657CFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #657CFC

Analogous colors are adjacent to #657CFC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #657CFC

Monochromatic colors are variations of #657CFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #657CFC

The complementary color of #657CFC 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 #657CFC

/* Using HEX */
body {
  background-color: #657cfc;
}
/* Using RGB */
body {
  background-color: rgb(101, 124, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(101, 124, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(231, 96%, 69%);
}
/* Text color */
p {
  color: #657cfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #657cfc;
}

HTML Examples of #657CFC

<!-- Using HEX -->
<div style="background-color: #657cfc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(101, 124, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(101, 124, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(231, 96%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #657cfc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #657cfc; width: 100px; height: 100px;"></div>

Related Colors of #657CFC

These colors are similar to #657CFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.