COLOR #6F647C

HEX: #6F647C RGB: (111,100,124)

Color info

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

RGB color model

#6F647C color RGB value is (111,100,124).

RGB: (111,100,124) (44%, 39%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 124 of 255 = 49%

111
100
124

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

Portions of RGB colors in percentages

R + G + B = 111 + 100 + 124 = 335 (100%)
R 111 of 335 ~ 33.13%
G 100 of 335 ~ 29.85%
B 124 of 335 ~ 37.01'%

%33.13
%29.85
%37.01

CMYK color model

#6F647C color CMYK value is (10,19,0,51).

  • cyan value is 10.48%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (10,19,0,51)
C10M19Y0K51 (10%, 19%, 0%, 51%)
(0.10 / 0.19 / 0.00 / 0.51)

CMYK percentages

%10.48
%19.35
%0
%51.37

Codes

Color #6F647C in popluar color models

6F 64 7C
RGB 111 100 124
HSL 268° 10.71% 43.92%
HSB/HSV 268° 19.35% 48.63%
CMYK 10.48% 19.35% 0.00%
51.37%

Color #6F647C in popluar number systems.

HEX 6F 64 7C
Decimal 111 100 124
Binary 1101111 1100100 1111100
Octal 157 144 174

Shades and tints

Shades of #6F647C

#6F647C
(111,100,124)
#655B71
(101,91,113)
#5B5266
(91,82,102)
#51495B
(81,73,91)
#474050
(71,64,80)
#3D3745
(61,55,69)
#332E3A
(51,46,58)
#29252F
(41,37,47)
#1F1C24
(31,28,36)
#151319
(21,19,25)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #6F647C

#6F647C
(111,100,124)
#7C7287
(124,114,135)
#898092
(137,128,146)
#968E9D
(150,142,157)
#A39CA8
(163,156,168)
#B0AAB3
(176,170,179)
#BDB8BE
(189,184,190)
#CAC6C9
(202,198,201)
#D7D4D4
(215,212,212)
#E4E2DF
(228,226,223)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F647C color. Also use rgb(111,100,124) instead hex code.

Text Font Color

.myTextColor { color: #6F647C; }

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

This text font color is #6F647C.

Background Color

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

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

This div background color is #6F647C.

Border color

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

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

This div border color is #6F647C.

Opacity

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

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

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

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

This text has shadow with #6F647C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F647C.

Preview

Color preview on black background

This text has color #6F647C on black background.


Color preview on white background

This text has color #6F647C on white background.


Black color preview on #6F647C background

This text has black color on #6F647C background.


White color preview on #6F647C background

This text has white color on #6F647C background.


Related colors

Complementary color

Complementary color for #hex is #909B83.


I love getcolorcode.com

Triadic colors

1 #7C6F64 and #647C6F with #6F647C are triadic colors.

2 #7C646F and #646F7C with #6F647C are triadic colors.