COLOR #6B6873

HEX: #6B6873
RGB: (107,104,115)

Color info

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

RGB color model

#6B6873 color RGB value is (107,104,115).

  • red value is 107;
  • green value is 104;
  • blue value is 115.
RGB:
(107,104,115)
(42%,41%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 115 of 255 = 45%

107
104
115

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

Portions of RGB colors in percentages

R + G + B =
107 + 104 + 115 = 326 (100%)
R 107 of 326 ~ 32.82%
G 104 of 326 ~ 31.9%
B 115 of 326 ~ 35.28%

%32.82
%31.9
%35.28

CMYK color model

#6B6873 color CMYK value is (7,10,0,55).

  • cyan value is 6.96%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(7,10,0,55)
C7M10Y0K55 
(7%,10%,0%,55%)
(0.07/0.10/0.00/0.55)	

CMYK percentages

%6.96
%9.57
%0
%54.9

Codes

Color #6B6873 in popluar color models

6B6873
RGB107104115
HSL256°5.02%42.94%
HSB/HSV256°9.57%45.10%
CMYK6.96%9.57%0.00%
54.90%

Color #6B6873 in popluar number systems.

HEX6B6873
Decimal107104115
Binary110101111010001110011
Octal153150163

Shades and tints

Shades of #6B6873

#6B6873
(107,104,115)
#625F69
(98,95,105)
#59565F
(89,86,95)
#504D55
(80,77,85)
#47444B
(71,68,75)
#3E3B41
(62,59,65)
#353237
(53,50,55)
#2C292D
(44,41,45)
#232023
(35,32,35)
#1A1719
(26,23,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B6873

#6B6873
(107,104,115)
#78757F
(120,117,127)
#85828B
(133,130,139)
#928F97
(146,143,151)
#9F9CA3
(159,156,163)
#ACA9AF
(172,169,175)
#B9B6BB
(185,182,187)
#C6C3C7
(198,195,199)
#D3D0D3
(211,208,211)
#E0DDDF
(224,221,223)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6873 color. Also use rgb(107,104,115) instead hex code.

Text Font Color

.myTextColor { color: #6B6873; }

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

This text font color is #6B6873.


Background Color

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

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

This div background color is #6B6873.


Border color

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

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

This div border color is #6B6873.


Opacity

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

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

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

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

This text has shadow with #6B6873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6873 on black background.


Color preview on white background

This text has color #6B6873 on white background.



Black color preview on #6B6873 background

This text has black color on #6B6873 background.


White color preview on #6B6873 background

This text has white color on #6B6873 background.