Color: #6EAFCC

#6EAFCC Color Information

#6EAFCC is a light color. The closest websafe version is #6EAFCC. A complement of this color would be #CD8D70, perceived brightness is 0.62, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 199°,a saturation of 48%, and a lightness of 62%.The HSV representation shows a hue of 199°, a saturation of 46%, and a value of 80%.

In a RGB color space, #6EAFCC is composed of 43% red, 69% green and 80% blue. Whereas in a CMYK color space, it is composed of 46% cyan, 14% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 37.86, x: 0.2724, and y: 0.3227.

Color Code #6EAFCC

#6EAFCCrgb(110, 175, 204)
HEX
#6EAFCC
RGB
rgb(110, 175, 204)
HSL
hsl(199, 48%, 62%)
HSV
hsv(199, 46%, 80%)
CMYK
46%, 14%, 0%, 20%
XYZ
X: 31.95, Y: 37.86, Z: 47.50
Lab
L: 67.92, a: -15.74, b: -21.69
Name

Shades of Color #6EAFCC

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

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

#6EAFCCrgb(110, 175, 204)

About #6EAFCC Color Code

In the HSL color space, this color has a hue angle of 199°, a saturation of 48%, and a lightness of 62%. The HSV representation shows a hue of 199°, a saturation of 46%, and a value of 80%.

  • HEX: #6EAFCC
  • RGB: rgb(110, 175, 204)
  • HSL: hsl(199, 48%, 62%)
  • HSV: hsv(199, 46%, 80%)
  • CMYK: 46.00% cyan, 14.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 31.95, 37.86, 47.50
  • Yxy: 37.86, 0.2724, 0.3227
  • Hunter Lab: 67.92, -15.74, -21.69
  • CIE-Lab: 67.92, -15.74, -21.69

In the XYZ color space, this color is represented as X: 31.95, Y: 37.86, Z: 47.50. The Yxy representation further refines this as Y: 37.86, x: 0.2724, and y: 0.3227.

In the Hunter Lab color space, this color is represented as L: 67.92, a: -15.74, and b: -21.69. Similarly, in the CIE-Lab color space, it is represented as L: 67.92, a: -15.74, and b: -21.69.

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

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

Analogous Colors of #6EAFCC

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

Monochromatic Colors of #6EAFCC

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

Complementary Color of #6EAFCC

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

/* Using HEX */
body {
  background-color: #6eafcc;
}
/* Using RGB */
body {
  background-color: rgb(110, 175, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(110, 175, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(199, 48%, 62%);
}
/* Text color */
p {
  color: #6eafcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #6eafcc;
}
/* Border color */
.box {
  border: 4px solid #6eafcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #6eafcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #6eafcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#6EAFCC
On Black Background
#6EAFCC
On White Background
#6EAFCC

HTML Examples of #6EAFCC

<!-- Using HEX -->
<div style="background-color: #6eafcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(110, 175, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(110, 175, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(199, 48%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #6eafcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #6eafcc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #6eafcc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #6eafcc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #6eafcc; color: #fff; padding: 16px; border-radius: 8px;">
  #6EAFCC
</div>
#6EAFCC
On Black Background
#6EAFCC
On White Background
#6EAFCC

Related Colors of #6EAFCC

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