COLOR #6E677A

HEX: #6E677A
RGB: (110,103,122)

Color info

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

RGB color model

#6E677A color RGB value is (110,103,122).

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

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 122 of 255 = 48%

110
103
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 122 = 335 (100%)
R 110 of 335 ~ 32.84%
G 103 of 335 ~ 30.75%
B 122 of 335 ~ 36.42%

%32.84
%30.75
%36.42

CMYK color model

#6E677A color CMYK value is (10,16,0,52).

  • cyan value is 9.84%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(10,16,0,52)
C10M16Y0K52 
(10%,16%,0%,52%)
(0.10/0.16/0.00/0.52)	

CMYK percentages

%9.84
%15.57
%0
%52.16

Codes

Color #6E677A in popluar color models

6E677A
RGB110103122
HSL262°8.44%44.12%
HSB/HSV262°15.57%47.84%
CMYK9.84%15.57%0.00%
52.16%

Color #6E677A in popluar number systems.

HEX6E677A
Decimal110103122
Binary110111011001111111010
Octal156147172

Shades and tints

Shades of #6E677A

#6E677A
(110,103,122)
#645E6F
(100,94,111)
#5A5564
(90,85,100)
#504C59
(80,76,89)
#46434E
(70,67,78)
#3C3A43
(60,58,67)
#323138
(50,49,56)
#28282D
(40,40,45)
#1E1F22
(30,31,34)
#141617
(20,22,23)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E677A

#6E677A
(110,103,122)
#7B7486
(123,116,134)
#888192
(136,129,146)
#958E9E
(149,142,158)
#A29BAA
(162,155,170)
#AFA8B6
(175,168,182)
#BCB5C2
(188,181,194)
#C9C2CE
(201,194,206)
#D6CFDA
(214,207,218)
#E3DCE6
(227,220,230)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E677A; }

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

This text font color is #6E677A.


Background Color

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

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

This div background color is #6E677A.


Border color

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

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

This div border color is #6E677A.


Opacity

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

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

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

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

This text has shadow with #6E677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E677A on black background.


Color preview on white background

This text has color #6E677A on white background.



Black color preview on #6E677A background

This text has black color on #6E677A background.


White color preview on #6E677A background

This text has white color on #6E677A background.