COLOR #6E677D

HEX: #6E677D
RGB: (110,103,125)

Color info

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

RGB color model

#6E677D color RGB value is (110,103,125).

  • red value is 110;
  • green value is 103;
  • blue value is 125.
RGB:
(110,103,125)
(43%,40%,49%)

RGB channels and saturation

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

110
103
125

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 125 = 338 (100%)
R 110 of 338 ~ 32.54%
G 103 of 338 ~ 30.47%
B 125 of 338 ~ 36.98%

%32.54
%30.47
%36.98

CMYK color model

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

  • cyan value is 12.00%
  • magenta value is 17.60%
  • 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
%17.6
%0
%50.98

Codes

Color #6E677D in popluar color models

6E677D
RGB110103125
HSL259°9.65%44.71%
HSB/HSV259°17.60%49.02%
CMYK12.00%17.60%0.00%
50.98%

Color #6E677D in popluar number systems.

HEX6E677D
Decimal110103125
Binary110111011001111111101
Octal156147175

Shades and tints

Shades of #6E677D

#6E677D
(110,103,125)
#645E72
(100,94,114)
#5A5567
(90,85,103)
#504C5C
(80,76,92)
#464351
(70,67,81)
#3C3A46
(60,58,70)
#32313B
(50,49,59)
#282830
(40,40,48)
#1E1F25
(30,31,37)
#14161A
(20,22,26)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E677D

#6E677D
(110,103,125)
#7B7488
(123,116,136)
#888193
(136,129,147)
#958E9E
(149,142,158)
#A29BA9
(162,155,169)
#AFA8B4
(175,168,180)
#BCB5BF
(188,181,191)
#C9C2CA
(201,194,202)
#D6CFD5
(214,207,213)
#E3DCE0
(227,220,224)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E677D; }

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

This text font color is #6E677D.


Background Color

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

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

This div background color is #6E677D.


Border color

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

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

This div border color is #6E677D.


Opacity

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

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

Text with #6E677D 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 #6E677D;}

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

This text has shadow with #6E677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E677D on black background.


Color preview on white background

This text has color #6E677D on white background.



Black color preview on #6E677D background

This text has black color on #6E677D background.


White color preview on #6E677D background

This text has white color on #6E677D background.