COLOR #6A5FB3

HEX: #6A5FB3
RGB: (106,95,179)

Color info

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

RGB color model

#6A5FB3 color RGB value is (106,95,179).

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

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 179 of 255 = 70%

106
95
179

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

Portions of RGB colors in percentages

R + G + B =
106 + 95 + 179 = 380 (100%)
R 106 of 380 ~ 27.89%
G 95 of 380 ~ 25%
B 179 of 380 ~ 47.11%

%27.89
%25
%47.11

CMYK color model

#6A5FB3 color CMYK value is (41,47,0,30).

  • cyan value is 40.78%
  • magenta value is 46.93%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(41,47,0,30)
C41M47Y0K30 
(41%,47%,0%,30%)
(0.41/0.47/0.00/0.30)	

CMYK percentages

%40.78
%46.93
%0
%29.8

Codes

Color #6A5FB3 in popluar color models

6A5FB3
RGB10695179
HSL248°35.59%53.73%
HSB/HSV248°46.93%70.20%
CMYK40.78%46.93%0.00%
29.80%

Color #6A5FB3 in popluar number systems.

HEX6A5FB3
Decimal10695179
Binary1101010101111110110011
Octal152137263

Shades and tints

Shades of #6A5FB3

#6A5FB3
(106,95,179)
#6157A3
(97,87,163)
#584F93
(88,79,147)
#4F4783
(79,71,131)
#463F73
(70,63,115)
#3D3763
(61,55,99)
#342F53
(52,47,83)
#2B2743
(43,39,67)
#221F33
(34,31,51)
#191723
(25,23,35)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #6A5FB3

#6A5FB3
(106,95,179)
#776DB9
(119,109,185)
#847BBF
(132,123,191)
#9189C5
(145,137,197)
#9E97CB
(158,151,203)
#ABA5D1
(171,165,209)
#B8B3D7
(184,179,215)
#C5C1DD
(197,193,221)
#D2CFE3
(210,207,227)
#DFDDE9
(223,221,233)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5FB3; }

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

This text font color is #6A5FB3.


Background Color

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

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

This div background color is #6A5FB3.


Border color

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

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

This div border color is #6A5FB3.


Opacity

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

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

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

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

This text has shadow with #6A5FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5FB3 on black background.


Color preview on white background

This text has color #6A5FB3 on white background.



Black color preview on #6A5FB3 background

This text has black color on #6A5FB3 background.


White color preview on #6A5FB3 background

This text has white color on #6A5FB3 background.