COLOR #6E697B

HEX: #6E697B
RGB: (110,105,123)

Color info

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

RGB color model

#6E697B color RGB value is (110,105,123).

  • red value is 110;
  • green value is 105;
  • blue value is 123.
RGB:
(110,105,123)
(43%,41%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 123 of 255 = 48%

110
105
123

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

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 123 = 338 (100%)
R 110 of 338 ~ 32.54%
G 105 of 338 ~ 31.07%
B 123 of 338 ~ 36.39%

%32.54
%31.07
%36.39

CMYK color model

#6E697B color CMYK value is (11,15,0,52).

  • cyan value is 10.57%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(11,15,0,52)
C11M15Y0K52 
(11%,15%,0%,52%)
(0.11/0.15/0.00/0.52)	

CMYK percentages

%10.57
%14.63
%0
%51.76

Codes

Color #6E697B in popluar color models

6E697B
RGB110105123
HSL257°7.89%44.71%
HSB/HSV257°14.63%48.24%
CMYK10.57%14.63%0.00%
51.76%

Color #6E697B in popluar number systems.

HEX6E697B
Decimal110105123
Binary110111011010011111011
Octal156151173

Shades and tints

Shades of #6E697B

#6E697B
(110,105,123)
#646070
(100,96,112)
#5A5765
(90,87,101)
#504E5A
(80,78,90)
#46454F
(70,69,79)
#3C3C44
(60,60,68)
#323339
(50,51,57)
#282A2E
(40,42,46)
#1E2123
(30,33,35)
#141818
(20,24,24)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E697B

#6E697B
(110,105,123)
#7B7687
(123,118,135)
#888393
(136,131,147)
#95909F
(149,144,159)
#A29DAB
(162,157,171)
#AFAAB7
(175,170,183)
#BCB7C3
(188,183,195)
#C9C4CF
(201,196,207)
#D6D1DB
(214,209,219)
#E3DEE7
(227,222,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E697B color. Also use rgb(110,105,123) instead hex code.

Text Font Color

.myTextColor { color: #6E697B; }

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

This text font color is #6E697B.


Background Color

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

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

This div background color is #6E697B.


Border color

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

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

This div border color is #6E697B.


Opacity

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

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

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

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

This text has shadow with #6E697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E697B on black background.


Color preview on white background

This text has color #6E697B on white background.



Black color preview on #6E697B background

This text has black color on #6E697B background.


White color preview on #6E697B background

This text has white color on #6E697B background.