Color: #6BCCFD

#6BCCFD Color Information

#6BCCFD is a light color. The closest websafe version is #6BCCFD. A complement of this color would be #FD9D6D, perceived brightness is 0.71, and the grayscale version is #B4B4B4.

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

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

In the Yxy color space, this color is represented as Y: 52.51, x: 0.2535, and y: 0.3045.

Color Code #6BCCFD

#6BCCFDrgb(107, 204, 253)
HEX
#6BCCFD
RGB
rgb(107, 204, 253)
HSL
hsl(200, 97%, 71%)
HSV
hsv(200, 58%, 99%)
CMYK
58%, 19%, 0%, 1%
XYZ
X: 43.72, Y: 52.51, Z: 76.22
Lab
L: 77.59, a: -19.27, b: -33.42
Name

Shades of Color #6BCCFD

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

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

#6BCCFDrgb(107, 204, 253)

About #6BCCFD Color Code

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

  • HEX: #6BCCFD
  • RGB: rgb(107, 204, 253)
  • HSL: hsl(200, 97%, 71%)
  • HSV: hsv(200, 58%, 99%)
  • CMYK: 58.00% cyan, 19.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 43.72, 52.51, 76.22
  • Yxy: 52.51, 0.2535, 0.3045
  • Hunter Lab: 77.59, -19.27, -33.42
  • CIE-Lab: 77.59, -19.27, -33.42

In the XYZ color space, this color is represented as X: 43.72, Y: 52.51, Z: 76.22. The Yxy representation further refines this as Y: 52.51, x: 0.2535, and y: 0.3045.

In the Hunter Lab color space, this color is represented as L: 77.59, a: -19.27, and b: -33.42. Similarly, in the CIE-Lab color space, it is represented as L: 77.59, a: -19.27, and b: -33.42.

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

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

Analogous Colors of #6BCCFD

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

Split Complementary Colors of #6BCCFD

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

Tetradic Colors of #6BCCFD

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

Monochromatic Colors of #6BCCFD

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

Complementary Color of #6BCCFD

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

/* Using HEX */
body {
  background-color: #6bccfd;
}
/* Using RGB */
body {
  background-color: rgb(107, 204, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(107, 204, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(200, 97%, 71%);
}
/* Text color */
p {
  color: #6bccfd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #6bccfd;
}
/* Border color */
.box {
  border: 4px solid #6bccfd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #6bccfd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #6bccfd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#6BCCFD
On Black Background
#6BCCFD
On White Background
#6BCCFD

HTML Examples of #6BCCFD

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

Related Colors of #6BCCFD

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