COLOR #6B5392

HEX: #6B5392
RGB: (107,83,146)

Color info

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

RGB color model

#6B5392 color RGB value is (107,83,146).

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

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 146 of 255 = 57%

107
83
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 83 + 146 = 336 (100%)
R 107 of 336 ~ 31.85%
G 83 of 336 ~ 24.7%
B 146 of 336 ~ 43.45%

%31.85
%24.7
%43.45

CMYK color model

#6B5392 color CMYK value is (27,43,0,43).

  • cyan value is 26.71%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,43,0,43)
C27M43Y0K43 
(27%,43%,0%,43%)
(0.27/0.43/0.00/0.43)	

CMYK percentages

%26.71
%43.15
%0
%42.75

Codes

Color #6B5392 in popluar color models

6B5392
RGB10783146
HSL263°27.51%44.90%
HSB/HSV263°43.15%57.25%
CMYK26.71%43.15%0.00%
42.75%

Color #6B5392 in popluar number systems.

HEX6B5392
Decimal10783146
Binary1101011101001110010010
Octal153123222

Shades and tints

Shades of #6B5392

#6B5392
(107,83,146)
#624C85
(98,76,133)
#594578
(89,69,120)
#503E6B
(80,62,107)
#47375E
(71,55,94)
#3E3051
(62,48,81)
#352944
(53,41,68)
#2C2237
(44,34,55)
#231B2A
(35,27,42)
#1A141D
(26,20,29)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B5392

#6B5392
(107,83,146)
#78629B
(120,98,155)
#8571A4
(133,113,164)
#9280AD
(146,128,173)
#9F8FB6
(159,143,182)
#AC9EBF
(172,158,191)
#B9ADC8
(185,173,200)
#C6BCD1
(198,188,209)
#D3CBDA
(211,203,218)
#E0DAE3
(224,218,227)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5392; }

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

This text font color is #6B5392.


Background Color

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

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

This div background color is #6B5392.


Border color

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

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

This div border color is #6B5392.


Opacity

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

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

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

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

This text has shadow with #6B5392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5392 on black background.


Color preview on white background

This text has color #6B5392 on white background.



Black color preview on #6B5392 background

This text has black color on #6B5392 background.


White color preview on #6B5392 background

This text has white color on #6B5392 background.