What is hex #6E7F80 color?

 
The hex code #6E7F80 is also know by an other name that is Auro Metal Saurus.
This color is composed of 110% red, 127% green and 128% blue. So we can say that the RGB value is (110,127,128)
You need to use it for a printer? The CMYK colors code equivalent of hex #6E7F80 is C:14 M:1 Y:0, K:50) .
In the HSV/HSB scale, #6E7F80 has a hue of 183°, 14% saturation and a brightness value of 50%.
If you want to know all about the hex #6E7F80, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #6E7F80 (complementary, analogous, triadic, tetradic...).

Hex #6E7F80 Color Codes & Equivalents

Color Name [Auro Metal Saurus]
RGB Values (110,127,128)
CMYK Values (14%, 1%, 0%, 50%)
HSV/HSB Values (183°, 14%, 50%)
Closest Web Safe
#666699 [Dark Blue Gray]
Inverse Color
#91807f
Closest Pantone®
444 C
Closest RAL
RAL 9023 [Pearl dark grey]
Complementary Color
#806f6e

#6E7F80 Converted to Grayscale Codes

Average
#7a7a7a
Lightness (Desaturation)
#777777
Weighted (BT601)
#7a7a7a
Luma (BT709)
#7b7b7b

Hex #6E7F80 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #6E7F80 is #806f6e. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #6E7F80 you will find #806f6e. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#6E7F80 #806f6e

Analogous Palette

The analogous color scheme of #6E7F80 is composed with colors #6E8078 and #6E7680. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #6E7F80 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#6E8078 #6E7F80 #6E7680

Split-Complementary Palette

The split-complementary color scheme of #6E7F80 is composed with colors #80786E and #806E76. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#6E7F80 #80786E #806E76

Triadic Palette

The triadic color scheme of #6E7F80 is composed with colors #7F806E and #806E7F. They are located to the right and left of your main color #6E7F80 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#6E7F80 #7F806E #806E7F

Tetradic Palette

The tetradic color scheme of #6E7F80 is composed with colors #806E7F, #806F6E and #6E806F A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#6E7F80 #806E7F #806F6E #6E806F

Square Palette

The square color scheme of #6E7F80 is composed with colors #786E80, #806F6E and #76806E To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#6E7F80 #786E80 #806F6E #76806E

Tints, Tones & Shades of Hex #6E7F80

Tints

Tints are created by adding white, resulting in lighter shades of #6E7F80.

#6E7F80 #77898A #829394 #8D9C9D #98A6A7 #A3AFB0 #AEB9B9 #B9C2C3

Tones

Tones are made by mixing with gray, softening the original color.

#6E7F80 #777777 #777777 #777777 #777777 #777777 #777777 #777777

Shades

Shades result from adding black, creating darker variations.

#6E7F80 #647475 #5B696A #515E5F #485354 #3E4849 #353D3E #2C3233

Hex #6E7F80 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #6E7F80
Java new Color(110,127,128);
Python Color(#6E7F80)
.NET Color.FromArgb(255, 110,127,128);
Swift / iOS UIColor(red: 0.43, green: 0.5, blue: 0.5, alpha: 1)
Kotlin / Android Color.rgb(110, 127, 128)