COLOR #6E6A7C

HEX: #6E6A7C RGB: (110,106,124)

Color info

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

RGB color model

#6E6A7C color RGB value is (110,106,124).

RGB: (110,106,124) (43%, 42%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 124 of 255 = 49%

110
106
124

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

Portions of RGB colors in percentages

R + G + B = 110 + 106 + 124 = 340 (100%)
R 110 of 340 ~ 32.35%
G 106 of 340 ~ 31.18%
B 124 of 340 ~ 36.47'%

%32.35
%31.18
%36.47

CMYK color model

#6E6A7C color CMYK value is (11,15,0,51).

  • cyan value is 11.29%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (11,15,0,51)
C11M15Y0K51 (11%, 15%, 0%, 51%)
(0.11 / 0.15 / 0.00 / 0.51)

CMYK percentages

%11.29
%14.52
%0
%51.37

Codes

Color #6E6A7C in popluar color models

6E 6A 7C
RGB 110 106 124
HSL 253° 7.83% 45.10%
HSB/HSV 253° 14.52% 48.63%
CMYK 11.29% 14.52% 0.00%
51.37%

Color #6E6A7C in popluar number systems.

HEX 6E 6A 7C
Decimal 110 106 124
Binary 1101110 1101010 1111100
Octal 156 152 174

Shades and tints

Shades of #6E6A7C

#6E6A7C
(110,106,124)
#646171
(100,97,113)
#5A5866
(90,88,102)
#504F5B
(80,79,91)
#464650
(70,70,80)
#3C3D45
(60,61,69)
#32343A
(50,52,58)
#282B2F
(40,43,47)
#1E2224
(30,34,36)
#141919
(20,25,25)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #6E6A7C

#6E6A7C
(110,106,124)
#7B7787
(123,119,135)
#888492
(136,132,146)
#95919D
(149,145,157)
#A29EA8
(162,158,168)
#AFABB3
(175,171,179)
#BCB8BE
(188,184,190)
#C9C5C9
(201,197,201)
#D6D2D4
(214,210,212)
#E3DFDF
(227,223,223)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6A7C color. Also use rgb(110,106,124) instead hex code.

Text Font Color

.myTextColor { color: #6E6A7C; }

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

This text font color is #6E6A7C.

Background Color

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

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

This div background color is #6E6A7C.

Border color

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

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

This div border color is #6E6A7C.

Opacity

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

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

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

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

This text has shadow with #6E6A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6A7C.

Preview

Color preview on black background

This text has color #6E6A7C on black background.


Color preview on white background

This text has color #6E6A7C on white background.


Black color preview on #6E6A7C background

This text has black color on #6E6A7C background.


White color preview on #6E6A7C background

This text has white color on #6E6A7C background.


Related colors

Complementary color

Complementary color for #hex is #919583.


I love getcolorcode.com

Triadic colors

1 #7C6E6A and #6A7C6E with #6E6A7C are triadic colors.

2 #7C6A6E and #6A6E7C with #6E6A7C are triadic colors.