Color: #6AFADC

#6AFADC Color Information

#6AFADC is a light color. The closest websafe version is #6AFADC. A complement of this color would be #FA6B87, perceived brightness is 0.80, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 168°,a saturation of 94%, and a lightness of 70%.The HSV representation shows a hue of 168°, a saturation of 58%, and a value of 98%.

In a RGB color space, #6AFADC is composed of 42% red, 98% green and 86% blue. Whereas in a CMYK color space, it is composed of 58% cyan, 0% magenta, 12% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 76.08, x: 0.2807, and y: 0.4004.

Color Code #6AFADC

#6AFADCrgb(106, 250, 220)
HEX
#6AFADC
RGB
rgb(106, 250, 220)
HSL
hsl(168, 94%, 70%)
HSV
hsv(168, 58%, 98%)
CMYK
58%, 0%, 12%, 2%
XYZ
X: 53.34, Y: 76.08, Z: 60.60
Lab
L: 89.90, a: -46.00, b: 2.14
Name

Shades of Color #6AFADC

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

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

#6AFADCrgb(106, 250, 220)

About #6AFADC Color Code

In the HSL color space, this color has a hue angle of 168°, a saturation of 94%, and a lightness of 70%. The HSV representation shows a hue of 168°, a saturation of 58%, and a value of 98%.

  • HEX: #6AFADC
  • RGB: rgb(106, 250, 220)
  • HSL: hsl(168, 94%, 70%)
  • HSV: hsv(168, 58%, 98%)
  • CMYK: 58.00% cyan, 0.00% magenta, 12.00% yellow, 2.00% black
  • XYZ: 53.34, 76.08, 60.60
  • Yxy: 76.08, 0.2807, 0.4004
  • Hunter Lab: 89.90, -46.00, 2.14
  • CIE-Lab: 89.90, -46.00, 2.14

In the XYZ color space, this color is represented as X: 53.34, Y: 76.08, Z: 60.60. The Yxy representation further refines this as Y: 76.08, x: 0.2807, and y: 0.4004.

In the Hunter Lab color space, this color is represented as L: 89.90, a: -46.00, and b: 2.14. Similarly, in the CIE-Lab color space, it is represented as L: 89.90, a: -46.00, and b: 2.14.

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

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

Analogous Colors of #6AFADC

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

Split Complementary Colors of #6AFADC

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

Tetradic Colors of #6AFADC

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

Monochromatic Colors of #6AFADC

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

Complementary Color of #6AFADC

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

/* Using HEX */
body {
  background-color: #6afadc;
}
/* Using RGB */
body {
  background-color: rgb(106, 250, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(106, 250, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(168, 94%, 70%);
}
/* Text color */
p {
  color: #6afadc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #6afadc;
}
/* Border color */
.box {
  border: 4px solid #6afadc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #6afadc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #6afadc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#6AFADC
On Black Background
#6AFADC
On White Background
#6AFADC

HTML Examples of #6AFADC

<!-- Using HEX -->
<div style="background-color: #6afadc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(106, 250, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(106, 250, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(168, 94%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #6afadc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #6afadc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #6afadc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #6afadc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #6afadc; color: #fff; padding: 16px; border-radius: 8px;">
  #6AFADC
</div>
#6AFADC
On Black Background
#6AFADC
On White Background
#6AFADC

Related Colors of #6AFADC

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