COLOR #6E6A7F

HEX: #6E6A7F
RGB: (110,106,127)

Color info

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

RGB color model

#6E6A7F color RGB value is (110,106,127).

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

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 127 of 255 = 50%

110
106
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 127 = 343 (100%)
R 110 of 343 ~ 32.07%
G 106 of 343 ~ 30.9%
B 127 of 343 ~ 37.03%

%32.07
%30.9
%37.03

CMYK color model

#6E6A7F color CMYK value is (13,17,0,50).

  • cyan value is 13.39%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(13,17,0,50)
C13M17Y0K50 
(13%,17%,0%,50%)
(0.13/0.17/0.00/0.50)	

CMYK percentages

%13.39
%16.54
%0
%50.2

Codes

Color #6E6A7F in popluar color models

6E6A7F
RGB110106127
HSL251°9.01%45.69%
HSB/HSV251°16.54%49.80%
CMYK13.39%16.54%0.00%
50.20%

Color #6E6A7F in popluar number systems.

HEX6E6A7F
Decimal110106127
Binary110111011010101111111
Octal156152177

Shades and tints

Shades of #6E6A7F

#6E6A7F
(110,106,127)
#646174
(100,97,116)
#5A5869
(90,88,105)
#504F5E
(80,79,94)
#464653
(70,70,83)
#3C3D48
(60,61,72)
#32343D
(50,52,61)
#282B32
(40,43,50)
#1E2227
(30,34,39)
#14191C
(20,25,28)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6E6A7F

#6E6A7F
(110,106,127)
#7B778A
(123,119,138)
#888495
(136,132,149)
#9591A0
(149,145,160)
#A29EAB
(162,158,171)
#AFABB6
(175,171,182)
#BCB8C1
(188,184,193)
#C9C5CC
(201,197,204)
#D6D2D7
(214,210,215)
#E3DFE2
(227,223,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A7F; }

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

This text font color is #6E6A7F.


Background Color

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

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

This div background color is #6E6A7F.


Border color

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

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

This div border color is #6E6A7F.


Opacity

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

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

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

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

This text has shadow with #6E6A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A7F on black background.


Color preview on white background

This text has color #6E6A7F on white background.



Black color preview on #6E6A7F background

This text has black color on #6E6A7F background.


White color preview on #6E6A7F background

This text has white color on #6E6A7F background.