COLOR #6E667D

HEX: #6E667D RGB: (110,102,125)

Color info

#6E667D contains red, green and blue colors in about the same proportion. Web safe color of #6E667D is #666666 (or #666).

RGB color model

#6E667D color RGB value is (110,102,125).

RGB: (110,102,125) (43%, 40%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 125 of 255 = 49%

110
102
125

R + G + B ~ 44%. #6E667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 102 + 125 = 337 (100%)
R 110 of 337 ~ 32.64%
G 102 of 337 ~ 30.27%
B 125 of 337 ~ 37.09'%

%32.64
%30.27
%37.09

CMYK color model

#6E667D color CMYK value is (12,18,0,51).

  • cyan value is 12.00%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (12,18,0,51)
C12M18Y0K51 (12%, 18%, 0%, 51%)
(0.12 / 0.18 / 0.00 / 0.51)

CMYK percentages

%12
%18.4
%0
%50.98

Codes

Color #6E667D in popluar color models

6E 66 7D
RGB 110 102 125
HSL 261° 10.13% 44.51%
HSB/HSV 261° 18.40% 49.02%
CMYK 12.00% 18.40% 0.00%
50.98%

Color #6E667D in popluar number systems.

HEX 6E 66 7D
Decimal 110 102 125
Binary 1101110 1100110 1111101
Octal 156 146 175

Shades and tints

Shades of #6E667D

#6E667D
(110,102,125)
#645D72
(100,93,114)
#5A5467
(90,84,103)
#504B5C
(80,75,92)
#464251
(70,66,81)
#3C3946
(60,57,70)
#32303B
(50,48,59)
#282730
(40,39,48)
#1E1E25
(30,30,37)
#14151A
(20,21,26)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E667D

#6E667D
(110,102,125)
#7B7388
(123,115,136)
#888093
(136,128,147)
#958D9E
(149,141,158)
#A29AA9
(162,154,169)
#AFA7B4
(175,167,180)
#BCB4BF
(188,180,191)
#C9C1CA
(201,193,202)
#D6CED5
(214,206,213)
#E3DBE0
(227,219,224)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E667D color. Also use rgb(110,102,125) instead hex code.

Text Font Color

.myTextColor { color: #6E667D; }

<p style="color:#6E667D">This sample text font color is #6E667D.</p>

This text font color is #6E667D.

Background Color

.myBgColor { background-color: #6E667D; }

<div style="background-color:#6E667D">Inner text</div>

This div background color is #6E667D.

Border color

.myBorderColor { border: 1px solid #6E667D; }

<div style="border:3px solid #6E667D">Div</div>

This div border color is #6E667D.

Opacity

.myOpacity80 { color: #6E667D; opacity: 0.8; }

<p style="color:#6E667D;opacity:0.8;">80%</p>

Text with #6E667D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E667D;}

<p style="text-shadow: 3px 3px 1px #6E667D">Text here.</p>

This text has shadow with #6E667D color.


.textShadow {text-shadow: 3px 3px 1px #6E667D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E667D, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E667D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E667D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E667D, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E667D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E667D;
-webkit-box-shadow: 1px 1px 3px 2px #6E667D;
box-shadow: 1px 1px 3px 2px #6E667D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E667D; -webkit-box-shadow: 1px 1px 3px 2px #6E667D; box-shadow:1px 1px 3px 2px #6E667D;">
Div content here
</div>

This div box has shadow with color #6E667D.

Preview

Color preview on black background

This text has color #6E667D on black background.


Color preview on white background

This text has color #6E667D on white background.


Black color preview on #6E667D background

This text has black color on #6E667D background.


White color preview on #6E667D background

This text has white color on #6E667D background.


Related colors

Complementary color

Complementary color for #hex is #919982.


I love getcolorcode.com

Triadic colors

1 #7D6E66 and #667D6E with #6E667D are triadic colors.

2 #7D666E and #666E7D with #6E667D are triadic colors.