COLOR #6B5373

HEX: #6B5373 RGB: (107,83,115)

Color info

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

RGB color model

#6B5373 color RGB value is (107,83,115).

RGB: (107,83,115) (42%, 33%, 45%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 115 of 255 = 45%

107
83
115

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

Portions of RGB colors in percentages

R + G + B = 107 + 83 + 115 = 305 (100%)
R 107 of 305 ~ 35.08%
G 83 of 305 ~ 27.21%
B 115 of 305 ~ 37.7'%

%35.08
%27.21
%37.7

CMYK color model

#6B5373 color CMYK value is (7,28,0,55).

  • cyan value is 6.96%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (7,28,0,55)
C7M28Y0K55 (7%, 28%, 0%, 55%)
(0.07 / 0.28 / 0.00 / 0.55)

CMYK percentages

%6.96
%27.83
%0
%54.9

Codes

Color #6B5373 in popluar color models

6B 53 73
RGB 107 83 115
HSL 285° 16.16% 38.82%
HSB/HSV 285° 27.83% 45.10%
CMYK 6.96% 27.83% 0.00%
54.90%

Color #6B5373 in popluar number systems.

HEX 6B 53 73
Decimal 107 83 115
Binary 1101011 1010011 1110011
Octal 153 123 163

Shades and tints

Shades of #6B5373

#6B5373
(107,83,115)
#624C69
(98,76,105)
#59455F
(89,69,95)
#503E55
(80,62,85)
#47374B
(71,55,75)
#3E3041
(62,48,65)
#352937
(53,41,55)
#2C222D
(44,34,45)
#231B23
(35,27,35)
#1A1419
(26,20,25)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B5373

#6B5373
(107,83,115)
#78627F
(120,98,127)
#85718B
(133,113,139)
#928097
(146,128,151)
#9F8FA3
(159,143,163)
#AC9EAF
(172,158,175)
#B9ADBB
(185,173,187)
#C6BCC7
(198,188,199)
#D3CBD3
(211,203,211)
#E0DADF
(224,218,223)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5373 color. Also use rgb(107,83,115) instead hex code.

Text Font Color

.myTextColor { color: #6B5373; }

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

This text font color is #6B5373.

Background Color

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

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

This div background color is #6B5373.

Border color

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

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

This div border color is #6B5373.

Opacity

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

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

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

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

This text has shadow with #6B5373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5373.

Preview

Color preview on black background

This text has color #6B5373 on black background.


Color preview on white background

This text has color #6B5373 on white background.


Black color preview on #6B5373 background

This text has black color on #6B5373 background.


White color preview on #6B5373 background

This text has white color on #6B5373 background.


Related colors

Complementary color

Complementary color for #hex is #94AC8C.


I love getcolorcode.com

Triadic colors

1 #736B53 and #53736B with #6B5373 are triadic colors.

2 #73536B and #536B73 with #6B5373 are triadic colors.