COLOR #6C506F

HEX: #6C506F
RGB: (108,80,111)

Color info

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

RGB color model

#6C506F color RGB value is (108,80,111).

  • red value is 108;
  • green value is 80;
  • blue value is 111.
RGB:
(108,80,111)
(42%,31%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 111 of 255 = 44%

108
80
111

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

Portions of RGB colors in percentages

R + G + B =
108 + 80 + 111 = 299 (100%)
R 108 of 299 ~ 36.12%
G 80 of 299 ~ 26.76%
B 111 of 299 ~ 37.12%

%36.12
%26.76
%37.12

CMYK color model

#6C506F color CMYK value is (3,28,0,56).

  • cyan value is 2.70%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(3,28,0,56)
C3M28Y0K56 
(3%,28%,0%,56%)
(0.03/0.28/0.00/0.56)	

CMYK percentages

%2.7
%27.93
%0
%56.47

Codes

Color #6C506F in popluar color models

6C506F
RGB10880111
HSL294°16.23%37.45%
HSB/HSV294°27.93%43.53%
CMYK2.70%27.93%0.00%
56.47%

Color #6C506F in popluar number systems.

HEX6C506F
Decimal10880111
Binary110110010100001101111
Octal154120157

Shades and tints

Shades of #6C506F

#6C506F
(108,80,111)
#634965
(99,73,101)
#5A425B
(90,66,91)
#513B51
(81,59,81)
#483447
(72,52,71)
#3F2D3D
(63,45,61)
#362633
(54,38,51)
#2D1F29
(45,31,41)
#24181F
(36,24,31)
#1B1115
(27,17,21)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #6C506F

#6C506F
(108,80,111)
#795F7C
(121,95,124)
#866E89
(134,110,137)
#937D96
(147,125,150)
#A08CA3
(160,140,163)
#AD9BB0
(173,155,176)
#BAAABD
(186,170,189)
#C7B9CA
(199,185,202)
#D4C8D7
(212,200,215)
#E1D7E4
(225,215,228)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C506F color. Also use rgb(108,80,111) instead hex code.

Text Font Color

.myTextColor { color: #6C506F; }

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

This text font color is #6C506F.


Background Color

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

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

This div background color is #6C506F.


Border color

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

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

This div border color is #6C506F.


Opacity

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

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

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

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

This text has shadow with #6C506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C506F on black background.


Color preview on white background

This text has color #6C506F on white background.



Black color preview on #6C506F background

This text has black color on #6C506F background.


White color preview on #6C506F background

This text has white color on #6C506F background.