COLOR #6A5FB5

HEX: #6A5FB5
RGB: (106,95,181)

Color info

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

RGB color model

#6A5FB5 color RGB value is (106,95,181).

  • red value is 106;
  • green value is 95;
  • blue value is 181.
RGB:
(106,95,181)
(42%,37%,71%)

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 181 of 255 = 71%

106
95
181

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

Portions of RGB colors in percentages

R + G + B =
106 + 95 + 181 = 382 (100%)
R 106 of 382 ~ 27.75%
G 95 of 382 ~ 24.87%
B 181 of 382 ~ 47.38%

%27.75
%24.87
%47.38

CMYK color model

#6A5FB5 color CMYK value is (41,48,0,29).

  • cyan value is 41.44%
  • magenta value is 47.51%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(41,48,0,29)
C41M48Y0K29 
(41%,48%,0%,29%)
(0.41/0.48/0.00/0.29)	

CMYK percentages

%41.44
%47.51
%0
%29.02

Codes

Color #6A5FB5 in popluar color models

6A5FB5
RGB10695181
HSL248°36.75%54.12%
HSB/HSV248°47.51%70.98%
CMYK41.44%47.51%0.00%
29.02%

Color #6A5FB5 in popluar number systems.

HEX6A5FB5
Decimal10695181
Binary1101010101111110110101
Octal152137265

Shades and tints

Shades of #6A5FB5

#6A5FB5
(106,95,181)
#6157A5
(97,87,165)
#584F95
(88,79,149)
#4F4785
(79,71,133)
#463F75
(70,63,117)
#3D3765
(61,55,101)
#342F55
(52,47,85)
#2B2745
(43,39,69)
#221F35
(34,31,53)
#191725
(25,23,37)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #6A5FB5

#6A5FB5
(106,95,181)
#776DBB
(119,109,187)
#847BC1
(132,123,193)
#9189C7
(145,137,199)
#9E97CD
(158,151,205)
#ABA5D3
(171,165,211)
#B8B3D9
(184,179,217)
#C5C1DF
(197,193,223)
#D2CFE5
(210,207,229)
#DFDDEB
(223,221,235)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5FB5 color. Also use rgb(106,95,181) instead hex code.

Text Font Color

.myTextColor { color: #6A5FB5; }

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

This text font color is #6A5FB5.


Background Color

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

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

This div background color is #6A5FB5.


Border color

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

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

This div border color is #6A5FB5.


Opacity

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

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

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

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

This text has shadow with #6A5FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5FB5 on black background.


Color preview on white background

This text has color #6A5FB5 on white background.



Black color preview on #6A5FB5 background

This text has black color on #6A5FB5 background.


White color preview on #6A5FB5 background

This text has white color on #6A5FB5 background.