Color: #206571

#206571 Color Information

#206571 is a dark color. The closest websafe version is #206571. A complement of this color would be #6F2B1F, perceived brightness is 0.32, and the grayscale version is #494949.

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

In a RGB color space, #206571 is composed of 13% red, 40% green and 44% blue. Whereas in a CMYK color space, it is composed of 72% cyan, 11% magenta, 0% yellow and 56% black.

In the Yxy color space, this color is represented as Y: 10.65, x: 0.2521, and y: 0.3356.

Color Code #206571

HEX
#206571
RGB
rgb(32, 101, 113)
HSL
hsl(189, 56%, 28%)
HSV
hsv(189, 72%, 44%)
CMYK
72%, 11%, 0%, 56%
XYZ
X: 8.00, Y: 10.65, Z: 13.08
Lab
L: 38.99, a: -18.90, b: -13.42
Name

Shades of Color #206571

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

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

In the HSL color space, this color has a hue angle of 189°, a saturation of 56%, and a lightness of 28%. The HSV representation shows a hue of 189°, a saturation of 72%, and a value of 44%.

  • HEX: #206571
  • RGB: rgb(32, 101, 113)
  • HSL: hsl(189, 56%, 28%)
  • HSV: hsv(189, 72%, 44%)
  • CMYK: 72.00% cyan, 11.00% magenta, 0.00% yellow, 56.00% black
  • XYZ: 8.00, 10.65, 13.08
  • Yxy: 10.65, 0.2521, 0.3356
  • Hunter Lab: 38.99, -18.90, -13.42
  • CIE-Lab: 38.99, -18.90, -13.42

In the XYZ color space, this color is represented as X: 8.00, Y: 10.65, Z: 13.08. The Yxy representation further refines this as Y: 10.65, x: 0.2521, and y: 0.3356.

In the Hunter Lab color space, this color is represented as L: 38.99, a: -18.90, and b: -13.42. Similarly, in the CIE-Lab color space, it is represented as L: 38.99, a: -18.90, and b: -13.42.

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 #206571

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

Analogous Colors of #206571

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

Monochromatic Colors of #206571

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

Complementary Color of #206571

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

/* Using HEX */
body {
  background-color: #206571;
}
/* Using RGB */
body {
  background-color: rgb(32, 101, 113);
}
/* Using RGB with opacity */
body {
  background-color: rgba(32, 101, 113, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(189, 56%, 28%);
}
/* Text color */
p {
  color: #206571;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #206571;
}

HTML Examples of #206571

<!-- Using HEX -->
<div style="background-color: #206571; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(32, 101, 113); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(32, 101, 113, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(189, 56%, 28%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #206571;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #206571; width: 100px; height: 100px;"></div>

Related Colors of #206571

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