COLOR #6F697D

HEX: #6F697D
RGB: (111,105,125)

Color info

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

RGB color model

#6F697D color RGB value is (111,105,125).

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

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 125 of 255 = 49%

111
105
125

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

Portions of RGB colors in percentages

R + G + B =
111 + 105 + 125 = 341 (100%)
R 111 of 341 ~ 32.55%
G 105 of 341 ~ 30.79%
B 125 of 341 ~ 36.66%

%32.55
%30.79
%36.66

CMYK color model

#6F697D color CMYK value is (11,16,0,51).

  • cyan value is 11.20%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(11,16,0,51)
C11M16Y0K51 
(11%,16%,0%,51%)
(0.11/0.16/0.00/0.51)	

CMYK percentages

%11.2
%16
%0
%50.98

Codes

Color #6F697D in popluar color models

6F697D
RGB111105125
HSL258°8.70%45.10%
HSB/HSV258°16.00%49.02%
CMYK11.20%16.00%0.00%
50.98%

Color #6F697D in popluar number systems.

HEX6F697D
Decimal111105125
Binary110111111010011111101
Octal157151175

Shades and tints

Shades of #6F697D

#6F697D
(111,105,125)
#656072
(101,96,114)
#5B5767
(91,87,103)
#514E5C
(81,78,92)
#474551
(71,69,81)
#3D3C46
(61,60,70)
#33333B
(51,51,59)
#292A30
(41,42,48)
#1F2125
(31,33,37)
#15181A
(21,24,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F697D

#6F697D
(111,105,125)
#7C7688
(124,118,136)
#898393
(137,131,147)
#96909E
(150,144,158)
#A39DA9
(163,157,169)
#B0AAB4
(176,170,180)
#BDB7BF
(189,183,191)
#CAC4CA
(202,196,202)
#D7D1D5
(215,209,213)
#E4DEE0
(228,222,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F697D; }

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

This text font color is #6F697D.


Background Color

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

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

This div background color is #6F697D.


Border color

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

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

This div border color is #6F697D.


Opacity

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

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

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

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

This text has shadow with #6F697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F697D on black background.


Color preview on white background

This text has color #6F697D on white background.



Black color preview on #6F697D background

This text has black color on #6F697D background.


White color preview on #6F697D background

This text has white color on #6F697D background.