COLOR #6E647D

HEX: #6E647D
RGB: (110,100,125)

Color info

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

RGB color model

#6E647D color RGB value is (110,100,125).

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

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 125 of 255 = 49%

110
100
125

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

Portions of RGB colors in percentages

R + G + B =
110 + 100 + 125 = 335 (100%)
R 110 of 335 ~ 32.84%
G 100 of 335 ~ 29.85%
B 125 of 335 ~ 37.31%

%32.84
%29.85
%37.31

CMYK color model

#6E647D color CMYK value is (12,20,0,51).

  • cyan value is 12.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(12,20,0,51)
C12M20Y0K51 
(12%,20%,0%,51%)
(0.12/0.20/0.00/0.51)	

CMYK percentages

%12
%20
%0
%50.98

Codes

Color #6E647D in popluar color models

6E647D
RGB110100125
HSL264°11.11%44.12%
HSB/HSV264°20.00%49.02%
CMYK12.00%20.00%0.00%
50.98%

Color #6E647D in popluar number systems.

HEX6E647D
Decimal110100125
Binary110111011001001111101
Octal156144175

Shades and tints

Shades of #6E647D

#6E647D
(110,100,125)
#645B72
(100,91,114)
#5A5267
(90,82,103)
#50495C
(80,73,92)
#464051
(70,64,81)
#3C3746
(60,55,70)
#322E3B
(50,46,59)
#282530
(40,37,48)
#1E1C25
(30,28,37)
#14131A
(20,19,26)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #6E647D

#6E647D
(110,100,125)
#7B7288
(123,114,136)
#888093
(136,128,147)
#958E9E
(149,142,158)
#A29CA9
(162,156,169)
#AFAAB4
(175,170,180)
#BCB8BF
(188,184,191)
#C9C6CA
(201,198,202)
#D6D4D5
(214,212,213)
#E3E2E0
(227,226,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E647D; }

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

This text font color is #6E647D.


Background Color

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

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

This div background color is #6E647D.


Border color

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

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

This div border color is #6E647D.


Opacity

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

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

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

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

This text has shadow with #6E647D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E647D on black background.


Color preview on white background

This text has color #6E647D on white background.



Black color preview on #6E647D background

This text has black color on #6E647D background.


White color preview on #6E647D background

This text has white color on #6E647D background.