COLOR #6E6379

HEX: #6E6379 RGB: (110,99,121)

Color info

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

RGB color model

#6E6379 color RGB value is (110,99,121).

RGB: (110,99,121) (43%, 39%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 121 of 255 = 47%

110
99
121

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

Portions of RGB colors in percentages

R + G + B = 110 + 99 + 121 = 330 (100%)
R 110 of 330 ~ 33.33%
G 99 of 330 ~ 30%
B 121 of 330 ~ 36.67'%

%33.33
%30
%36.67

CMYK color model

#6E6379 color CMYK value is (9,18,0,53).

  • cyan value is 9.09%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (9,18,0,53)
C9M18Y0K53 (9%, 18%, 0%, 53%)
(0.09 / 0.18 / 0.00 / 0.53)

CMYK percentages

%9.09
%18.18
%0
%52.55

Codes

Color #6E6379 in popluar color models

6E 63 79
RGB 110 99 121
HSL 270° 10.00% 43.14%
HSB/HSV 270° 18.18% 47.45%
CMYK 9.09% 18.18% 0.00%
52.55%

Color #6E6379 in popluar number systems.

HEX 6E 63 79
Decimal 110 99 121
Binary 1101110 1100011 1111001
Octal 156 143 171

Shades and tints

Shades of #6E6379

#6E6379
(110,99,121)
#645A6E
(100,90,110)
#5A5163
(90,81,99)
#504858
(80,72,88)
#463F4D
(70,63,77)
#3C3642
(60,54,66)
#322D37
(50,45,55)
#28242C
(40,36,44)
#1E1B21
(30,27,33)
#141216
(20,18,22)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #6E6379

#6E6379
(110,99,121)
#7B7185
(123,113,133)
#887F91
(136,127,145)
#958D9D
(149,141,157)
#A29BA9
(162,155,169)
#AFA9B5
(175,169,181)
#BCB7C1
(188,183,193)
#C9C5CD
(201,197,205)
#D6D3D9
(214,211,217)
#E3E1E5
(227,225,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6379 color. Also use rgb(110,99,121) instead hex code.

Text Font Color

.myTextColor { color: #6E6379; }

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

This text font color is #6E6379.

Background Color

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

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

This div background color is #6E6379.

Border color

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

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

This div border color is #6E6379.

Opacity

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

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

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

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

This text has shadow with #6E6379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6379.

Preview

Color preview on black background

This text has color #6E6379 on black background.


Color preview on white background

This text has color #6E6379 on white background.


Black color preview on #6E6379 background

This text has black color on #6E6379 background.


White color preview on #6E6379 background

This text has white color on #6E6379 background.


Related colors

Complementary color

Complementary color for #hex is #919C86.


I love getcolorcode.com

Triadic colors

1 #796E63 and #63796E with #6E6379 are triadic colors.

2 #79636E and #636E79 with #6E6379 are triadic colors.