COLOR #6142E5

HEX: #6142E5
RGB: (97,66,229)

Color info

#6142E5 contains mainly blue color. Web safe color of #6142E5 is #6633CC (or #63C).

RGB color model

#6142E5 color RGB value is (97,66,229).

  • red value is 97;
  • green value is 66;
  • blue value is 229.
RGB:
(97,66,229)
(38%,26%,90%)

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 229 of 255 = 90%

97
66
229

R + G + B ~ 51%. #6142E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 229 = 392 (100%)
R 97 of 392 ~ 24.74%
G 66 of 392 ~ 16.84%
B 229 of 392 ~ 58.42%

%24.74
%16.84
%58.42

CMYK color model

#6142E5 color CMYK value is (58,71,0,10).

  • cyan value is 57.64%
  • magenta value is 71.18%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(58,71,0,10)
C58M71Y0K10 
(58%,71%,0%,10%)
(0.58/0.71/0.00/0.10)	

CMYK percentages

%57.64
%71.18
%0
%10.2

Codes

Color #6142E5 in popluar color models

6142E5
RGB9766229
HSL251°75.81%57.84%
HSB/HSV251°71.18%89.80%
CMYK57.64%71.18%0.00%
10.20%

Color #6142E5 in popluar number systems.

HEX6142E5
Decimal9766229
Binary1100001100001011100101
Octal141102345

Shades and tints

Shades of #6142E5

#6142E5
(97,66,229)
#593CD1
(89,60,209)
#5136BD
(81,54,189)
#4930A9
(73,48,169)
#412A95
(65,42,149)
#392481
(57,36,129)
#311E6D
(49,30,109)
#291859
(41,24,89)
#211245
(33,18,69)
#190C31
(25,12,49)
#11061D
(17,6,29)
#000000
(0,0,0)

Tints of #6142E5

#6142E5
(97,66,229)
#6F53E7
(111,83,231)
#7D64E9
(125,100,233)
#8B75EB
(139,117,235)
#9986ED
(153,134,237)
#A797EF
(167,151,239)
#B5A8F1
(181,168,241)
#C3B9F3
(195,185,243)
#D1CAF5
(209,202,245)
#DFDBF7
(223,219,247)
#EDECF9
(237,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6142E5 color. Also use rgb(97,66,229) instead hex code.

Text Font Color

.myTextColor { color: #6142E5; }

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

This text font color is #6142E5.


Background Color

.myBgColor { background-color: #6142E5; }

<div style="background-color:#6142E5">Inner text</div>

This div background color is #6142E5.


Border color

.myBorderColor { border: 1px solid #6142E5; }

<div style="border:3px solid #6142E5">Div</div>

This div border color is #6142E5.


Opacity

.myOpacity80 { color: #6142E5; opacity: 0.8; }

<p style="color:#6142E5;opacity:0.8;">80%</p>

Text with #6142E5 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 #6142E5;}

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

This text has shadow with #6142E5 color.

.textShadow {text-shadow: 3px 3px 1px #6142E5, 3px 3px 1px red;}

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

This text has shadow with #6142E5 primary color and red secondary color.


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

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

This text has shadow with #6142E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6142E5 on black background.


Color preview on white background

This text has color #6142E5 on white background.



Black color preview on #6142E5 background

This text has black color on #6142E5 background.


White color preview on #6142E5 background

This text has white color on #6142E5 background.