COLOR #6B5DA1

HEX: #6B5DA1
RGB: (107,93,161)

Color info

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

RGB color model

#6B5DA1 color RGB value is (107,93,161).

  • red value is 107;
  • green value is 93;
  • blue value is 161.
RGB:
(107,93,161)
(42%,36%,63%)

RGB channels and saturation

R 107 of 255 = 42%
G 93 of 255 = 36%
B 161 of 255 = 63%

107
93
161

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

Portions of RGB colors in percentages

R + G + B =
107 + 93 + 161 = 361 (100%)
R 107 of 361 ~ 29.64%
G 93 of 361 ~ 25.76%
B 161 of 361 ~ 44.6%

%29.64
%25.76
%44.6

CMYK color model

#6B5DA1 color CMYK value is (34,42,0,37).

  • cyan value is 33.54%
  • magenta value is 42.24%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(34,42,0,37)
C34M42Y0K37 
(34%,42%,0%,37%)
(0.34/0.42/0.00/0.37)	

CMYK percentages

%33.54
%42.24
%0
%36.86

Codes

Color #6B5DA1 in popluar color models

6B5DA1
RGB10793161
HSL252°26.77%49.80%
HSB/HSV252°42.24%63.14%
CMYK33.54%42.24%0.00%
36.86%

Color #6B5DA1 in popluar number systems.

HEX6B5DA1
Decimal10793161
Binary1101011101110110100001
Octal153135241

Shades and tints

Shades of #6B5DA1

#6B5DA1
(107,93,161)
#625593
(98,85,147)
#594D85
(89,77,133)
#504577
(80,69,119)
#473D69
(71,61,105)
#3E355B
(62,53,91)
#352D4D
(53,45,77)
#2C253F
(44,37,63)
#231D31
(35,29,49)
#1A1523
(26,21,35)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #6B5DA1

#6B5DA1
(107,93,161)
#786BA9
(120,107,169)
#8579B1
(133,121,177)
#9287B9
(146,135,185)
#9F95C1
(159,149,193)
#ACA3C9
(172,163,201)
#B9B1D1
(185,177,209)
#C6BFD9
(198,191,217)
#D3CDE1
(211,205,225)
#E0DBE9
(224,219,233)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5DA1 color. Also use rgb(107,93,161) instead hex code.

Text Font Color

.myTextColor { color: #6B5DA1; }

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

This text font color is #6B5DA1.


Background Color

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

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

This div background color is #6B5DA1.


Border color

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

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

This div border color is #6B5DA1.


Opacity

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

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

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

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

This text has shadow with #6B5DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5DA1 on black background.


Color preview on white background

This text has color #6B5DA1 on white background.



Black color preview on #6B5DA1 background

This text has black color on #6B5DA1 background.


White color preview on #6B5DA1 background

This text has white color on #6B5DA1 background.