COLOR #6E6675

HEX: #6E6675
RGB: (110,102,117)

Color info

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

RGB color model

#6E6675 color RGB value is (110,102,117).

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

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 117 of 255 = 46%

110
102
117

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 117 = 329 (100%)
R 110 of 329 ~ 33.43%
G 102 of 329 ~ 31%
B 117 of 329 ~ 35.56%

%33.43
%31
%35.56

CMYK color model

#6E6675 color CMYK value is (6,13,0,54).

  • cyan value is 5.98%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(6,13,0,54)
C6M13Y0K54 
(6%,13%,0%,54%)
(0.06/0.13/0.00/0.54)	

CMYK percentages

%5.98
%12.82
%0
%54.12

Codes

Color #6E6675 in popluar color models

6E6675
RGB110102117
HSL272°6.85%42.94%
HSB/HSV272°12.82%45.88%
CMYK5.98%12.82%0.00%
54.12%

Color #6E6675 in popluar number systems.

HEX6E6675
Decimal110102117
Binary110111011001101110101
Octal156146165

Shades and tints

Shades of #6E6675

#6E6675
(110,102,117)
#645D6B
(100,93,107)
#5A5461
(90,84,97)
#504B57
(80,75,87)
#46424D
(70,66,77)
#3C3943
(60,57,67)
#323039
(50,48,57)
#28272F
(40,39,47)
#1E1E25
(30,30,37)
#14151B
(20,21,27)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #6E6675

#6E6675
(110,102,117)
#7B7381
(123,115,129)
#88808D
(136,128,141)
#958D99
(149,141,153)
#A29AA5
(162,154,165)
#AFA7B1
(175,167,177)
#BCB4BD
(188,180,189)
#C9C1C9
(201,193,201)
#D6CED5
(214,206,213)
#E3DBE1
(227,219,225)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6675; }

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

This text font color is #6E6675.


Background Color

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

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

This div background color is #6E6675.


Border color

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

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

This div border color is #6E6675.


Opacity

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

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

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

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

This text has shadow with #6E6675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6675 on black background.


Color preview on white background

This text has color #6E6675 on white background.



Black color preview on #6E6675 background

This text has black color on #6E6675 background.


White color preview on #6E6675 background

This text has white color on #6E6675 background.