COLOR #6F758D

HEX: #6F758D
RGB: (111,117,141)

Color info

#6F758D contains red, green and blue colors in about the same proportion. Web safe color of #6F758D is #666699 (or #669).

RGB color model

#6F758D color RGB value is (111,117,141).

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

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 141 of 255 = 55%

111
117
141

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

Portions of RGB colors in percentages

R + G + B =
111 + 117 + 141 = 369 (100%)
R 111 of 369 ~ 30.08%
G 117 of 369 ~ 31.71%
B 141 of 369 ~ 38.21%

%30.08
%31.71
%38.21

CMYK color model

#6F758D color CMYK value is (21,17,0,45).

  • cyan value is 21.28%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,17,0,45)
C21M17Y0K45 
(21%,17%,0%,45%)
(0.21/0.17/0.00/0.45)	

CMYK percentages

%21.28
%17.02
%0
%44.71

Codes

Color #6F758D in popluar color models

6F758D
RGB111117141
HSL228°11.90%49.41%
HSB/HSV228°21.28%55.29%
CMYK21.28%17.02%0.00%
44.71%

Color #6F758D in popluar number systems.

HEX6F758D
Decimal111117141
Binary1101111111010110001101
Octal157165215

Shades and tints

Shades of #6F758D

#6F758D
(111,117,141)
#656B81
(101,107,129)
#5B6175
(91,97,117)
#515769
(81,87,105)
#474D5D
(71,77,93)
#3D4351
(61,67,81)
#333945
(51,57,69)
#292F39
(41,47,57)
#1F252D
(31,37,45)
#151B21
(21,27,33)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #6F758D

#6F758D
(111,117,141)
#7C8197
(124,129,151)
#898DA1
(137,141,161)
#9699AB
(150,153,171)
#A3A5B5
(163,165,181)
#B0B1BF
(176,177,191)
#BDBDC9
(189,189,201)
#CAC9D3
(202,201,211)
#D7D5DD
(215,213,221)
#E4E1E7
(228,225,231)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F758D; }

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

This text font color is #6F758D.


Background Color

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

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

This div background color is #6F758D.


Border color

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

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

This div border color is #6F758D.


Opacity

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

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

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

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

This text has shadow with #6F758D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F758D on black background.


Color preview on white background

This text has color #6F758D on white background.



Black color preview on #6F758D background

This text has black color on #6F758D background.


White color preview on #6F758D background

This text has white color on #6F758D background.