COLOR #6B5FB5

HEX: #6B5FB5 RGB: (107,95,181)

Color info

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

RGB color model

#6B5FB5 color RGB value is (107,95,181).

RGB: (107,95,181) (42%, 37%, 71%)

RGB channels and saturation

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

107
95
181

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

Portions of RGB colors in percentages

R + G + B = 107 + 95 + 181 = 383 (100%)
R 107 of 383 ~ 27.94%
G 95 of 383 ~ 24.8%
B 181 of 383 ~ 47.26'%

%27.94
%24.8
%47.26

CMYK color model

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

  • cyan value is 40.88%
  • 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

%40.88
%47.51
%0
%29.02

Codes

Color #6B5FB5 in popluar color models

6B 5F B5
RGB 107 95 181
HSL 248° 36.75% 54.12%
HSB/HSV 248° 47.51% 70.98%
CMYK 40.88% 47.51% 0.00%
29.02%

Color #6B5FB5 in popluar number systems.

HEX 6B 5F B5
Decimal 107 95 181
Binary 1101011 1011111 10110101
Octal 153 137 265

Shades and tints

Shades of #6B5FB5

#6B5FB5
(107,95,181)
#6257A5
(98,87,165)
#594F95
(89,79,149)
#504785
(80,71,133)
#473F75
(71,63,117)
#3E3765
(62,55,101)
#352F55
(53,47,85)
#2C2745
(44,39,69)
#231F35
(35,31,53)
#1A1725
(26,23,37)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #6B5FB5

#6B5FB5
(107,95,181)
#786DBB
(120,109,187)
#857BC1
(133,123,193)
#9289C7
(146,137,199)
#9F97CD
(159,151,205)
#ACA5D3
(172,165,211)
#B9B3D9
(185,179,217)
#C6C1DF
(198,193,223)
#D3CFE5
(211,207,229)
#E0DDEB
(224,221,235)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5FB5; }

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

This text font color is #6B5FB5.

Background Color

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

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

This div background color is #6B5FB5.

Border color

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

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

This div border color is #6B5FB5.

Opacity

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

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

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

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

This text has shadow with #6B5FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5FB5.

Preview

Color preview on black background

This text has color #6B5FB5 on black background.


Color preview on white background

This text has color #6B5FB5 on white background.


Black color preview on #6B5FB5 background

This text has black color on #6B5FB5 background.


White color preview on #6B5FB5 background

This text has white color on #6B5FB5 background.


Related colors

Complementary color

Complementary color for #hex is #94A04A.


I love getcolorcode.com

Triadic colors

1 #B56B5F and #5FB56B with #6B5FB5 are triadic colors.

2 #B55F6B and #5F6BB5 with #6B5FB5 are triadic colors.