COLOR #6F6776

HEX: #6F6776 RGB: (111,103,118)

Color info

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

RGB color model

#6F6776 color RGB value is (111,103,118).

RGB: (111,103,118) (44%, 40%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 118 of 255 = 46%

111
103
118

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

Portions of RGB colors in percentages

R + G + B = 111 + 103 + 118 = 332 (100%)
R 111 of 332 ~ 33.43%
G 103 of 332 ~ 31.02%
B 118 of 332 ~ 35.54'%

%33.43
%31.02
%35.54

CMYK color model

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

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

CMYK: (6,13,0,54)
C6M13Y0K54 (6%, 13%, 0%, 54%)
(0.06 / 0.13 / 0.00 / 0.54)

CMYK percentages

%5.93
%12.71
%0
%53.73

Codes

Color #6F6776 in popluar color models

6F 67 76
RGB 111 103 118
HSL 272° 6.79% 43.33%
HSB/HSV 272° 12.71% 46.27%
CMYK 5.93% 12.71% 0.00%
53.73%

Color #6F6776 in popluar number systems.

HEX 6F 67 76
Decimal 111 103 118
Binary 1101111 1100111 1110110
Octal 157 147 166

Shades and tints

Shades of #6F6776

#6F6776
(111,103,118)
#655E6C
(101,94,108)
#5B5562
(91,85,98)
#514C58
(81,76,88)
#47434E
(71,67,78)
#3D3A44
(61,58,68)
#33313A
(51,49,58)
#292830
(41,40,48)
#1F1F26
(31,31,38)
#15161C
(21,22,28)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #6F6776

#6F6776
(111,103,118)
#7C7482
(124,116,130)
#89818E
(137,129,142)
#968E9A
(150,142,154)
#A39BA6
(163,155,166)
#B0A8B2
(176,168,178)
#BDB5BE
(189,181,190)
#CAC2CA
(202,194,202)
#D7CFD6
(215,207,214)
#E4DCE2
(228,220,226)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6776; }

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

This text font color is #6F6776.

Background Color

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

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

This div background color is #6F6776.

Border color

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

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

This div border color is #6F6776.

Opacity

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

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

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

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

This text has shadow with #6F6776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6776.

Preview

Color preview on black background

This text has color #6F6776 on black background.


Color preview on white background

This text has color #6F6776 on white background.


Black color preview on #6F6776 background

This text has black color on #6F6776 background.


White color preview on #6F6776 background

This text has white color on #6F6776 background.


Related colors

Complementary color

Complementary color for #hex is #909889.


I love getcolorcode.com

Triadic colors

1 #766F67 and #67766F with #6F6776 are triadic colors.

2 #76676F and #676F76 with #6F6776 are triadic colors.