COLOR #6B5383

HEX: #6B5383 RGB: (107,83,131)

Color info

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

RGB color model

#6B5383 color RGB value is (107,83,131).

RGB: (107,83,131) (42%, 33%, 51%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 131 of 255 = 51%

107
83
131

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

Portions of RGB colors in percentages

R + G + B = 107 + 83 + 131 = 321 (100%)
R 107 of 321 ~ 33.33%
G 83 of 321 ~ 25.86%
B 131 of 321 ~ 40.81'%

%33.33
%25.86
%40.81

CMYK color model

#6B5383 color CMYK value is (18,37,0,49).

  • cyan value is 18.32%
  • magenta value is 36.64%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (18,37,0,49)
C18M37Y0K49 (18%, 37%, 0%, 49%)
(0.18 / 0.37 / 0.00 / 0.49)

CMYK percentages

%18.32
%36.64
%0
%48.63

Codes

Color #6B5383 in popluar color models

6B 53 83
RGB 107 83 131
HSL 270° 22.43% 41.96%
HSB/HSV 270° 36.64% 51.37%
CMYK 18.32% 36.64% 0.00%
48.63%

Color #6B5383 in popluar number systems.

HEX 6B 53 83
Decimal 107 83 131
Binary 1101011 1010011 10000011
Octal 153 123 203

Shades and tints

Shades of #6B5383

#6B5383
(107,83,131)
#624C78
(98,76,120)
#59456D
(89,69,109)
#503E62
(80,62,98)
#473757
(71,55,87)
#3E304C
(62,48,76)
#352941
(53,41,65)
#2C2236
(44,34,54)
#231B2B
(35,27,43)
#1A1420
(26,20,32)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #6B5383

#6B5383
(107,83,131)
#78628E
(120,98,142)
#857199
(133,113,153)
#9280A4
(146,128,164)
#9F8FAF
(159,143,175)
#AC9EBA
(172,158,186)
#B9ADC5
(185,173,197)
#C6BCD0
(198,188,208)
#D3CBDB
(211,203,219)
#E0DAE6
(224,218,230)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5383; }

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

This text font color is #6B5383.

Background Color

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

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

This div background color is #6B5383.

Border color

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

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

This div border color is #6B5383.

Opacity

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

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

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

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

This text has shadow with #6B5383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5383.

Preview

Color preview on black background

This text has color #6B5383 on black background.


Color preview on white background

This text has color #6B5383 on white background.


Black color preview on #6B5383 background

This text has black color on #6B5383 background.


White color preview on #6B5383 background

This text has white color on #6B5383 background.


Related colors

Complementary color

Complementary color for #hex is #94AC7C.


I love getcolorcode.com

Triadic colors

1 #836B53 and #53836B with #6B5383 are triadic colors.

2 #83536B and #536B83 with #6B5383 are triadic colors.