COLOR #6F6779

HEX: #6F6779 RGB: (111,103,121)

Color info

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

RGB color model

#6F6779 color RGB value is (111,103,121).

RGB: (111,103,121) (44%, 40%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 121 of 255 = 47%

111
103
121

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

Portions of RGB colors in percentages

R + G + B = 111 + 103 + 121 = 335 (100%)
R 111 of 335 ~ 33.13%
G 103 of 335 ~ 30.75%
B 121 of 335 ~ 36.12'%

%33.13
%30.75
%36.12

CMYK color model

#6F6779 color CMYK value is (8,15,0,53).

  • cyan value is 8.26%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (8,15,0,53)
C8M15Y0K53 (8%, 15%, 0%, 53%)
(0.08 / 0.15 / 0.00 / 0.53)

CMYK percentages

%8.26
%14.88
%0
%52.55

Codes

Color #6F6779 in popluar color models

6F 67 79
RGB 111 103 121
HSL 267° 8.04% 43.92%
HSB/HSV 267° 14.88% 47.45%
CMYK 8.26% 14.88% 0.00%
52.55%

Color #6F6779 in popluar number systems.

HEX 6F 67 79
Decimal 111 103 121
Binary 1101111 1100111 1111001
Octal 157 147 171

Shades and tints

Shades of #6F6779

#6F6779
(111,103,121)
#655E6E
(101,94,110)
#5B5563
(91,85,99)
#514C58
(81,76,88)
#47434D
(71,67,77)
#3D3A42
(61,58,66)
#333137
(51,49,55)
#29282C
(41,40,44)
#1F1F21
(31,31,33)
#151616
(21,22,22)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F6779

#6F6779
(111,103,121)
#7C7485
(124,116,133)
#898191
(137,129,145)
#968E9D
(150,142,157)
#A39BA9
(163,155,169)
#B0A8B5
(176,168,181)
#BDB5C1
(189,181,193)
#CAC2CD
(202,194,205)
#D7CFD9
(215,207,217)
#E4DCE5
(228,220,229)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6779; }

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

This text font color is #6F6779.

Background Color

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

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

This div background color is #6F6779.

Border color

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

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

This div border color is #6F6779.

Opacity

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

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

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

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

This text has shadow with #6F6779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6779.

Preview

Color preview on black background

This text has color #6F6779 on black background.


Color preview on white background

This text has color #6F6779 on white background.


Black color preview on #6F6779 background

This text has black color on #6F6779 background.


White color preview on #6F6779 background

This text has white color on #6F6779 background.


Related colors

Complementary color

Complementary color for #hex is #909886.


I love getcolorcode.com

Triadic colors

1 #796F67 and #67796F with #6F6779 are triadic colors.

2 #79676F and #676F79 with #6F6779 are triadic colors.