COLOR #6B3DA6

HEX: #6B3DA6
RGB: (107,61,166)

Color info

#6B3DA6 contains mainly red and blue colors. Web safe color of #6B3DA6 is #663399 (or #639).

RGB color model

#6B3DA6 color RGB value is (107,61,166).

  • red value is 107;
  • green value is 61;
  • blue value is 166.
RGB:
(107,61,166)
(42%,24%,65%)

RGB channels and saturation

R 107 of 255 = 42%
G 61 of 255 = 24%
B 166 of 255 = 65%

107
61
166

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

Portions of RGB colors in percentages

R + G + B =
107 + 61 + 166 = 334 (100%)
R 107 of 334 ~ 32.04%
G 61 of 334 ~ 18.26%
B 166 of 334 ~ 49.7%

%32.04
%18.26
%49.7

CMYK color model

#6B3DA6 color CMYK value is (36,63,0,35).

  • cyan value is 35.54%
  • magenta value is 63.25%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(36,63,0,35)
C36M63Y0K35 
(36%,63%,0%,35%)
(0.36/0.63/0.00/0.35)	

CMYK percentages

%35.54
%63.25
%0
%34.9

Codes

Color #6B3DA6 in popluar color models

6B3DA6
RGB10761166
HSL266°46.26%44.51%
HSB/HSV266°63.25%65.10%
CMYK35.54%63.25%0.00%
34.90%

Color #6B3DA6 in popluar number systems.

HEX6B3DA6
Decimal10761166
Binary110101111110110100110
Octal15375246

Shades and tints

Shades of #6B3DA6

#6B3DA6
(107,61,166)
#623897
(98,56,151)
#593388
(89,51,136)
#502E79
(80,46,121)
#47296A
(71,41,106)
#3E245B
(62,36,91)
#351F4C
(53,31,76)
#2C1A3D
(44,26,61)
#23152E
(35,21,46)
#1A101F
(26,16,31)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #6B3DA6

#6B3DA6
(107,61,166)
#784EAE
(120,78,174)
#855FB6
(133,95,182)
#9270BE
(146,112,190)
#9F81C6
(159,129,198)
#AC92CE
(172,146,206)
#B9A3D6
(185,163,214)
#C6B4DE
(198,180,222)
#D3C5E6
(211,197,230)
#E0D6EE
(224,214,238)
#EDE7F6
(237,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3DA6 color. Also use rgb(107,61,166) instead hex code.

Text Font Color

.myTextColor { color: #6B3DA6; }

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

This text font color is #6B3DA6.


Background Color

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

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

This div background color is #6B3DA6.


Border color

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

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

This div border color is #6B3DA6.


Opacity

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

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

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

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

This text has shadow with #6B3DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3DA6 on black background.


Color preview on white background

This text has color #6B3DA6 on white background.



Black color preview on #6B3DA6 background

This text has black color on #6B3DA6 background.


White color preview on #6B3DA6 background

This text has white color on #6B3DA6 background.