COLOR #6F6375

HEX: #6F6375
RGB: (111,99,117)

Color info

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

RGB color model

#6F6375 color RGB value is (111,99,117).

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

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 117 of 255 = 46%

111
99
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 117 = 327 (100%)
R 111 of 327 ~ 33.94%
G 99 of 327 ~ 30.28%
B 117 of 327 ~ 35.78%

%33.94
%30.28
%35.78

CMYK color model

#6F6375 color CMYK value is (5,15,0,54).

  • cyan value is 5.13%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(5,15,0,54)
C5M15Y0K54 
(5%,15%,0%,54%)
(0.05/0.15/0.00/0.54)	

CMYK percentages

%5.13
%15.38
%0
%54.12

Codes

Color #6F6375 in popluar color models

6F6375
RGB11199117
HSL280°8.33%42.35%
HSB/HSV280°15.38%45.88%
CMYK5.13%15.38%0.00%
54.12%

Color #6F6375 in popluar number systems.

HEX6F6375
Decimal11199117
Binary110111111000111110101
Octal157143165

Shades and tints

Shades of #6F6375

#6F6375
(111,99,117)
#655A6B
(101,90,107)
#5B5161
(91,81,97)
#514857
(81,72,87)
#473F4D
(71,63,77)
#3D3643
(61,54,67)
#332D39
(51,45,57)
#29242F
(41,36,47)
#1F1B25
(31,27,37)
#15121B
(21,18,27)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #6F6375

#6F6375
(111,99,117)
#7C7181
(124,113,129)
#897F8D
(137,127,141)
#968D99
(150,141,153)
#A39BA5
(163,155,165)
#B0A9B1
(176,169,177)
#BDB7BD
(189,183,189)
#CAC5C9
(202,197,201)
#D7D3D5
(215,211,213)
#E4E1E1
(228,225,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6375; }

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

This text font color is #6F6375.


Background Color

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

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

This div background color is #6F6375.


Border color

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

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

This div border color is #6F6375.


Opacity

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

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

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

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

This text has shadow with #6F6375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6375 on black background.


Color preview on white background

This text has color #6F6375 on white background.



Black color preview on #6F6375 background

This text has black color on #6F6375 background.


White color preview on #6F6375 background

This text has white color on #6F6375 background.