COLOR #6C546E

HEX: #6C546E
RGB: (108,84,110)

Color info

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

RGB color model

#6C546E color RGB value is (108,84,110).

  • red value is 108;
  • green value is 84;
  • blue value is 110.
RGB:
(108,84,110)
(42%,33%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 84 of 255 = 33%
B 110 of 255 = 43%

108
84
110

R + G + B ~ 39%. #6C546E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 84 + 110 = 302 (100%)
R 108 of 302 ~ 35.76%
G 84 of 302 ~ 27.81%
B 110 of 302 ~ 36.42%

%35.76
%27.81
%36.42

CMYK color model

#6C546E color CMYK value is (2,24,0,57).

  • cyan value is 1.82%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(2,24,0,57)
C2M24Y0K57 
(2%,24%,0%,57%)
(0.02/0.24/0.00/0.57)	

CMYK percentages

%1.82
%23.64
%0
%56.86

Codes

Color #6C546E in popluar color models

6C546E
RGB10884110
HSL295°13.40%38.04%
HSB/HSV295°23.64%43.14%
CMYK1.82%23.64%0.00%
56.86%

Color #6C546E in popluar number systems.

HEX6C546E
Decimal10884110
Binary110110010101001101110
Octal154124156

Shades and tints

Shades of #6C546E

#6C546E
(108,84,110)
#634D64
(99,77,100)
#5A465A
(90,70,90)
#513F50
(81,63,80)
#483846
(72,56,70)
#3F313C
(63,49,60)
#362A32
(54,42,50)
#2D2328
(45,35,40)
#241C1E
(36,28,30)
#1B1514
(27,21,20)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #6C546E

#6C546E
(108,84,110)
#79637B
(121,99,123)
#867288
(134,114,136)
#938195
(147,129,149)
#A090A2
(160,144,162)
#AD9FAF
(173,159,175)
#BAAEBC
(186,174,188)
#C7BDC9
(199,189,201)
#D4CCD6
(212,204,214)
#E1DBE3
(225,219,227)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C546E color. Also use rgb(108,84,110) instead hex code.

Text Font Color

.myTextColor { color: #6C546E; }

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

This text font color is #6C546E.


Background Color

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

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

This div background color is #6C546E.


Border color

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

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

This div border color is #6C546E.


Opacity

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

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

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

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

This text has shadow with #6C546E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C546E on black background.


Color preview on white background

This text has color #6C546E on white background.



Black color preview on #6C546E background

This text has black color on #6C546E background.


White color preview on #6C546E background

This text has white color on #6C546E background.