COLOR #6757B5

HEX: #6757B5
RGB: (103,87,181)

Color info

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

RGB color model

#6757B5 color RGB value is (103,87,181).

  • red value is 103;
  • green value is 87;
  • blue value is 181.
RGB:
(103,87,181)
(40%,34%,71%)

RGB channels and saturation

R 103 of 255 = 40%
G 87 of 255 = 34%
B 181 of 255 = 71%

103
87
181

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

Portions of RGB colors in percentages

R + G + B =
103 + 87 + 181 = 371 (100%)
R 103 of 371 ~ 27.76%
G 87 of 371 ~ 23.45%
B 181 of 371 ~ 48.79%

%27.76
%23.45
%48.79

CMYK color model

#6757B5 color CMYK value is (43,52,0,29).

  • cyan value is 43.09%
  • magenta value is 51.93%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(43,52,0,29)
C43M52Y0K29 
(43%,52%,0%,29%)
(0.43/0.52/0.00/0.29)	

CMYK percentages

%43.09
%51.93
%0
%29.02

Codes

Color #6757B5 in popluar color models

6757B5
RGB10387181
HSL250°38.84%52.55%
HSB/HSV250°51.93%70.98%
CMYK43.09%51.93%0.00%
29.02%

Color #6757B5 in popluar number systems.

HEX6757B5
Decimal10387181
Binary1100111101011110110101
Octal147127265

Shades and tints

Shades of #6757B5

#6757B5
(103,87,181)
#5E50A5
(94,80,165)
#554995
(85,73,149)
#4C4285
(76,66,133)
#433B75
(67,59,117)
#3A3465
(58,52,101)
#312D55
(49,45,85)
#282645
(40,38,69)
#1F1F35
(31,31,53)
#161825
(22,24,37)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #6757B5

#6757B5
(103,87,181)
#7466BB
(116,102,187)
#8175C1
(129,117,193)
#8E84C7
(142,132,199)
#9B93CD
(155,147,205)
#A8A2D3
(168,162,211)
#B5B1D9
(181,177,217)
#C2C0DF
(194,192,223)
#CFCFE5
(207,207,229)
#DCDEEB
(220,222,235)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6757B5 color. Also use rgb(103,87,181) instead hex code.

Text Font Color

.myTextColor { color: #6757B5; }

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

This text font color is #6757B5.


Background Color

.myBgColor { background-color: #6757B5; }

<div style="background-color:#6757B5">Inner text</div>

This div background color is #6757B5.


Border color

.myBorderColor { border: 1px solid #6757B5; }

<div style="border:3px solid #6757B5">Div</div>

This div border color is #6757B5.


Opacity

.myOpacity80 { color: #6757B5; opacity: 0.8; }

<p style="color:#6757B5;opacity:0.8;">80%</p>

Text with #6757B5 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 #6757B5;}

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

This text has shadow with #6757B5 color.

.textShadow {text-shadow: 3px 3px 1px #6757B5, 3px 3px 1px red;}

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

This text has shadow with #6757B5 primary color and red secondary color.


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

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

This text has shadow with #6757B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6757B5 on black background.


Color preview on white background

This text has color #6757B5 on white background.



Black color preview on #6757B5 background

This text has black color on #6757B5 background.


White color preview on #6757B5 background

This text has white color on #6757B5 background.