COLOR #6E7466

HEX: #6E7466
RGB: (110,116,102)

Color info

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

RGB color model

#6E7466 color RGB value is (110,116,102).

  • red value is 110;
  • green value is 116;
  • blue value is 102.
RGB:
(110,116,102)
(43%,45%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 102 of 255 = 40%

110
116
102

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 102 = 328 (100%)
R 110 of 328 ~ 33.54%
G 116 of 328 ~ 35.37%
B 102 of 328 ~ 31.1%

%33.54
%35.37
%31.1

CMYK color model

#6E7466 color CMYK value is (5,0,12,55).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(5,0,12,55)
C5M0Y12K55 
(5%,0%,12%,55%)
(0.05/0.00/0.12/0.55)	

CMYK percentages

%5.17
%0
%12.07
%54.51

Codes

Color #6E7466 in popluar color models

6E7466
RGB110116102
HSL86°6.42%42.75%
HSB/HSV86°12.07%45.49%
CMYK5.17%0.00%12.07%
54.51%

Color #6E7466 in popluar number systems.

HEX6E7466
Decimal110116102
Binary110111011101001100110
Octal156164146

Shades and tints

Shades of #6E7466

#6E7466
(110,116,102)
#646A5D
(100,106,93)
#5A6054
(90,96,84)
#50564B
(80,86,75)
#464C42
(70,76,66)
#3C4239
(60,66,57)
#323830
(50,56,48)
#282E27
(40,46,39)
#1E241E
(30,36,30)
#141A15
(20,26,21)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E7466

#6E7466
(110,116,102)
#7B8073
(123,128,115)
#888C80
(136,140,128)
#95988D
(149,152,141)
#A2A49A
(162,164,154)
#AFB0A7
(175,176,167)
#BCBCB4
(188,188,180)
#C9C8C1
(201,200,193)
#D6D4CE
(214,212,206)
#E3E0DB
(227,224,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7466 color. Also use rgb(110,116,102) instead hex code.

Text Font Color

.myTextColor { color: #6E7466; }

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

This text font color is #6E7466.


Background Color

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

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

This div background color is #6E7466.


Border color

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

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

This div border color is #6E7466.


Opacity

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

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

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

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

This text has shadow with #6E7466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7466 on black background.


Color preview on white background

This text has color #6E7466 on white background.



Black color preview on #6E7466 background

This text has black color on #6E7466 background.


White color preview on #6E7466 background

This text has white color on #6E7466 background.