COLOR #6F687B

HEX: #6F687B RGB: (111,104,123)

Color info

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

RGB color model

#6F687B color RGB value is (111,104,123).

RGB: (111,104,123) (44%, 41%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 123 of 255 = 48%

111
104
123

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

Portions of RGB colors in percentages

R + G + B = 111 + 104 + 123 = 338 (100%)
R 111 of 338 ~ 32.84%
G 104 of 338 ~ 30.77%
B 123 of 338 ~ 36.39'%

%32.84
%30.77
%36.39

CMYK color model

#6F687B color CMYK value is (10,15,0,52).

  • cyan value is 9.76%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (10,15,0,52)
C10M15Y0K52 (10%, 15%, 0%, 52%)
(0.10 / 0.15 / 0.00 / 0.52)

CMYK percentages

%9.76
%15.45
%0
%51.76

Codes

Color #6F687B in popluar color models

6F 68 7B
RGB 111 104 123
HSL 262° 8.37% 44.51%
HSB/HSV 262° 15.45% 48.24%
CMYK 9.76% 15.45% 0.00%
51.76%

Color #6F687B in popluar number systems.

HEX 6F 68 7B
Decimal 111 104 123
Binary 1101111 1101000 1111011
Octal 157 150 173

Shades and tints

Shades of #6F687B

#6F687B
(111,104,123)
#655F70
(101,95,112)
#5B5665
(91,86,101)
#514D5A
(81,77,90)
#47444F
(71,68,79)
#3D3B44
(61,59,68)
#333239
(51,50,57)
#29292E
(41,41,46)
#1F2023
(31,32,35)
#151718
(21,23,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F687B

#6F687B
(111,104,123)
#7C7587
(124,117,135)
#898293
(137,130,147)
#968F9F
(150,143,159)
#A39CAB
(163,156,171)
#B0A9B7
(176,169,183)
#BDB6C3
(189,182,195)
#CAC3CF
(202,195,207)
#D7D0DB
(215,208,219)
#E4DDE7
(228,221,231)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F687B; }

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

This text font color is #6F687B.

Background Color

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

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

This div background color is #6F687B.

Border color

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

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

This div border color is #6F687B.

Opacity

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

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

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

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

This text has shadow with #6F687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F687B.

Preview

Color preview on black background

This text has color #6F687B on black background.


Color preview on white background

This text has color #6F687B on white background.


Black color preview on #6F687B background

This text has black color on #6F687B background.


White color preview on #6F687B background

This text has white color on #6F687B background.


Related colors

Complementary color

Complementary color for #hex is #909784.


I love getcolorcode.com

Triadic colors

1 #7B6F68 and #687B6F with #6F687B are triadic colors.

2 #7B686F and #686F7B with #6F687B are triadic colors.