COLOR #6B5385

HEX: #6B5385 RGB: (107,83,133)

Color info

#6B5385 contains red, green and blue colors in about the same proportion. Web safe color of #6B5385 is #666699 (or #669).

RGB color model

#6B5385 color RGB value is (107,83,133).

RGB: (107,83,133) (42%, 33%, 52%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 133 of 255 = 52%

107
83
133

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

Portions of RGB colors in percentages

R + G + B = 107 + 83 + 133 = 323 (100%)
R 107 of 323 ~ 33.13%
G 83 of 323 ~ 25.7%
B 133 of 323 ~ 41.18'%

%33.13
%25.7
%41.18

CMYK color model

#6B5385 color CMYK value is (20,38,0,48).

  • cyan value is 19.55%
  • magenta value is 37.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (20,38,0,48) C20M38Y0K48 (20%,38%,0%,48%) (0.20/0.38/0.00/0.48) 

CMYK percentages

%19.55
%37.59
%0
%47.84

Codes

Color #6B5385 in popluar color models

6B 53 85
RGB 107 83 133
HSL 269° 23.15% 42.35%
HSB/HSV 269° 37.59% 52.16%
CMYK 19.55% 37.59% 0.00%
47.84%

Color #6B5385 in popluar number systems.

HEX 6B 53 85
Decimal 107 83 133
Binary 1101011 1010011 10000101
Octal 153 123 205

Shades and tints

Shades of #6B5385

#6B5385
(107,83,133)
#624C79
(98,76,121)
#59456D
(89,69,109)
#503E61
(80,62,97)
#473755
(71,55,85)
#3E3049
(62,48,73)
#35293D
(53,41,61)
#2C2231
(44,34,49)
#231B25
(35,27,37)
#1A1419
(26,20,25)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #6B5385

#6B5385
(107,83,133)
#786290
(120,98,144)
#85719B
(133,113,155)
#9280A6
(146,128,166)
#9F8FB1
(159,143,177)
#AC9EBC
(172,158,188)
#B9ADC7
(185,173,199)
#C6BCD2
(198,188,210)
#D3CBDD
(211,203,221)
#E0DAE8
(224,218,232)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5385; }

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

This text font color is #6B5385.

Background Color

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

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

This div background color is #6B5385.

Border color

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

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

This div border color is #6B5385.

Opacity

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

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

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

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

This text has shadow with #6B5385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5385.

Preview

Color preview on black background

This text has color #6B5385 on black background.


Color preview on white background

This text has color #6B5385 on white background.


Black color preview on #6B5385 background

This text has black color on #6B5385 background.


White color preview on #6B5385 background

This text has white color on #6B5385 background.


Related colors

Complementary color

Complementary color for #hex is #94AC7A.


I love getcolorcode.com

Triadic colors

1 #856B53 and #53856B with #6B5385 are triadic colors.

2 #85536B and #536B85 with #6B5385 are triadic colors.