COLOR #6F7275

HEX: #6F7275
RGB: (111,114,117)

Color info

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

RGB color model

#6F7275 color RGB value is (111,114,117).

  • red value is 111;
  • green value is 114;
  • blue value is 117.
RGB:
(111,114,117)
(44%,45%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 117 of 255 = 46%

111
114
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 117 = 342 (100%)
R 111 of 342 ~ 32.46%
G 114 of 342 ~ 33.33%
B 117 of 342 ~ 34.21%

%32.46
%33.33
%34.21

CMYK color model

#6F7275 color CMYK value is (5,3,0,54).

  • cyan value is 5.13%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,3,0,54)
C5M3Y0K54 
(5%,3%,0%,54%)
(0.05/0.03/0.00/0.54)	

CMYK percentages

%5.13
%2.56
%0
%54.12

Codes

Color #6F7275 in popluar color models

6F7275
RGB111114117
HSL210°2.63%44.71%
HSB/HSV210°5.13%45.88%
CMYK5.13%2.56%0.00%
54.12%

Color #6F7275 in popluar number systems.

HEX6F7275
Decimal111114117
Binary110111111100101110101
Octal157162165

Shades and tints

Shades of #6F7275

#6F7275
(111,114,117)
#65686B
(101,104,107)
#5B5E61
(91,94,97)
#515457
(81,84,87)
#474A4D
(71,74,77)
#3D4043
(61,64,67)
#333639
(51,54,57)
#292C2F
(41,44,47)
#1F2225
(31,34,37)
#15181B
(21,24,27)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #6F7275

#6F7275
(111,114,117)
#7C7E81
(124,126,129)
#898A8D
(137,138,141)
#969699
(150,150,153)
#A3A2A5
(163,162,165)
#B0AEB1
(176,174,177)
#BDBABD
(189,186,189)
#CAC6C9
(202,198,201)
#D7D2D5
(215,210,213)
#E4DEE1
(228,222,225)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7275 color. Also use rgb(111,114,117) instead hex code.

Text Font Color

.myTextColor { color: #6F7275; }

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

This text font color is #6F7275.


Background Color

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

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

This div background color is #6F7275.


Border color

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

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

This div border color is #6F7275.


Opacity

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

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

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

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

This text has shadow with #6F7275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7275 on black background.


Color preview on white background

This text has color #6F7275 on white background.



Black color preview on #6F7275 background

This text has black color on #6F7275 background.


White color preview on #6F7275 background

This text has white color on #6F7275 background.