COLOR #6E6479

HEX: #6E6479
RGB: (110,100,121)

Color info

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

RGB color model

#6E6479 color RGB value is (110,100,121).

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

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 121 of 255 = 47%

110
100
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 100 + 121 = 331 (100%)
R 110 of 331 ~ 33.23%
G 100 of 331 ~ 30.21%
B 121 of 331 ~ 36.56%

%33.23
%30.21
%36.56

CMYK color model

#6E6479 color CMYK value is (9,17,0,53).

  • cyan value is 9.09%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(9,17,0,53)
C9M17Y0K53 
(9%,17%,0%,53%)
(0.09/0.17/0.00/0.53)	

CMYK percentages

%9.09
%17.36
%0
%52.55

Codes

Color #6E6479 in popluar color models

6E6479
RGB110100121
HSL269°9.50%43.33%
HSB/HSV269°17.36%47.45%
CMYK9.09%17.36%0.00%
52.55%

Color #6E6479 in popluar number systems.

HEX6E6479
Decimal110100121
Binary110111011001001111001
Octal156144171

Shades and tints

Shades of #6E6479

#6E6479
(110,100,121)
#645B6E
(100,91,110)
#5A5263
(90,82,99)
#504958
(80,73,88)
#46404D
(70,64,77)
#3C3742
(60,55,66)
#322E37
(50,46,55)
#28252C
(40,37,44)
#1E1C21
(30,28,33)
#141316
(20,19,22)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #6E6479

#6E6479
(110,100,121)
#7B7285
(123,114,133)
#888091
(136,128,145)
#958E9D
(149,142,157)
#A29CA9
(162,156,169)
#AFAAB5
(175,170,181)
#BCB8C1
(188,184,193)
#C9C6CD
(201,198,205)
#D6D4D9
(214,212,217)
#E3E2E5
(227,226,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6479; }

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

This text font color is #6E6479.


Background Color

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

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

This div background color is #6E6479.


Border color

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

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

This div border color is #6E6479.


Opacity

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

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

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

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

This text has shadow with #6E6479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6479 on black background.


Color preview on white background

This text has color #6E6479 on white background.



Black color preview on #6E6479 background

This text has black color on #6E6479 background.


White color preview on #6E6479 background

This text has white color on #6E6479 background.