COLOR #6F6573

HEX: #6F6573 RGB: (111,101,115)

Color info

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

RGB color model

#6F6573 color RGB value is (111,101,115).

RGB: (111,101,115) (44%, 40%, 45%)

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 115 of 255 = 45%

111
101
115

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

Portions of RGB colors in percentages

R + G + B = 111 + 101 + 115 = 327 (100%)
R 111 of 327 ~ 33.94%
G 101 of 327 ~ 30.89%
B 115 of 327 ~ 35.17'%

%33.94
%30.89
%35.17

CMYK color model

#6F6573 color CMYK value is (3,12,0,55).

  • cyan value is 3.48%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (3,12,0,55)
C3M12Y0K55 (3%, 12%, 0%, 55%)
(0.03 / 0.12 / 0.00 / 0.55)

CMYK percentages

%3.48
%12.17
%0
%54.9

Codes

Color #6F6573 in popluar color models

6F 65 73
RGB 111 101 115
HSL 283° 6.48% 42.35%
HSB/HSV 283° 12.17% 45.10%
CMYK 3.48% 12.17% 0.00%
54.90%

Color #6F6573 in popluar number systems.

HEX 6F 65 73
Decimal 111 101 115
Binary 1101111 1100101 1110011
Octal 157 145 163

Shades and tints

Shades of #6F6573

#6F6573
(111,101,115)
#655C69
(101,92,105)
#5B535F
(91,83,95)
#514A55
(81,74,85)
#47414B
(71,65,75)
#3D3841
(61,56,65)
#332F37
(51,47,55)
#29262D
(41,38,45)
#1F1D23
(31,29,35)
#151419
(21,20,25)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #6F6573

#6F6573
(111,101,115)
#7C737F
(124,115,127)
#89818B
(137,129,139)
#968F97
(150,143,151)
#A39DA3
(163,157,163)
#B0ABAF
(176,171,175)
#BDB9BB
(189,185,187)
#CAC7C7
(202,199,199)
#D7D5D3
(215,213,211)
#E4E3DF
(228,227,223)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6573 color. Also use rgb(111,101,115) instead hex code.

Text Font Color

.myTextColor { color: #6F6573; }

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

This text font color is #6F6573.

Background Color

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

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

This div background color is #6F6573.

Border color

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

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

This div border color is #6F6573.

Opacity

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

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

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

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

This text has shadow with #6F6573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6573.

Preview

Color preview on black background

This text has color #6F6573 on black background.


Color preview on white background

This text has color #6F6573 on white background.


Black color preview on #6F6573 background

This text has black color on #6F6573 background.


White color preview on #6F6573 background

This text has white color on #6F6573 background.


Related colors

Complementary color

Complementary color for #hex is #909A8C.


I love getcolorcode.com

Triadic colors

1 #736F65 and #65736F with #6F6573 are triadic colors.

2 #73656F and #656F73 with #6F6573 are triadic colors.