COLOR #6C507D

HEX: #6C507D
RGB: (108,80,125)

Color info

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

RGB color model

#6C507D color RGB value is (108,80,125).

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

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 125 of 255 = 49%

108
80
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 80 + 125 = 313 (100%)
R 108 of 313 ~ 34.5%
G 80 of 313 ~ 25.56%
B 125 of 313 ~ 39.94%

%34.5
%25.56
%39.94

CMYK color model

#6C507D color CMYK value is (14,36,0,51).

  • cyan value is 13.60%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,36,0,51)
C14M36Y0K51 
(14%,36%,0%,51%)
(0.14/0.36/0.00/0.51)	

CMYK percentages

%13.6
%36
%0
%50.98

Codes

Color #6C507D in popluar color models

6C507D
RGB10880125
HSL277°21.95%40.20%
HSB/HSV277°36.00%49.02%
CMYK13.60%36.00%0.00%
50.98%

Color #6C507D in popluar number systems.

HEX6C507D
Decimal10880125
Binary110110010100001111101
Octal154120175

Shades and tints

Shades of #6C507D

#6C507D
(108,80,125)
#634972
(99,73,114)
#5A4267
(90,66,103)
#513B5C
(81,59,92)
#483451
(72,52,81)
#3F2D46
(63,45,70)
#36263B
(54,38,59)
#2D1F30
(45,31,48)
#241825
(36,24,37)
#1B111A
(27,17,26)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #6C507D

#6C507D
(108,80,125)
#795F88
(121,95,136)
#866E93
(134,110,147)
#937D9E
(147,125,158)
#A08CA9
(160,140,169)
#AD9BB4
(173,155,180)
#BAAABF
(186,170,191)
#C7B9CA
(199,185,202)
#D4C8D5
(212,200,213)
#E1D7E0
(225,215,224)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C507D; }

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

This text font color is #6C507D.


Background Color

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

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

This div background color is #6C507D.


Border color

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

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

This div border color is #6C507D.


Opacity

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

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

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

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

This text has shadow with #6C507D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C507D on black background.


Color preview on white background

This text has color #6C507D on white background.



Black color preview on #6C507D background

This text has black color on #6C507D background.


White color preview on #6C507D background

This text has white color on #6C507D background.