Color: #688DBC

#688DBC Color Information

#688DBC is a light color. The closest websafe version is #688DBC. A complement of this color would be #BC9767, perceived brightness is 0.53, and the grayscale version is #929292.

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

In a RGB color space, #688DBC is composed of 41% red, 55% green and 74% blue. Whereas in a CMYK color space, it is composed of 45% cyan, 25% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 25.22, x: 0.2688, and y: 0.2886.

Color Code #688DBC

HEX
#688DBC
RGB
rgb(104, 141, 188)
HSL
hsl(214, 39%, 57%)
HSV
hsv(214, 45%, 74%)
CMYK
45%, 25%, 0%, 26%
XYZ
X: 23.49, Y: 25.22, Z: 38.69
Lab
L: 57.29, a: -3.64, b: -29.01
Name

Shades of Color #688DBC

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

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

In the HSL color space, this color has a hue angle of 214°, a saturation of 39%, and a lightness of 57%. The HSV representation shows a hue of 214°, a saturation of 45%, and a value of 74%.

  • HEX: #688DBC
  • RGB: rgb(104, 141, 188)
  • HSL: hsl(214, 39%, 57%)
  • HSV: hsv(214, 45%, 74%)
  • CMYK: 45.00% cyan, 25.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 23.49, 25.22, 38.69
  • Yxy: 25.22, 0.2688, 0.2886
  • Hunter Lab: 57.29, -3.64, -29.01
  • CIE-Lab: 57.29, -3.64, -29.01

In the XYZ color space, this color is represented as X: 23.49, Y: 25.22, Z: 38.69. The Yxy representation further refines this as Y: 25.22, x: 0.2688, and y: 0.2886.

In the Hunter Lab color space, this color is represented as L: 57.29, a: -3.64, and b: -29.01. Similarly, in the CIE-Lab color space, it is represented as L: 57.29, a: -3.64, and b: -29.01.

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 #688DBC

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

Analogous Colors of #688DBC

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

Monochromatic Colors of #688DBC

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

Complementary Color of #688DBC

The complementary color of #688DBC 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 #688DBC

/* Using HEX */
body {
  background-color: #688dbc;
}
/* Using RGB */
body {
  background-color: rgb(104, 141, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(104, 141, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(214, 39%, 57%);
}
/* Text color */
p {
  color: #688dbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #688dbc;
}

HTML Examples of #688DBC

<!-- Using HEX -->
<div style="background-color: #688dbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(104, 141, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(104, 141, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(214, 39%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #688dbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #688dbc; width: 100px; height: 100px;"></div>

Related Colors of #688DBC

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