COLOR #6E7664

HEX: #6E7664
RGB: (110,118,100)

Color info

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

RGB color model

#6E7664 color RGB value is (110,118,100).

  • red value is 110;
  • green value is 118;
  • blue value is 100.
RGB:
(110,118,100)
(43%,46%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 100 of 255 = 39%

110
118
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 100 = 328 (100%)
R 110 of 328 ~ 33.54%
G 118 of 328 ~ 35.98%
B 100 of 328 ~ 30.49%

%33.54
%35.98
%30.49

CMYK color model

#6E7664 color CMYK value is (7,0,15,54).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(7,0,15,54)
C7M0Y15K54 
(7%,0%,15%,54%)
(0.07/0.00/0.15/0.54)	

CMYK percentages

%6.78
%0
%15.25
%53.73

Codes

Color #6E7664 in popluar color models

6E7664
RGB110118100
HSL87°8.26%42.75%
HSB/HSV87°15.25%46.27%
CMYK6.78%0.00%15.25%
53.73%

Color #6E7664 in popluar number systems.

HEX6E7664
Decimal110118100
Binary110111011101101100100
Octal156166144

Shades and tints

Shades of #6E7664

#6E7664
(110,118,100)
#646C5B
(100,108,91)
#5A6252
(90,98,82)
#505849
(80,88,73)
#464E40
(70,78,64)
#3C4437
(60,68,55)
#323A2E
(50,58,46)
#283025
(40,48,37)
#1E261C
(30,38,28)
#141C13
(20,28,19)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #6E7664

#6E7664
(110,118,100)
#7B8272
(123,130,114)
#888E80
(136,142,128)
#959A8E
(149,154,142)
#A2A69C
(162,166,156)
#AFB2AA
(175,178,170)
#BCBEB8
(188,190,184)
#C9CAC6
(201,202,198)
#D6D6D4
(214,214,212)
#E3E2E2
(227,226,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7664; }

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

This text font color is #6E7664.


Background Color

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

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

This div background color is #6E7664.


Border color

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

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

This div border color is #6E7664.


Opacity

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

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

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

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

This text has shadow with #6E7664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7664 on black background.


Color preview on white background

This text has color #6E7664 on white background.



Black color preview on #6E7664 background

This text has black color on #6E7664 background.


White color preview on #6E7664 background

This text has white color on #6E7664 background.