Color #618A80

HEX

#618A80

RGB

(97, 138, 128)

Quick Actions

Color Values

Color Space Values
RGB
R: 97, G: 138, B: 128 (38%, 54%, 50%)
CMYK C: 30%, M: 0%, Y: 7%, K: 46%
HSL H: 165°, S: 17%, L: 46%
HSV H: 165°, S: 30%, V: 54%
CIE-LAB L: 54.32, a: -16.46, b: 0.8
CIE-LCH L: 54.32, C: 16.48, H: 177.22
Hunter-Lab L: 47.2, a: -16.2, b: -2.22
Web Safe
#669999
Complementary
#8a616b

#618A80 is a color with RGB values of 97 red, 138 green, and 128 blue (38%, 54%, 50% respectively). In the CMYK color space, it consists of 30% cyan, 0% magenta, 7% yellow, and 46% black. The color has a hue angle of 165°, 17% saturation, and 46% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #669999. The complementary color is #8a616b, 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 #618A80

Explore different variations of #618A80 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 #618A80. 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 #618A80

Explore different color combinations and harmonies that work well with #618A80.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #618A80

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 #618A80

Text with #618A80

This text has a font color of #618A80.

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

#618A80 background color

This paragraph has a background color of #618A80.

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

#618A80 border color

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

#618A80 box shadow

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