Color: #6ABAFC

#6ABAFC Color Information

#6ABAFC is a light color. The closest websafe version is #6ABAFC. A complement of this color would be #FCAB69, perceived brightness is 0.67, and the grayscale version is #B3B3B3.

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

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

In the Yxy color space, this color is represented as Y: 44.31, x: 0.2477, and y: 0.2806.

Color Code #6ABAFC

#6ABAFCrgb(106, 186, 252)
HEX
#6ABAFC
RGB
rgb(106, 186, 252)
HSL
hsl(207, 96%, 70%)
HSV
hsv(207, 58%, 99%)
CMYK
58%, 26%, 0%, 1%
XYZ
X: 39.12, Y: 44.31, Z: 74.49
Lab
L: 72.43, a: -11.03, b: -40.82
Name

Shades of Color #6ABAFC

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

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

#6ABAFCrgb(106, 186, 252)

About #6ABAFC Color Code

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

  • HEX: #6ABAFC
  • RGB: rgb(106, 186, 252)
  • HSL: hsl(207, 96%, 70%)
  • HSV: hsv(207, 58%, 99%)
  • CMYK: 58.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 39.12, 44.31, 74.49
  • Yxy: 44.31, 0.2477, 0.2806
  • Hunter Lab: 72.43, -11.03, -40.82
  • CIE-Lab: 72.43, -11.03, -40.82

In the XYZ color space, this color is represented as X: 39.12, Y: 44.31, Z: 74.49. The Yxy representation further refines this as Y: 44.31, x: 0.2477, and y: 0.2806.

In the Hunter Lab color space, this color is represented as L: 72.43, a: -11.03, and b: -40.82. Similarly, in the CIE-Lab color space, it is represented as L: 72.43, a: -11.03, and b: -40.82.

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

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

Analogous Colors of #6ABAFC

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

Split Complementary Colors of #6ABAFC

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

Tetradic Colors of #6ABAFC

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

Monochromatic Colors of #6ABAFC

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

Complementary Color of #6ABAFC

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

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

HTML Examples of #6ABAFC

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

Related Colors of #6ABAFC

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