COLOR #6B5397

HEX: #6B5397
RGB: (107,83,151)

Color info

#6B5397 contains mainly red and blue colors. Web safe color of #6B5397 is #666699 (or #669).

RGB color model

#6B5397 color RGB value is (107,83,151).

  • red value is 107;
  • green value is 83;
  • blue value is 151.
RGB:
(107,83,151)
(42%,33%,59%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 151 of 255 = 59%

107
83
151

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

Portions of RGB colors in percentages

R + G + B =
107 + 83 + 151 = 341 (100%)
R 107 of 341 ~ 31.38%
G 83 of 341 ~ 24.34%
B 151 of 341 ~ 44.28%

%31.38
%24.34
%44.28

CMYK color model

#6B5397 color CMYK value is (29,45,0,41).

  • cyan value is 29.14%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(29,45,0,41)
C29M45Y0K41 
(29%,45%,0%,41%)
(0.29/0.45/0.00/0.41)	

CMYK percentages

%29.14
%45.03
%0
%40.78

Codes

Color #6B5397 in popluar color models

6B5397
RGB10783151
HSL261°29.06%45.88%
HSB/HSV261°45.03%59.22%
CMYK29.14%45.03%0.00%
40.78%

Color #6B5397 in popluar number systems.

HEX6B5397
Decimal10783151
Binary1101011101001110010111
Octal153123227

Shades and tints

Shades of #6B5397

#6B5397
(107,83,151)
#624C8A
(98,76,138)
#59457D
(89,69,125)
#503E70
(80,62,112)
#473763
(71,55,99)
#3E3056
(62,48,86)
#352949
(53,41,73)
#2C223C
(44,34,60)
#231B2F
(35,27,47)
#1A1422
(26,20,34)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #6B5397

#6B5397
(107,83,151)
#7862A0
(120,98,160)
#8571A9
(133,113,169)
#9280B2
(146,128,178)
#9F8FBB
(159,143,187)
#AC9EC4
(172,158,196)
#B9ADCD
(185,173,205)
#C6BCD6
(198,188,214)
#D3CBDF
(211,203,223)
#E0DAE8
(224,218,232)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5397; }

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

This text font color is #6B5397.


Background Color

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

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

This div background color is #6B5397.


Border color

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

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

This div border color is #6B5397.


Opacity

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

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

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

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

This text has shadow with #6B5397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5397 on black background.


Color preview on white background

This text has color #6B5397 on white background.



Black color preview on #6B5397 background

This text has black color on #6B5397 background.


White color preview on #6B5397 background

This text has white color on #6B5397 background.