COLOR #6B57BD

HEX: #6B57BD
RGB: (107,87,189)

Color info

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

RGB color model

#6B57BD color RGB value is (107,87,189).

  • red value is 107;
  • green value is 87;
  • blue value is 189.
RGB:
(107,87,189)
(42%,34%,74%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 189 of 255 = 74%

107
87
189

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 189 = 383 (100%)
R 107 of 383 ~ 27.94%
G 87 of 383 ~ 22.72%
B 189 of 383 ~ 49.35%

%27.94
%22.72
%49.35

CMYK color model

#6B57BD color CMYK value is (43,54,0,26).

  • cyan value is 43.39%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(43,54,0,26)
C43M54Y0K26 
(43%,54%,0%,26%)
(0.43/0.54/0.00/0.26)	

CMYK percentages

%43.39
%53.97
%0
%25.88

Codes

Color #6B57BD in popluar color models

6B57BD
RGB10787189
HSL252°43.59%54.12%
HSB/HSV252°53.97%74.12%
CMYK43.39%53.97%0.00%
25.88%

Color #6B57BD in popluar number systems.

HEX6B57BD
Decimal10787189
Binary1101011101011110111101
Octal153127275

Shades and tints

Shades of #6B57BD

#6B57BD
(107,87,189)
#6250AC
(98,80,172)
#59499B
(89,73,155)
#50428A
(80,66,138)
#473B79
(71,59,121)
#3E3468
(62,52,104)
#352D57
(53,45,87)
#2C2646
(44,38,70)
#231F35
(35,31,53)
#1A1824
(26,24,36)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6B57BD

#6B57BD
(107,87,189)
#7866C3
(120,102,195)
#8575C9
(133,117,201)
#9284CF
(146,132,207)
#9F93D5
(159,147,213)
#ACA2DB
(172,162,219)
#B9B1E1
(185,177,225)
#C6C0E7
(198,192,231)
#D3CFED
(211,207,237)
#E0DEF3
(224,222,243)
#EDEDF9
(237,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B57BD color. Also use rgb(107,87,189) instead hex code.

Text Font Color

.myTextColor { color: #6B57BD; }

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

This text font color is #6B57BD.


Background Color

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

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

This div background color is #6B57BD.


Border color

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

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

This div border color is #6B57BD.


Opacity

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

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

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

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

This text has shadow with #6B57BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B57BD on black background.


Color preview on white background

This text has color #6B57BD on white background.



Black color preview on #6B57BD background

This text has black color on #6B57BD background.


White color preview on #6B57BD background

This text has white color on #6B57BD background.