COLOR #6F7668

HEX: #6F7668 RGB: (111,118,104)

Color info

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

RGB color model

#6F7668 color RGB value is (111,118,104).

RGB: (111,118,104) (44%, 46%, 41%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 104 of 255 = 41%

111
118
104

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

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 104 = 333 (100%)
R 111 of 333 ~ 33.33%
G 118 of 333 ~ 35.44%
B 104 of 333 ~ 31.23'%

%33.33
%35.44
%31.23

CMYK color model

#6F7668 color CMYK value is (6,0,12,54).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 53.73%

CMYK: (6,0,12,54)
C6M0Y12K54 (6%, 0%, 12%, 54%)
(0.06 / 0.00 / 0.12 / 0.54)

CMYK percentages

%5.93
%0
%11.86
%53.73

Codes

Color #6F7668 in popluar color models

6F 76 68
RGB 111 118 104
HSL 90° 6.31% 43.53%
HSB/HSV 90° 11.86% 46.27%
CMYK 5.93% 0.00% 11.86%
53.73%

Color #6F7668 in popluar number systems.

HEX 6F 76 68
Decimal 111 118 104
Binary 1101111 1110110 1101000
Octal 157 166 150

Shades and tints

Shades of #6F7668

#6F7668
(111,118,104)
#656C5F
(101,108,95)
#5B6256
(91,98,86)
#51584D
(81,88,77)
#474E44
(71,78,68)
#3D443B
(61,68,59)
#333A32
(51,58,50)
#293029
(41,48,41)
#1F2620
(31,38,32)
#151C17
(21,28,23)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #6F7668

#6F7668
(111,118,104)
#7C8275
(124,130,117)
#898E82
(137,142,130)
#969A8F
(150,154,143)
#A3A69C
(163,166,156)
#B0B2A9
(176,178,169)
#BDBEB6
(189,190,182)
#CACAC3
(202,202,195)
#D7D6D0
(215,214,208)
#E4E2DD
(228,226,221)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7668 color. Also use rgb(111,118,104) instead hex code.

Text Font Color

.myTextColor { color: #6F7668; }

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

This text font color is #6F7668.

Background Color

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

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

This div background color is #6F7668.

Border color

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

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

This div border color is #6F7668.

Opacity

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

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

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

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

This text has shadow with #6F7668 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7668.

Preview

Color preview on black background

This text has color #6F7668 on black background.


Color preview on white background

This text has color #6F7668 on white background.


Black color preview on #6F7668 background

This text has black color on #6F7668 background.


White color preview on #6F7668 background

This text has white color on #6F7668 background.


Related colors

Complementary color

Complementary color for #hex is #908997.


I love getcolorcode.com

Triadic colors

1 #686F76 and #76686F with #6F7668 are triadic colors.

2 #68766F and #766F68 with #6F7668 are triadic colors.