Color: #68A4BF
#68A4BF Color Information
#68A4BF is a light color. The closest websafe version is #68A4BF. A complement of this color would be #BF8469, perceived brightness is 0.58, and the grayscale version is #949494.
In the HSL color space, this color has a hue angle of 199°,a saturation of 40%, and a lightness of 58%.The HSV representation shows a hue of 199°, a saturation of 46%, and a value of 75%.
In a RGB color space, #68A4BF is composed of 41% red, 64% green and 75% blue. Whereas in a CMYK color space, it is composed of 46% cyan, 14% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 32.85, x: 0.2734, and y: 0.3232.
Color Code #68A4BF
Shades of Color #68A4BF
Shades are created by darkening the original color #68A4BF 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 #68A4BF
Tints are created by lightening the original color #68A4BF 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 #68A4BF Color Code
In the HSL color space, this color has a hue angle of 199°, a saturation of 40%, and a lightness of 58%. The HSV representation shows a hue of 199°, a saturation of 46%, and a value of 75%.
- HEX: #68A4BF
- RGB: rgb(104, 164, 191)
- HSL: hsl(199, 40%, 58%)
- HSV: hsv(199, 46%, 75%)
- CMYK: 46.00% cyan, 14.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 27.79, 32.85, 41.01
- Yxy: 32.85, 0.2734, 0.3232
- Hunter Lab: 64.04, -14.74, -20.41
- CIE-Lab: 64.04, -14.74, -20.41
In the XYZ color space, this color is represented as X: 27.79, Y: 32.85, Z: 41.01. The Yxy representation further refines this as Y: 32.85, x: 0.2734, and y: 0.3232.
In the Hunter Lab color space, this color is represented as L: 64.04, a: -14.74, and b: -20.41. Similarly, in the CIE-Lab color space, it is represented as L: 64.04, a: -14.74, and b: -20.41.
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 #68A4BF
Triadic colors are three colors evenly spaced around the color wheel, including #68A4BF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #68A4BF
Split complementary colors are two colors adjacent to the complementary color of #68A4BF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #68A4BF
Monochromatic colors are variations of #68A4BF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #68A4BF
The complementary color of #68A4BF 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 #68A4BF
/* Using HEX */ body { background-color: #68a4bf; }
/* Using RGB */ body { background-color: rgb(104, 164, 191); }
/* Using RGB with opacity */ body { background-color: rgba(104, 164, 191, 0.5); }
/* Using HSL */ body { background-color: hsl(199, 40%, 58%); }
/* Text color */ p { color: #68a4bf; }
/* Box shadow */ div { box-shadow: 4px 4px #68a4bf; }
/* Border color */ .box { border: 4px solid #68a4bf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #68a4bf; }
/* Background with text */ div { background: #68a4bf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #68A4BF
<!-- Using HEX --> <div style="background-color: #68a4bf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(104, 164, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(104, 164, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(199, 40%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #68a4bf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #68a4bf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #68a4bf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #68a4bf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #68a4bf; color: #fff; padding: 16px; border-radius: 8px;"> #68A4BF </div>
Related Colors of #68A4BF
These colors are similar to #68A4BF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.