COLOR #6B6269

HEX: #6B6269
RGB: (107,98,105)

Color info

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

RGB color model

#6B6269 color RGB value is (107,98,105).

  • red value is 107;
  • green value is 98;
  • blue value is 105.
RGB:
(107,98,105)
(42%,38%,41%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 105 of 255 = 41%

107
98
105

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 105 = 310 (100%)
R 107 of 310 ~ 34.52%
G 98 of 310 ~ 31.61%
B 105 of 310 ~ 33.87%

%34.52
%31.61
%33.87

CMYK color model

#6B6269 color CMYK value is (0,8,2,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK:
(0,8,2,58)
C0M8Y2K58 
(0%,8%,2%,58%)
(0.00/0.08/0.02/0.58)	

CMYK percentages

%0
%8.41
%1.87
%58.04

Codes

Color #6B6269 in popluar color models

6B6269
RGB10798105
HSL313°4.39%40.20%
HSB/HSV313°8.41%41.96%
CMYK0.00%8.41%1.87%
58.04%

Color #6B6269 in popluar number systems.

HEX6B6269
Decimal10798105
Binary110101111000101101001
Octal153142151

Shades and tints

Shades of #6B6269

#6B6269
(107,98,105)
#625A60
(98,90,96)
#595257
(89,82,87)
#504A4E
(80,74,78)
#474245
(71,66,69)
#3E3A3C
(62,58,60)
#353233
(53,50,51)
#2C2A2A
(44,42,42)
#232221
(35,34,33)
#1A1A18
(26,26,24)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B6269

#6B6269
(107,98,105)
#787076
(120,112,118)
#857E83
(133,126,131)
#928C90
(146,140,144)
#9F9A9D
(159,154,157)
#ACA8AA
(172,168,170)
#B9B6B7
(185,182,183)
#C6C4C4
(198,196,196)
#D3D2D1
(211,210,209)
#E0E0DE
(224,224,222)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6269 color. Also use rgb(107,98,105) instead hex code.

Text Font Color

.myTextColor { color: #6B6269; }

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

This text font color is #6B6269.


Background Color

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

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

This div background color is #6B6269.


Border color

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

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

This div border color is #6B6269.


Opacity

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

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

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

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

This text has shadow with #6B6269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6269 on black background.


Color preview on white background

This text has color #6B6269 on white background.



Black color preview on #6B6269 background

This text has black color on #6B6269 background.


White color preview on #6B6269 background

This text has white color on #6B6269 background.