COLOR #6741EB

HEX: #6741EB
RGB: (103,65,235)

Color info

#6741EB contains mainly blue color. Web safe color of #6741EB is #6633FF (or #63F).

RGB color model

#6741EB color RGB value is (103,65,235).

  • red value is 103;
  • green value is 65;
  • blue value is 235.
RGB:
(103,65,235)
(40%,25%,92%)

RGB channels and saturation

R 103 of 255 = 40%
G 65 of 255 = 25%
B 235 of 255 = 92%

103
65
235

R + G + B ~ 52%. #6741EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 65 + 235 = 403 (100%)
R 103 of 403 ~ 25.56%
G 65 of 403 ~ 16.13%
B 235 of 403 ~ 58.31%

%25.56
%16.13
%58.31

CMYK color model

#6741EB color CMYK value is (56,72,0,8).

  • cyan value is 56.17%
  • magenta value is 72.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(56,72,0,8)
C56M72Y0K8 
(56%,72%,0%,8%)
(0.56/0.72/0.00/0.08)	

CMYK percentages

%56.17
%72.34
%0
%7.84

Codes

Color #6741EB in popluar color models

6741EB
RGB10365235
HSL253°80.95%58.82%
HSB/HSV253°72.34%92.16%
CMYK56.17%72.34%0.00%
7.84%

Color #6741EB in popluar number systems.

HEX6741EB
Decimal10365235
Binary1100111100000111101011
Octal147101353

Shades and tints

Shades of #6741EB

#6741EB
(103,65,235)
#5E3CD6
(94,60,214)
#5537C1
(85,55,193)
#4C32AC
(76,50,172)
#432D97
(67,45,151)
#3A2882
(58,40,130)
#31236D
(49,35,109)
#281E58
(40,30,88)
#1F1943
(31,25,67)
#16142E
(22,20,46)
#0D0F19
(13,15,25)
#000000
(0,0,0)

Tints of #6741EB

#6741EB
(103,65,235)
#7452EC
(116,82,236)
#8163ED
(129,99,237)
#8E74EE
(142,116,238)
#9B85EF
(155,133,239)
#A896F0
(168,150,240)
#B5A7F1
(181,167,241)
#C2B8F2
(194,184,242)
#CFC9F3
(207,201,243)
#DCDAF4
(220,218,244)
#E9EBF5
(233,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6741EB color. Also use rgb(103,65,235) instead hex code.

Text Font Color

.myTextColor { color: #6741EB; }

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

This text font color is #6741EB.


Background Color

.myBgColor { background-color: #6741EB; }

<div style="background-color:#6741EB">Inner text</div>

This div background color is #6741EB.


Border color

.myBorderColor { border: 1px solid #6741EB; }

<div style="border:3px solid #6741EB">Div</div>

This div border color is #6741EB.


Opacity

.myOpacity80 { color: #6741EB; opacity: 0.8; }

<p style="color:#6741EB;opacity:0.8;">80%</p>

Text with #6741EB 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 #6741EB;}

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

This text has shadow with #6741EB color.

.textShadow {text-shadow: 3px 3px 1px #6741EB, 3px 3px 1px red;}

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

This text has shadow with #6741EB primary color and red secondary color.


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

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

This text has shadow with #6741EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6741EB on black background.


Color preview on white background

This text has color #6741EB on white background.



Black color preview on #6741EB background

This text has black color on #6741EB background.


White color preview on #6741EB background

This text has white color on #6741EB background.