COLOR #6F647B

HEX: #6F647B
RGB: (111,100,123)

Color info

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

RGB color model

#6F647B color RGB value is (111,100,123).

  • red value is 111;
  • green value is 100;
  • blue value is 123.
RGB:
(111,100,123)
(44%,39%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 123 of 255 = 48%

111
100
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 123 = 334 (100%)
R 111 of 334 ~ 33.23%
G 100 of 334 ~ 29.94%
B 123 of 334 ~ 36.83%

%33.23
%29.94
%36.83

CMYK color model

#6F647B color CMYK value is (10,19,0,52).

  • cyan value is 9.76%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(10,19,0,52)
C10M19Y0K52 
(10%,19%,0%,52%)
(0.10/0.19/0.00/0.52)	

CMYK percentages

%9.76
%18.7
%0
%51.76

Codes

Color #6F647B in popluar color models

6F647B
RGB111100123
HSL269°10.31%43.73%
HSB/HSV269°18.70%48.24%
CMYK9.76%18.70%0.00%
51.76%

Color #6F647B in popluar number systems.

HEX6F647B
Decimal111100123
Binary110111111001001111011
Octal157144173

Shades and tints

Shades of #6F647B

#6F647B
(111,100,123)
#655B70
(101,91,112)
#5B5265
(91,82,101)
#51495A
(81,73,90)
#47404F
(71,64,79)
#3D3744
(61,55,68)
#332E39
(51,46,57)
#29252E
(41,37,46)
#1F1C23
(31,28,35)
#151318
(21,19,24)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #6F647B

#6F647B
(111,100,123)
#7C7287
(124,114,135)
#898093
(137,128,147)
#968E9F
(150,142,159)
#A39CAB
(163,156,171)
#B0AAB7
(176,170,183)
#BDB8C3
(189,184,195)
#CAC6CF
(202,198,207)
#D7D4DB
(215,212,219)
#E4E2E7
(228,226,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F647B; }

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

This text font color is #6F647B.


Background Color

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

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

This div background color is #6F647B.


Border color

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

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

This div border color is #6F647B.


Opacity

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

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

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

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

This text has shadow with #6F647B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F647B on black background.


Color preview on white background

This text has color #6F647B on white background.



Black color preview on #6F647B background

This text has black color on #6F647B background.


White color preview on #6F647B background

This text has white color on #6F647B background.