COLOR #6A5FA7

HEX: #6A5FA7 RGB: (106,95,167)

Color info

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

RGB color model

#6A5FA7 color RGB value is (106,95,167).

RGB: (106,95,167) (42%, 37%, 65%)

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 167 of 255 = 65%

106
95
167

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

Portions of RGB colors in percentages

R + G + B = 106 + 95 + 167 = 368 (100%)
R 106 of 368 ~ 28.8%
G 95 of 368 ~ 25.82%
B 167 of 368 ~ 45.38'%

%28.8
%25.82
%45.38

CMYK color model

#6A5FA7 color CMYK value is (37,43,0,35).

  • cyan value is 36.53%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (37,43,0,35)
C37M43Y0K35 (37%, 43%, 0%, 35%)
(0.37 / 0.43 / 0.00 / 0.35)

CMYK percentages

%36.53
%43.11
%0
%34.51

Codes

Color #6A5FA7 in popluar color models

6A 5F A7
RGB 106 95 167
HSL 249° 29.03% 51.37%
HSB/HSV 249° 43.11% 65.49%
CMYK 36.53% 43.11% 0.00%
34.51%

Color #6A5FA7 in popluar number systems.

HEX 6A 5F A7
Decimal 106 95 167
Binary 1101010 1011111 10100111
Octal 152 137 247

Shades and tints

Shades of #6A5FA7

#6A5FA7
(106,95,167)
#615798
(97,87,152)
#584F89
(88,79,137)
#4F477A
(79,71,122)
#463F6B
(70,63,107)
#3D375C
(61,55,92)
#342F4D
(52,47,77)
#2B273E
(43,39,62)
#221F2F
(34,31,47)
#191720
(25,23,32)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A5FA7

#6A5FA7
(106,95,167)
#776DAF
(119,109,175)
#847BB7
(132,123,183)
#9189BF
(145,137,191)
#9E97C7
(158,151,199)
#ABA5CF
(171,165,207)
#B8B3D7
(184,179,215)
#C5C1DF
(197,193,223)
#D2CFE7
(210,207,231)
#DFDDEF
(223,221,239)
#ECEBF7
(236,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5FA7; }

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

This text font color is #6A5FA7.

Background Color

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

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

This div background color is #6A5FA7.

Border color

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

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

This div border color is #6A5FA7.

Opacity

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

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

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

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

This text has shadow with #6A5FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5FA7.

Preview

Color preview on black background

This text has color #6A5FA7 on black background.


Color preview on white background

This text has color #6A5FA7 on white background.


Black color preview on #6A5FA7 background

This text has black color on #6A5FA7 background.


White color preview on #6A5FA7 background

This text has white color on #6A5FA7 background.


Related colors

Complementary color

Complementary color for #hex is #95A058.


I love getcolorcode.com

Triadic colors

1 #A76A5F and #5FA76A with #6A5FA7 are triadic colors.

2 #A75F6A and #5F6AA7 with #6A5FA7 are triadic colors.