COLOR #6F636E

HEX: #6F636E
RGB: (111,99,110)

Color info

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

RGB color model

#6F636E color RGB value is (111,99,110).

  • red value is 111;
  • green value is 99;
  • blue value is 110.
RGB:
(111,99,110)
(44%,39%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 110 of 255 = 43%

111
99
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 110 = 320 (100%)
R 111 of 320 ~ 34.69%
G 99 of 320 ~ 30.94%
B 110 of 320 ~ 34.38%

%34.69
%30.94
%34.38

CMYK color model

#6F636E color CMYK value is (0,11,1,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(0,11,1,56)
C0M11Y1K56 
(0%,11%,1%,56%)
(0.00/0.11/0.01/0.56)	

CMYK percentages

%0
%10.81
%0.9
%56.47

Codes

Color #6F636E in popluar color models

6F636E
RGB11199110
HSL305°5.71%41.18%
HSB/HSV305°10.81%43.53%
CMYK0.00%10.81%0.90%
56.47%

Color #6F636E in popluar number systems.

HEX6F636E
Decimal11199110
Binary110111111000111101110
Octal157143156

Shades and tints

Shades of #6F636E

#6F636E
(111,99,110)
#655A64
(101,90,100)
#5B515A
(91,81,90)
#514850
(81,72,80)
#473F46
(71,63,70)
#3D363C
(61,54,60)
#332D32
(51,45,50)
#292428
(41,36,40)
#1F1B1E
(31,27,30)
#151214
(21,18,20)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #6F636E

#6F636E
(111,99,110)
#7C717B
(124,113,123)
#897F88
(137,127,136)
#968D95
(150,141,149)
#A39BA2
(163,155,162)
#B0A9AF
(176,169,175)
#BDB7BC
(189,183,188)
#CAC5C9
(202,197,201)
#D7D3D6
(215,211,214)
#E4E1E3
(228,225,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F636E color. Also use rgb(111,99,110) instead hex code.

Text Font Color

.myTextColor { color: #6F636E; }

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

This text font color is #6F636E.


Background Color

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

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

This div background color is #6F636E.


Border color

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

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

This div border color is #6F636E.


Opacity

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

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

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

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

This text has shadow with #6F636E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F636E on black background.


Color preview on white background

This text has color #6F636E on white background.



Black color preview on #6F636E background

This text has black color on #6F636E background.


White color preview on #6F636E background

This text has white color on #6F636E background.