COLOR #6F617D

HEX: #6F617D
RGB: (111,97,125)

Color info

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

RGB color model

#6F617D color RGB value is (111,97,125).

  • red value is 111;
  • green value is 97;
  • blue value is 125.
RGB:
(111,97,125)
(44%,38%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 125 of 255 = 49%

111
97
125

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

Portions of RGB colors in percentages

R + G + B =
111 + 97 + 125 = 333 (100%)
R 111 of 333 ~ 33.33%
G 97 of 333 ~ 29.13%
B 125 of 333 ~ 37.54%

%33.33
%29.13
%37.54

CMYK color model

#6F617D color CMYK value is (11,22,0,51).

  • cyan value is 11.20%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(11,22,0,51)
C11M22Y0K51 
(11%,22%,0%,51%)
(0.11/0.22/0.00/0.51)	

CMYK percentages

%11.2
%22.4
%0
%50.98

Codes

Color #6F617D in popluar color models

6F617D
RGB11197125
HSL270°12.61%43.53%
HSB/HSV270°22.40%49.02%
CMYK11.20%22.40%0.00%
50.98%

Color #6F617D in popluar number systems.

HEX6F617D
Decimal11197125
Binary110111111000011111101
Octal157141175

Shades and tints

Shades of #6F617D

#6F617D
(111,97,125)
#655972
(101,89,114)
#5B5167
(91,81,103)
#51495C
(81,73,92)
#474151
(71,65,81)
#3D3946
(61,57,70)
#33313B
(51,49,59)
#292930
(41,41,48)
#1F2125
(31,33,37)
#15191A
(21,25,26)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #6F617D

#6F617D
(111,97,125)
#7C6F88
(124,111,136)
#897D93
(137,125,147)
#968B9E
(150,139,158)
#A399A9
(163,153,169)
#B0A7B4
(176,167,180)
#BDB5BF
(189,181,191)
#CAC3CA
(202,195,202)
#D7D1D5
(215,209,213)
#E4DFE0
(228,223,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F617D color. Also use rgb(111,97,125) instead hex code.

Text Font Color

.myTextColor { color: #6F617D; }

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

This text font color is #6F617D.


Background Color

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

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

This div background color is #6F617D.


Border color

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

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

This div border color is #6F617D.


Opacity

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

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

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

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

This text has shadow with #6F617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F617D on black background.


Color preview on white background

This text has color #6F617D on white background.



Black color preview on #6F617D background

This text has black color on #6F617D background.


White color preview on #6F617D background

This text has white color on #6F617D background.