COLOR #6B7664

HEX: #6B7664
RGB: (107,118,100)

Color info

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

RGB color model

#6B7664 color RGB value is (107,118,100).

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

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 100 of 255 = 39%

107
118
100

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

Portions of RGB colors in percentages

R + G + B =
107 + 118 + 100 = 325 (100%)
R 107 of 325 ~ 32.92%
G 118 of 325 ~ 36.31%
B 100 of 325 ~ 30.77%

%32.92
%36.31
%30.77

CMYK color model

#6B7664 color CMYK value is (9,0,15,54).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(9,0,15,54)
C9M0Y15K54 
(9%,0%,15%,54%)
(0.09/0.00/0.15/0.54)	

CMYK percentages

%9.32
%0
%15.25
%53.73

Codes

Color #6B7664 in popluar color models

6B7664
RGB107118100
HSL97°8.26%42.75%
HSB/HSV97°15.25%46.27%
CMYK9.32%0.00%15.25%
53.73%

Color #6B7664 in popluar number systems.

HEX6B7664
Decimal107118100
Binary110101111101101100100
Octal153166144

Shades and tints

Shades of #6B7664

#6B7664
(107,118,100)
#626C5B
(98,108,91)
#596252
(89,98,82)
#505849
(80,88,73)
#474E40
(71,78,64)
#3E4437
(62,68,55)
#353A2E
(53,58,46)
#2C3025
(44,48,37)
#23261C
(35,38,28)
#1A1C13
(26,28,19)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #6B7664

#6B7664
(107,118,100)
#788272
(120,130,114)
#858E80
(133,142,128)
#929A8E
(146,154,142)
#9FA69C
(159,166,156)
#ACB2AA
(172,178,170)
#B9BEB8
(185,190,184)
#C6CAC6
(198,202,198)
#D3D6D4
(211,214,212)
#E0E2E2
(224,226,226)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7664; }

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

This text font color is #6B7664.


Background Color

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

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

This div background color is #6B7664.


Border color

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

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

This div border color is #6B7664.


Opacity

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

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

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

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

This text has shadow with #6B7664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7664 on black background.


Color preview on white background

This text has color #6B7664 on white background.



Black color preview on #6B7664 background

This text has black color on #6B7664 background.


White color preview on #6B7664 background

This text has white color on #6B7664 background.