Color: #68636C

#68636C Color Information

#68636C is a dark color. The closest websafe version is #68636C. A complement of this color would be #686D64, perceived brightness is 0.40, and the grayscale version is #686868.

In the HSL color space, this color has a hue angle of 273°,a saturation of 4%, and a lightness of 41%.The HSV representation shows a hue of 273°, a saturation of 8%, and a value of 42%.

In a RGB color space, #68636C is composed of 41% red, 39% green and 42% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 8% magenta, 0% yellow and 58% black.

In the Yxy color space, this color is represented as Y: 12.93, x: 0.3416, and y: 0.3400.

Color Code #68636C

#68636Crgb(104, 99, 108)
HEX
#68636C
RGB
rgb(104, 99, 108)
HSL
hsl(273, 4%, 41%)
HSV
hsv(273, 8%, 42%)
CMYK
4%, 8%, 0%, 58%
XYZ
X: 12.99, Y: 12.93, Z: 12.11
Lab
L: 42.66, a: 3.44, b: -4.36
Name

Shades of Color #68636C

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

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

#68636Crgb(104, 99, 108)

About #68636C Color Code

In the HSL color space, this color has a hue angle of 273°, a saturation of 4%, and a lightness of 41%. The HSV representation shows a hue of 273°, a saturation of 8%, and a value of 42%.

  • HEX: #68636C
  • RGB: rgb(104, 99, 108)
  • HSL: hsl(273, 4%, 41%)
  • HSV: hsv(273, 8%, 42%)
  • CMYK: 4.00% cyan, 8.00% magenta, 0.00% yellow, 58.00% black
  • XYZ: 12.99, 12.93, 12.11
  • Yxy: 12.93, 0.3416, 0.3400
  • Hunter Lab: 42.66, 3.44, -4.36
  • CIE-Lab: 42.66, 3.44, -4.36

In the XYZ color space, this color is represented as X: 12.99, Y: 12.93, Z: 12.11. The Yxy representation further refines this as Y: 12.93, x: 0.3416, and y: 0.3400.

In the Hunter Lab color space, this color is represented as L: 42.66, a: 3.44, and b: -4.36. Similarly, in the CIE-Lab color space, it is represented as L: 42.66, a: 3.44, and b: -4.36.

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 #68636C

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

Analogous Colors of #68636C

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

Monochromatic Colors of #68636C

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

Complementary Color of #68636C

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

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

HTML Examples of #68636C

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

Related Colors of #68636C

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