Color: #6905FF

#6905FF Color Information

#6905FF is a dark color. The closest websafe version is #6905FF. A complement of this color would be #9BFF05, perceived brightness is 0.25, and the grayscale version is #828282.

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

In a RGB color space, #6905FF is composed of 41% red, 2% green and 100% blue. Whereas in a CMYK color space, it is composed of 59% cyan, 98% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 9.31, x: 0.2023, and y: 0.0918.

Color Code #6905FF

#6905FFrgb(105, 5, 255)
HEX
#6905FF
RGB
rgb(105, 5, 255)
HSL
hsl(264, 100%, 51%)
HSV
hsv(264, 98%, 100%)
CMYK
59%, 98%, 0%, 0%
XYZ
X: 20.53, Y: 9.31, Z: 71.63
Lab
L: 36.58, a: 71.91, b: -100.12
Name

Shades of Color #6905FF

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

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

#6905FFrgb(105, 5, 255)

About #6905FF Color Code

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

  • HEX: #6905FF
  • RGB: rgb(105, 5, 255)
  • HSL: hsl(264, 100%, 51%)
  • HSV: hsv(264, 98%, 100%)
  • CMYK: 59.00% cyan, 98.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 20.53, 9.31, 71.63
  • Yxy: 9.31, 0.2023, 0.0918
  • Hunter Lab: 36.58, 71.91, -100.12
  • CIE-Lab: 36.58, 71.91, -100.12

In the XYZ color space, this color is represented as X: 20.53, Y: 9.31, Z: 71.63. The Yxy representation further refines this as Y: 9.31, x: 0.2023, and y: 0.0918.

In the Hunter Lab color space, this color is represented as L: 36.58, a: 71.91, and b: -100.12. Similarly, in the CIE-Lab color space, it is represented as L: 36.58, a: 71.91, and b: -100.12.

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 #6905FF

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

Analogous Colors of #6905FF

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

Split Complementary Colors of #6905FF

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

Tetradic Colors of #6905FF

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

Monochromatic Colors of #6905FF

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

Complementary Color of #6905FF

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

/* Using HEX */
body {
  background-color: #6905ff;
}
/* Using RGB */
body {
  background-color: rgb(105, 5, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(105, 5, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(264, 100%, 51%);
}
/* Text color */
p {
  color: #6905ff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #6905ff;
}
/* Border color */
.box {
  border: 4px solid #6905ff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #6905ff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #6905ff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#6905FF
On Black Background
#6905FF
On White Background
#6905FF

HTML Examples of #6905FF

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

Related Colors of #6905FF

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