COLOR #6A5BA8

HEX: #6A5BA8
RGB: (106,91,168)

Color info

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

RGB color model

#6A5BA8 color RGB value is (106,91,168).

  • red value is 106;
  • green value is 91;
  • blue value is 168.
RGB: (106,91,168) (42%,36%,66%)

RGB channels and saturation

R 106 of 255 = 42%
G 91 of 255 = 36%
B 168 of 255 = 66%

106
91
168

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

Portions of RGB colors in percentages

R + G + B =
106 + 91 + 168 = 365 (100%)
R 106 of 365 ~ 29.04%
G 91 of 365 ~ 24.93%
B 168 of 365 ~ 46.03%

%29.04
%24.93
%46.03

CMYK color model

#6A5BA8 color CMYK value is (37,46,0,34).

  • cyan value is 36.90%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK: (37,46,0,34) C37M46Y0K34 (37%,46%,0%,34%) (0.37/0.46/0.00/0.34)

CMYK percentages

%36.9
%45.83
%0
%34.12

Codes

Color #6A5BA8 in popluar color models

6A5BA8
RGB10691168
HSL252°30.68%50.78%
HSB/HSV252°45.83%65.88%
CMYK36.90%45.83%0.00%
34.12%

Color #6A5BA8 in popluar number systems.

HEX6A5BA8
Decimal10691168
Binary1101010101101110101000
Octal152133250

Shades and tints

Shades of #6A5BA8

#6A5BA8
(106,91,168)
#615399
(97,83,153)
#584B8A
(88,75,138)
#4F437B
(79,67,123)
#463B6C
(70,59,108)
#3D335D
(61,51,93)
#342B4E
(52,43,78)
#2B233F
(43,35,63)
#221B30
(34,27,48)
#191321
(25,19,33)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #6A5BA8

#6A5BA8
(106,91,168)
#7769AF
(119,105,175)
#8477B6
(132,119,182)
#9185BD
(145,133,189)
#9E93C4
(158,147,196)
#ABA1CB
(171,161,203)
#B8AFD2
(184,175,210)
#C5BDD9
(197,189,217)
#D2CBE0
(210,203,224)
#DFD9E7
(223,217,231)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5BA8 color. Also use rgb(106,91,168) instead hex code.

Text Font Color

.myTextColor { color: #6A5BA8; }

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

This text font color is #6A5BA8.


Background Color

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

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

This div background color is #6A5BA8.


Border color

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

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

This div border color is #6A5BA8.


Opacity

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

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

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

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

This text has shadow with #6A5BA8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A5BA8 on black background.


Color preview on white background

This text has color #6A5BA8 on white background.



Black color preview on #6A5BA8 background

This text has black color on #6A5BA8 background.


White color preview on #6A5BA8 background

This text has white color on #6A5BA8 background.