COLOR #6B5C7D

HEX: #6B5C7D RGB: (107,92,125)

Color info

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

RGB color model

#6B5C7D color RGB value is (107,92,125).

RGB: (107,92,125) (42%, 36%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 92 of 255 = 36%
B 125 of 255 = 49%

107
92
125

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

Portions of RGB colors in percentages

R + G + B = 107 + 92 + 125 = 324 (100%)
R 107 of 324 ~ 33.02%
G 92 of 324 ~ 28.4%
B 125 of 324 ~ 38.58'%

%33.02
%28.4
%38.58

CMYK color model

#6B5C7D color CMYK value is (14,26,0,51).

  • cyan value is 14.40%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (14,26,0,51)
C14M26Y0K51 (14%, 26%, 0%, 51%)
(0.14 / 0.26 / 0.00 / 0.51)

CMYK percentages

%14.4
%26.4
%0
%50.98

Codes

Color #6B5C7D in popluar color models

6B 5C 7D
RGB 107 92 125
HSL 267° 15.21% 42.55%
HSB/HSV 267° 26.40% 49.02%
CMYK 14.40% 26.40% 0.00%
50.98%

Color #6B5C7D in popluar number systems.

HEX 6B 5C 7D
Decimal 107 92 125
Binary 1101011 1011100 1111101
Octal 153 134 175

Shades and tints

Shades of #6B5C7D

#6B5C7D
(107,92,125)
#625472
(98,84,114)
#594C67
(89,76,103)
#50445C
(80,68,92)
#473C51
(71,60,81)
#3E3446
(62,52,70)
#352C3B
(53,44,59)
#2C2430
(44,36,48)
#231C25
(35,28,37)
#1A141A
(26,20,26)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B5C7D

#6B5C7D
(107,92,125)
#786A88
(120,106,136)
#857893
(133,120,147)
#92869E
(146,134,158)
#9F94A9
(159,148,169)
#ACA2B4
(172,162,180)
#B9B0BF
(185,176,191)
#C6BECA
(198,190,202)
#D3CCD5
(211,204,213)
#E0DAE0
(224,218,224)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5C7D color. Also use rgb(107,92,125) instead hex code.

Text Font Color

.myTextColor { color: #6B5C7D; }

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

This text font color is #6B5C7D.

Background Color

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

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

This div background color is #6B5C7D.

Border color

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

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

This div border color is #6B5C7D.

Opacity

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

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

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

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

This text has shadow with #6B5C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5C7D.

Preview

Color preview on black background

This text has color #6B5C7D on black background.


Color preview on white background

This text has color #6B5C7D on white background.


Black color preview on #6B5C7D background

This text has black color on #6B5C7D background.


White color preview on #6B5C7D background

This text has white color on #6B5C7D background.


Related colors

Complementary color

Complementary color for #hex is #94A382.


I love getcolorcode.com

Triadic colors

1 #7D6B5C and #5C7D6B with #6B5C7D are triadic colors.

2 #7D5C6B and #5C6B7D with #6B5C7D are triadic colors.