COLOR #6B5EAA

HEX: #6B5EAA RGB: (107,94,170)

Color info

#6B5EAA contains mainly blue color. Web safe color of #6B5EAA is #666699 (or #669).

RGB color model

#6B5EAA color RGB value is (107,94,170).

RGB: (107,94,170) (42%, 37%, 67%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 170 of 255 = 67%

107
94
170

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

Portions of RGB colors in percentages

R + G + B = 107 + 94 + 170 = 371 (100%)
R 107 of 371 ~ 28.84%
G 94 of 371 ~ 25.34%
B 170 of 371 ~ 45.82'%

%28.84
%25.34
%45.82

CMYK color model

#6B5EAA color CMYK value is (37,45,0,33).

  • cyan value is 37.06%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (37,45,0,33)
C37M45Y0K33 (37%, 45%, 0%, 33%)
(0.37 / 0.45 / 0.00 / 0.33)

CMYK percentages

%37.06
%44.71
%0
%33.33

Codes

Color #6B5EAA in popluar color models

6B 5E AA
RGB 107 94 170
HSL 250° 30.89% 51.76%
HSB/HSV 250° 44.71% 66.67%
CMYK 37.06% 44.71% 0.00%
33.33%

Color #6B5EAA in popluar number systems.

HEX 6B 5E AA
Decimal 107 94 170
Binary 1101011 1011110 10101010
Octal 153 136 252

Shades and tints

Shades of #6B5EAA

#6B5EAA
(107,94,170)
#62569B
(98,86,155)
#594E8C
(89,78,140)
#50467D
(80,70,125)
#473E6E
(71,62,110)
#3E365F
(62,54,95)
#352E50
(53,46,80)
#2C2641
(44,38,65)
#231E32
(35,30,50)
#1A1623
(26,22,35)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #6B5EAA

#6B5EAA
(107,94,170)
#786CB1
(120,108,177)
#857AB8
(133,122,184)
#9288BF
(146,136,191)
#9F96C6
(159,150,198)
#ACA4CD
(172,164,205)
#B9B2D4
(185,178,212)
#C6C0DB
(198,192,219)
#D3CEE2
(211,206,226)
#E0DCE9
(224,220,233)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5EAA color. Also use rgb(107,94,170) instead hex code.

Text Font Color

.myTextColor { color: #6B5EAA; }

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

This text font color is #6B5EAA.

Background Color

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

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

This div background color is #6B5EAA.

Border color

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

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

This div border color is #6B5EAA.

Opacity

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

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

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

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

This text has shadow with #6B5EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5EAA.

Preview

Color preview on black background

This text has color #6B5EAA on black background.


Color preview on white background

This text has color #6B5EAA on white background.


Black color preview on #6B5EAA background

This text has black color on #6B5EAA background.


White color preview on #6B5EAA background

This text has white color on #6B5EAA background.


Related colors

Complementary color

Complementary color for #hex is #94A155.


I love getcolorcode.com

Triadic colors

1 #AA6B5E and #5EAA6B with #6B5EAA are triadic colors.

2 #AA5E6B and #5E6BAA with #6B5EAA are triadic colors.