Color: #6ABEFB
#6ABEFB Color Information
#6ABEFB is a light color. The closest websafe version is #6ABEFB. A complement of this color would be #FBA66A, perceived brightness is 0.67, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 205°,a saturation of 95%, and a lightness of 70%.The HSV representation shows a hue of 205°, a saturation of 58%, and a value of 98%.
In a RGB color space, #6ABEFB is composed of 42% red, 75% green and 98% blue. Whereas in a CMYK color space, it is composed of 58% cyan, 24% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 45.97, x: 0.2495, and y: 0.2873.
Color Code #6ABEFB
Shades of Color #6ABEFB
Shades are created by darkening the original color #6ABEFB 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 #6ABEFB
Tints are created by lightening the original color #6ABEFB 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.
About #6ABEFB Color Code
In the HSL color space, this color has a hue angle of 205°, a saturation of 95%, and a lightness of 70%. The HSV representation shows a hue of 205°, a saturation of 58%, and a value of 98%.
- HEX: #6ABEFB
- RGB: rgb(106, 190, 251)
- HSL: hsl(205, 95%, 70%)
- HSV: hsv(205, 58%, 98%)
- CMYK: 58.00% cyan, 24.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 39.92, 45.97, 74.10
- Yxy: 45.97, 0.2495, 0.2873
- Hunter Lab: 73.52, -13.24, -38.60
- CIE-Lab: 73.52, -13.24, -38.60
In the XYZ color space, this color is represented as X: 39.92, Y: 45.97, Z: 74.10. The Yxy representation further refines this as Y: 45.97, x: 0.2495, and y: 0.2873.
In the Hunter Lab color space, this color is represented as L: 73.52, a: -13.24, and b: -38.60. Similarly, in the CIE-Lab color space, it is represented as L: 73.52, a: -13.24, and b: -38.60.
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 #6ABEFB
Triadic colors are three colors evenly spaced around the color wheel, including #6ABEFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #6ABEFB
Split complementary colors are two colors adjacent to the complementary color of #6ABEFB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #6ABEFB
Monochromatic colors are variations of #6ABEFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #6ABEFB
The complementary color of #6ABEFB 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 #6ABEFB
/* Using HEX */ body { background-color: #6abefb; }
/* Using RGB */ body { background-color: rgb(106, 190, 251); }
/* Using RGB with opacity */ body { background-color: rgba(106, 190, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(205, 95%, 70%); }
/* Text color */ p { color: #6abefb; }
/* Box shadow */ div { box-shadow: 4px 4px #6abefb; }
/* Border color */ .box { border: 4px solid #6abefb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #6abefb; }
/* Background with text */ div { background: #6abefb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #6ABEFB
<!-- Using HEX --> <div style="background-color: #6abefb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(106, 190, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(106, 190, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(205, 95%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #6abefb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #6abefb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #6abefb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #6abefb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #6abefb; color: #fff; padding: 16px; border-radius: 8px;"> #6ABEFB </div>
Related Colors of #6ABEFB
These colors are similar to #6ABEFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.