COLOR #6E7274

HEX: #6E7274
RGB: (110,114,116)

Color info

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

RGB color model

#6E7274 color RGB value is (110,114,116).

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

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 116 of 255 = 45%

110
114
116

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

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 116 = 340 (100%)
R 110 of 340 ~ 32.35%
G 114 of 340 ~ 33.53%
B 116 of 340 ~ 34.12%

%32.35
%33.53
%34.12

CMYK color model

#6E7274 color CMYK value is (5,2,0,55).

  • cyan value is 5.17%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(5,2,0,55)
C5M2Y0K55 
(5%,2%,0%,55%)
(0.05/0.02/0.00/0.55)	

CMYK percentages

%5.17
%1.72
%0
%54.51

Codes

Color #6E7274 in popluar color models

6E7274
RGB110114116
HSL200°2.65%44.31%
HSB/HSV200°5.17%45.49%
CMYK5.17%1.72%0.00%
54.51%

Color #6E7274 in popluar number systems.

HEX6E7274
Decimal110114116
Binary110111011100101110100
Octal156162164

Shades and tints

Shades of #6E7274

#6E7274
(110,114,116)
#64686A
(100,104,106)
#5A5E60
(90,94,96)
#505456
(80,84,86)
#464A4C
(70,74,76)
#3C4042
(60,64,66)
#323638
(50,54,56)
#282C2E
(40,44,46)
#1E2224
(30,34,36)
#14181A
(20,24,26)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E7274

#6E7274
(110,114,116)
#7B7E80
(123,126,128)
#888A8C
(136,138,140)
#959698
(149,150,152)
#A2A2A4
(162,162,164)
#AFAEB0
(175,174,176)
#BCBABC
(188,186,188)
#C9C6C8
(201,198,200)
#D6D2D4
(214,210,212)
#E3DEE0
(227,222,224)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7274; }

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

This text font color is #6E7274.


Background Color

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

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

This div background color is #6E7274.


Border color

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

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

This div border color is #6E7274.


Opacity

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

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

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

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

This text has shadow with #6E7274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7274 on black background.


Color preview on white background

This text has color #6E7274 on white background.



Black color preview on #6E7274 background

This text has black color on #6E7274 background.


White color preview on #6E7274 background

This text has white color on #6E7274 background.