Color #64ADED

HEX

#64ADED

RGB

(100, 173, 237)

Quick Actions

Color Values

Color Space Values
RGB
R: 100, G: 173, B: 237 (39%, 68%, 93%)
CMYK C: 58%, M: 27%, Y: 0%, K: 7%
HSL H: 208°, S: 79%, L: 66%
HSV H: 208°, S: 58%, V: 93%
CIE-LAB L: 68.54, a: -4.35, b: -38.91
CIE-LCH L: 68.54, C: 39.15, H: 263.62
Hunter-Lab L: 62.22, a: -9.06, b: -52.89
Web Safe
#6699ff
Complementary
#eca363

#64ADED is a color with RGB values of 100 red, 173 green, and 237 blue (39%, 68%, 93% respectively). In the CMYK color space, it consists of 58% cyan, 27% magenta, 0% yellow, and 7% black. The color has a hue angle of 208°, 79% saturation, and 66% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #6699ff. The complementary color is #eca363, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #64ADED

Explore different variations of #64ADED including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #64ADED. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #64ADED

Explore different color combinations and harmonies that work well with #64ADED.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #64ADED

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #64ADED

Text with #64ADED

This text has a font color of #64ADED.

<span style="color:#64ADED;">Text here</span>
.text { color: #64ADED; }

#64ADED background color

This paragraph has a background color of #64ADED.

<p style="background-color:#64ADED;">Content here</p>
.background { background-color: #64ADED; }

#64ADED border color

This element has a border color of #64ADED.
<div style="border:1px solid #64ADED;">Content here</div>
.border { border: 1px solid #64ADED; }

#64ADED box shadow

This element has a box shadow using #64ADED.
<div style="box-shadow: 0 4px 6px -1px #64ADED80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #64ADED80; }
Copied to clipboard!