Color: #683670

#683670 Color Information

#683670 is a dark color. The closest websafe version is #683670. A complement of this color would be #3F7237, perceived brightness is 0.30, and the grayscale version is #535353.

In the HSL color space, this color has a hue angle of 292°,a saturation of 35%, and a lightness of 33%.The HSV representation shows a hue of 292°, a saturation of 52%, and a value of 44%.

In a RGB color space, #683670 is composed of 41% red, 21% green and 44% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 52% magenta, 0% yellow and 56% black.

In the Yxy color space, this color is represented as Y: 6.71, x: 0.3418, and y: 0.2345.

Color Code #683670

#683670rgb(104, 54, 112)
HEX
#683670
RGB
rgb(104, 54, 112)
HSL
hsl(292, 35%, 33%)
HSV
hsv(292, 52%, 44%)
CMYK
7%, 52%, 0%, 56%
XYZ
X: 9.78, Y: 6.71, Z: 12.12
Lab
L: 31.13, a: 30.00, b: -24.27
Name

Shades of Color #683670

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

Tints are created by lightening the original color #683670 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.

#683670rgb(104, 54, 112)

About #683670 Color Code

In the HSL color space, this color has a hue angle of 292°, a saturation of 35%, and a lightness of 33%. The HSV representation shows a hue of 292°, a saturation of 52%, and a value of 44%.

  • HEX: #683670
  • RGB: rgb(104, 54, 112)
  • HSL: hsl(292, 35%, 33%)
  • HSV: hsv(292, 52%, 44%)
  • CMYK: 7.00% cyan, 52.00% magenta, 0.00% yellow, 56.00% black
  • XYZ: 9.78, 6.71, 12.12
  • Yxy: 6.71, 0.3418, 0.2345
  • Hunter Lab: 31.13, 30.00, -24.27
  • CIE-Lab: 31.13, 30.00, -24.27

In the XYZ color space, this color is represented as X: 9.78, Y: 6.71, Z: 12.12. The Yxy representation further refines this as Y: 6.71, x: 0.3418, and y: 0.2345.

In the Hunter Lab color space, this color is represented as L: 31.13, a: 30.00, and b: -24.27. Similarly, in the CIE-Lab color space, it is represented as L: 31.13, a: 30.00, and b: -24.27.

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

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

Analogous Colors of #683670

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

Split Complementary Colors of #683670

Split complementary colors are two colors adjacent to the complementary color of #683670. They create a balanced and visually appealing color scheme.

Tetradic Colors of #683670

Tetradic colors form a rectangle on the color wheel, including #683670. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #683670

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

Complementary Color of #683670

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

/* Using HEX */
body {
  background-color: #683670;
}
/* Using RGB */
body {
  background-color: rgb(104, 54, 112);
}
/* Using RGB with opacity */
body {
  background-color: rgba(104, 54, 112, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(292, 35%, 33%);
}
/* Text color */
p {
  color: #683670;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #683670;
}
/* Border color */
.box {
  border: 4px solid #683670;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #683670;
}
Text Shadow Preview
/* Background with text */
div {
  background: #683670;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#683670
On Black Background
#683670
On White Background
#683670

HTML Examples of #683670

<!-- Using HEX -->
<div style="background-color: #683670; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(104, 54, 112); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(104, 54, 112, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(292, 35%, 33%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #683670;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #683670; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #683670; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #683670;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #683670; color: #fff; padding: 16px; border-radius: 8px;">
  #683670
</div>
#683670
On Black Background
#683670
On White Background
#683670

Related Colors of #683670

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