AuroMetalSaurus (#6E7F80)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 4.19:1 — vs black: 5.01:1

Color values

  • HEX #6E7F80
  • RGB rgb(110, 127, 128)
  • HSL hsl(183, 14%, 50%)
  • CMYK cmyk( 14.06, 0.78, 0, 49.8 )
  • Websafe #666699

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #6E7F80 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

AuroMetalSaurus
#6E7F80 Base
#806F6E
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

AuroMetalSaurus
#6E7F80 Base
#6E8078
#6E7680
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

AuroMetalSaurus
#6E7F80 Base
#806E7F
#7F806E
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

AuroMetalSaurus
#6E7F80 Base
#806E76
#80786E
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

AuroMetalSaurus
#6E7F80 Base
#786E80
#806F6E
#76806E
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

AuroMetalSaurus
#6E7F80 Base
#272D2E
#4B5657
#5B696A
#839394
#96A4A5
#BFC8C8
Shades & Tints

Darker shades and lighter tints of AuroMetalSaurus, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0C0E0E
#1F2425
#333B3B
#475252
#5A6869
AuroMetalSaurus #6E7F80 Base
#879798
#A2AEAF
#BCC5C6
#D7DCDC
#F1F3F3
CSS & SCSS Snippets

Ready-to-use code snippets for #6E7F80. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #6E7F80;
}

/* Text */
.element {
    color: #6E7F80;
}

/* Border */
.element {
    border: 1px solid #6E7F80;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #6E7F80,
        #92706E
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #6E7F80,
        #92706E
    );
}
SCSS Variable
// SCSS variable
$aurometalsaurus: #6E7F80;

// With RGB channels (useful for rgba() usage)
$aurometalsaurus-r: 110;
$aurometalsaurus-g: 127;
$aurometalsaurus-b: 128;

// Usage
.element {
    background-color: $aurometalsaurus;
    color: rgba($aurometalsaurus-r, $aurometalsaurus-g, $aurometalsaurus-b, 0.8);
}
Color Blindness Simulation

How AuroMetalSaurus appears to people with different types of color vision deficiency.

Normal Vision #6E7F80 How the color appears with full color vision.
Deuteranopia #7A7A80 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #7D7D80 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #6E7F7F Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #7C7C7C Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to AuroMetalSaurus ranked by perceptual difference (Delta-E 2000 — lower = more similar).

AuroMetalSaurus #6E7F80 Base
Smoke #738276 ΔE 6.55
Xanadu #738678 ΔE 7.76
Gray #808080 ΔE 7.89
Slate Gray #708090 ΔE 7.96

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.