COLOR #6A5EBB

HEX: #6A5EBB
RGB: (106,94,187)

Color info

#6A5EBB contains mainly blue color. Web safe color of #6A5EBB is #6666CC (or #66C).

RGB color model

#6A5EBB color RGB value is (106,94,187).

  • red value is 106;
  • green value is 94;
  • blue value is 187.
RGB:
(106,94,187)
(42%,37%,73%)

RGB channels and saturation

R 106 of 255 = 42%
G 94 of 255 = 37%
B 187 of 255 = 73%

106
94
187

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

Portions of RGB colors in percentages

R + G + B =
106 + 94 + 187 = 387 (100%)
R 106 of 387 ~ 27.39%
G 94 of 387 ~ 24.29%
B 187 of 387 ~ 48.32%

%27.39
%24.29
%48.32

CMYK color model

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

  • cyan value is 43.32%
  • magenta value is 49.73%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(43,50,0,27)
C43M50Y0K27 
(43%,50%,0%,27%)
(0.43/0.50/0.00/0.27)	

CMYK percentages

%43.32
%49.73
%0
%26.67

Codes

Color #6A5EBB in popluar color models

6A5EBB
RGB10694187
HSL248°40.61%55.10%
HSB/HSV248°49.73%73.33%
CMYK43.32%49.73%0.00%
26.67%

Color #6A5EBB in popluar number systems.

HEX6A5EBB
Decimal10694187
Binary1101010101111010111011
Octal152136273

Shades and tints

Shades of #6A5EBB

#6A5EBB
(106,94,187)
#6156AA
(97,86,170)
#584E99
(88,78,153)
#4F4688
(79,70,136)
#463E77
(70,62,119)
#3D3666
(61,54,102)
#342E55
(52,46,85)
#2B2644
(43,38,68)
#221E33
(34,30,51)
#191622
(25,22,34)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #6A5EBB

#6A5EBB
(106,94,187)
#776CC1
(119,108,193)
#847AC7
(132,122,199)
#9188CD
(145,136,205)
#9E96D3
(158,150,211)
#ABA4D9
(171,164,217)
#B8B2DF
(184,178,223)
#C5C0E5
(197,192,229)
#D2CEEB
(210,206,235)
#DFDCF1
(223,220,241)
#ECEAF7
(236,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5EBB color. Also use rgb(106,94,187) instead hex code.

Text Font Color

.myTextColor { color: #6A5EBB; }

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

This text font color is #6A5EBB.


Background Color

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

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

This div background color is #6A5EBB.


Border color

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

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

This div border color is #6A5EBB.


Opacity

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

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

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

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

This text has shadow with #6A5EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5EBB on black background.


Color preview on white background

This text has color #6A5EBB on white background.



Black color preview on #6A5EBB background

This text has black color on #6A5EBB background.


White color preview on #6A5EBB background

This text has white color on #6A5EBB background.