COLOR #6E637F

HEX: #6E637F
RGB: (110,99,127)

Color info

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

RGB color model

#6E637F color RGB value is (110,99,127).

  • red value is 110;
  • green value is 99;
  • blue value is 127.
RGB:
(110,99,127)
(43%,39%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 127 of 255 = 50%

110
99
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 127 = 336 (100%)
R 110 of 336 ~ 32.74%
G 99 of 336 ~ 29.46%
B 127 of 336 ~ 37.8%

%32.74
%29.46
%37.8

CMYK color model

#6E637F color CMYK value is (13,22,0,50).

  • cyan value is 13.39%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(13,22,0,50)
C13M22Y0K50 
(13%,22%,0%,50%)
(0.13/0.22/0.00/0.50)	

CMYK percentages

%13.39
%22.05
%0
%50.2

Codes

Color #6E637F in popluar color models

6E637F
RGB11099127
HSL264°12.39%44.31%
HSB/HSV264°22.05%49.80%
CMYK13.39%22.05%0.00%
50.20%

Color #6E637F in popluar number systems.

HEX6E637F
Decimal11099127
Binary110111011000111111111
Octal156143177

Shades and tints

Shades of #6E637F

#6E637F
(110,99,127)
#645A74
(100,90,116)
#5A5169
(90,81,105)
#50485E
(80,72,94)
#463F53
(70,63,83)
#3C3648
(60,54,72)
#322D3D
(50,45,61)
#282432
(40,36,50)
#1E1B27
(30,27,39)
#14121C
(20,18,28)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #6E637F

#6E637F
(110,99,127)
#7B718A
(123,113,138)
#887F95
(136,127,149)
#958DA0
(149,141,160)
#A29BAB
(162,155,171)
#AFA9B6
(175,169,182)
#BCB7C1
(188,183,193)
#C9C5CC
(201,197,204)
#D6D3D7
(214,211,215)
#E3E1E2
(227,225,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E637F color. Also use rgb(110,99,127) instead hex code.

Text Font Color

.myTextColor { color: #6E637F; }

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

This text font color is #6E637F.


Background Color

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

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

This div background color is #6E637F.


Border color

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

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

This div border color is #6E637F.


Opacity

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

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

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

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

This text has shadow with #6E637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E637F on black background.


Color preview on white background

This text has color #6E637F on white background.



Black color preview on #6E637F background

This text has black color on #6E637F background.


White color preview on #6E637F background

This text has white color on #6E637F background.