Color: #6C012F

#6C012F Color Information

#6C012F is a dark color. The closest websafe version is #6C012F. A complement of this color would be #016A3D, perceived brightness is 0.15, and the grayscale version is #373737.

In the HSL color space, this color has a hue angle of 334°,a saturation of 98%, and a lightness of 21%.The HSV representation shows a hue of 334°, a saturation of 99%, and a value of 42%.

In a RGB color space, #6C012F is composed of 42% red, 0% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 99% magenta, 56% yellow and 58% black.

In the Yxy color space, this color is represented as Y: 3.53, x: 0.5467, and y: 0.2773.

Color Code #6C012F

#6C012Frgb(108, 1, 47)
HEX
#6C012F
RGB
rgb(108, 1, 47)
HSL
hsl(334, 98%, 21%)
HSV
hsv(334, 99%, 42%)
CMYK
0%, 99%, 56%, 58%
XYZ
X: 6.96, Y: 3.53, Z: 2.24
Lab
L: 22.06, a: 44.13, b: 5.49
Name

Shades of Color #6C012F

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

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

#6C012Frgb(108, 1, 47)

About #6C012F Color Code

In the HSL color space, this color has a hue angle of 334°, a saturation of 98%, and a lightness of 21%. The HSV representation shows a hue of 334°, a saturation of 99%, and a value of 42%.

  • HEX: #6C012F
  • RGB: rgb(108, 1, 47)
  • HSL: hsl(334, 98%, 21%)
  • HSV: hsv(334, 99%, 42%)
  • CMYK: 0.00% cyan, 99.00% magenta, 56.00% yellow, 58.00% black
  • XYZ: 6.96, 3.53, 2.24
  • Yxy: 3.53, 0.5467, 0.2773
  • Hunter Lab: 22.06, 44.13, 5.49
  • CIE-Lab: 22.06, 44.13, 5.49

In the XYZ color space, this color is represented as X: 6.96, Y: 3.53, Z: 2.24. The Yxy representation further refines this as Y: 3.53, x: 0.5467, and y: 0.2773.

In the Hunter Lab color space, this color is represented as L: 22.06, a: 44.13, and b: 5.49. Similarly, in the CIE-Lab color space, it is represented as L: 22.06, a: 44.13, and b: 5.49.

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 #6C012F

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

Analogous Colors of #6C012F

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

Split Complementary Colors of #6C012F

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

Tetradic Colors of #6C012F

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

Monochromatic Colors of #6C012F

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

Complementary Color of #6C012F

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

/* Using HEX */
body {
  background-color: #6c012f;
}
/* Using RGB */
body {
  background-color: rgb(108, 1, 47);
}
/* Using RGB with opacity */
body {
  background-color: rgba(108, 1, 47, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(334, 98%, 21%);
}
/* Text color */
p {
  color: #6c012f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #6c012f;
}
/* Border color */
.box {
  border: 4px solid #6c012f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #6c012f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #6c012f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#6C012F
On Black Background
#6C012F
On White Background
#6C012F

HTML Examples of #6C012F

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

Related Colors of #6C012F

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