COLOR #6C7273

HEX: #6C7273
RGB: (108,114,115)

Color info

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

RGB color model

#6C7273 color RGB value is (108,114,115).

  • red value is 108;
  • green value is 114;
  • blue value is 115.
RGB:
(108,114,115)
(42%,45%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 115 of 255 = 45%

108
114
115

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 115 = 337 (100%)
R 108 of 337 ~ 32.05%
G 114 of 337 ~ 33.83%
B 115 of 337 ~ 34.12%

%32.05
%33.83
%34.12

CMYK color model

#6C7273 color CMYK value is (6,1,0,55).

  • cyan value is 6.09%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(6,1,0,55)
C6M1Y0K55 
(6%,1%,0%,55%)
(0.06/0.01/0.00/0.55)	

CMYK percentages

%6.09
%0.87
%0
%54.9

Codes

Color #6C7273 in popluar color models

6C7273
RGB108114115
HSL189°3.14%43.73%
HSB/HSV189°6.09%45.10%
CMYK6.09%0.87%0.00%
54.90%

Color #6C7273 in popluar number systems.

HEX6C7273
Decimal108114115
Binary110110011100101110011
Octal154162163

Shades and tints

Shades of #6C7273

#6C7273
(108,114,115)
#636869
(99,104,105)
#5A5E5F
(90,94,95)
#515455
(81,84,85)
#484A4B
(72,74,75)
#3F4041
(63,64,65)
#363637
(54,54,55)
#2D2C2D
(45,44,45)
#242223
(36,34,35)
#1B1819
(27,24,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C7273

#6C7273
(108,114,115)
#797E7F
(121,126,127)
#868A8B
(134,138,139)
#939697
(147,150,151)
#A0A2A3
(160,162,163)
#ADAEAF
(173,174,175)
#BABABB
(186,186,187)
#C7C6C7
(199,198,199)
#D4D2D3
(212,210,211)
#E1DEDF
(225,222,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7273 color. Also use rgb(108,114,115) instead hex code.

Text Font Color

.myTextColor { color: #6C7273; }

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

This text font color is #6C7273.


Background Color

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

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

This div background color is #6C7273.


Border color

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

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

This div border color is #6C7273.


Opacity

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

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

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

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

This text has shadow with #6C7273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7273 on black background.


Color preview on white background

This text has color #6C7273 on white background.



Black color preview on #6C7273 background

This text has black color on #6C7273 background.


White color preview on #6C7273 background

This text has white color on #6C7273 background.