COLOR #6E6276

HEX: #6E6276 RGB: (110,98,118)

Color info

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

RGB color model

#6E6276 color RGB value is (110,98,118).

RGB: (110,98,118) (43%, 38%, 46%)

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 118 of 255 = 46%

110
98
118

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

Portions of RGB colors in percentages

R + G + B = 110 + 98 + 118 = 326 (100%)
R 110 of 326 ~ 33.74%
G 98 of 326 ~ 30.06%
B 118 of 326 ~ 36.2'%

%33.74
%30.06
%36.2

CMYK color model

#6E6276 color CMYK value is (7,17,0,54).

  • cyan value is 6.78%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (7,17,0,54)
C7M17Y0K54 (7%, 17%, 0%, 54%)
(0.07 / 0.17 / 0.00 / 0.54)

CMYK percentages

%6.78
%16.95
%0
%53.73

Codes

Color #6E6276 in popluar color models

6E 62 76
RGB 110 98 118
HSL 276° 9.26% 42.35%
HSB/HSV 276° 16.95% 46.27%
CMYK 6.78% 16.95% 0.00%
53.73%

Color #6E6276 in popluar number systems.

HEX 6E 62 76
Decimal 110 98 118
Binary 1101110 1100010 1110110
Octal 156 142 166

Shades and tints

Shades of #6E6276

#6E6276
(110,98,118)
#645A6C
(100,90,108)
#5A5262
(90,82,98)
#504A58
(80,74,88)
#46424E
(70,66,78)
#3C3A44
(60,58,68)
#32323A
(50,50,58)
#282A30
(40,42,48)
#1E2226
(30,34,38)
#141A1C
(20,26,28)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E6276

#6E6276
(110,98,118)
#7B7082
(123,112,130)
#887E8E
(136,126,142)
#958C9A
(149,140,154)
#A29AA6
(162,154,166)
#AFA8B2
(175,168,178)
#BCB6BE
(188,182,190)
#C9C4CA
(201,196,202)
#D6D2D6
(214,210,214)
#E3E0E2
(227,224,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6276 color. Also use rgb(110,98,118) instead hex code.

Text Font Color

.myTextColor { color: #6E6276; }

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

This text font color is #6E6276.

Background Color

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

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

This div background color is #6E6276.

Border color

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

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

This div border color is #6E6276.

Opacity

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

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

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

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

This text has shadow with #6E6276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6276.

Preview

Color preview on black background

This text has color #6E6276 on black background.


Color preview on white background

This text has color #6E6276 on white background.


Black color preview on #6E6276 background

This text has black color on #6E6276 background.


White color preview on #6E6276 background

This text has white color on #6E6276 background.


Related colors

Complementary color

Complementary color for #hex is #919D89.


I love getcolorcode.com

Triadic colors

1 #766E62 and #62766E with #6E6276 are triadic colors.

2 #76626E and #626E76 with #6E6276 are triadic colors.