COLOR #6E757B

HEX: #6E757B
RGB: (110,117,123)

Color info

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

RGB color model

#6E757B color RGB value is (110,117,123).

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

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 123 of 255 = 48%

110
117
123

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 123 = 350 (100%)
R 110 of 350 ~ 31.43%
G 117 of 350 ~ 33.43%
B 123 of 350 ~ 35.14%

%31.43
%33.43
%35.14

CMYK color model

#6E757B color CMYK value is (11,5,0,52).

  • cyan value is 10.57%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(11,5,0,52)
C11M5Y0K52 
(11%,5%,0%,52%)
(0.11/0.05/0.00/0.52)	

CMYK percentages

%10.57
%4.88
%0
%51.76

Codes

Color #6E757B in popluar color models

6E757B
RGB110117123
HSL208°5.58%45.69%
HSB/HSV208°10.57%48.24%
CMYK10.57%4.88%0.00%
51.76%

Color #6E757B in popluar number systems.

HEX6E757B
Decimal110117123
Binary110111011101011111011
Octal156165173

Shades and tints

Shades of #6E757B

#6E757B
(110,117,123)
#646B70
(100,107,112)
#5A6165
(90,97,101)
#50575A
(80,87,90)
#464D4F
(70,77,79)
#3C4344
(60,67,68)
#323939
(50,57,57)
#282F2E
(40,47,46)
#1E2523
(30,37,35)
#141B18
(20,27,24)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6E757B

#6E757B
(110,117,123)
#7B8187
(123,129,135)
#888D93
(136,141,147)
#95999F
(149,153,159)
#A2A5AB
(162,165,171)
#AFB1B7
(175,177,183)
#BCBDC3
(188,189,195)
#C9C9CF
(201,201,207)
#D6D5DB
(214,213,219)
#E3E1E7
(227,225,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E757B; }

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

This text font color is #6E757B.


Background Color

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

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

This div background color is #6E757B.


Border color

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

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

This div border color is #6E757B.


Opacity

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

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

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

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

This text has shadow with #6E757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E757B on black background.


Color preview on white background

This text has color #6E757B on white background.



Black color preview on #6E757B background

This text has black color on #6E757B background.


White color preview on #6E757B background

This text has white color on #6E757B background.