COLOR #6147E4

HEX: #6147E4
RGB: (97,71,228)

Color info

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

RGB color model

#6147E4 color RGB value is (97,71,228).

  • red value is 97;
  • green value is 71;
  • blue value is 228.
RGB:
(97,71,228)
(38%,28%,89%)

RGB channels and saturation

R 97 of 255 = 38%
G 71 of 255 = 28%
B 228 of 255 = 89%

97
71
228

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

Portions of RGB colors in percentages

R + G + B =
97 + 71 + 228 = 396 (100%)
R 97 of 396 ~ 24.49%
G 71 of 396 ~ 17.93%
B 228 of 396 ~ 57.58%

%24.49
%17.93
%57.58

CMYK color model

#6147E4 color CMYK value is (57,69,0,11).

  • cyan value is 57.46%
  • magenta value is 68.86%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(57,69,0,11)
C57M69Y0K11 
(57%,69%,0%,11%)
(0.57/0.69/0.00/0.11)	

CMYK percentages

%57.46
%68.86
%0
%10.59

Codes

Color #6147E4 in popluar color models

6147E4
RGB9771228
HSL250°74.41%58.63%
HSB/HSV250°68.86%89.41%
CMYK57.46%68.86%0.00%
10.59%

Color #6147E4 in popluar number systems.

HEX6147E4
Decimal9771228
Binary1100001100011111100100
Octal141107344

Shades and tints

Shades of #6147E4

#6147E4
(97,71,228)
#5941D0
(89,65,208)
#513BBC
(81,59,188)
#4935A8
(73,53,168)
#412F94
(65,47,148)
#392980
(57,41,128)
#31236C
(49,35,108)
#291D58
(41,29,88)
#211744
(33,23,68)
#191130
(25,17,48)
#110B1C
(17,11,28)
#000000
(0,0,0)

Tints of #6147E4

#6147E4
(97,71,228)
#6F57E6
(111,87,230)
#7D67E8
(125,103,232)
#8B77EA
(139,119,234)
#9987EC
(153,135,236)
#A797EE
(167,151,238)
#B5A7F0
(181,167,240)
#C3B7F2
(195,183,242)
#D1C7F4
(209,199,244)
#DFD7F6
(223,215,246)
#EDE7F8
(237,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6147E4 color. Also use rgb(97,71,228) instead hex code.

Text Font Color

.myTextColor { color: #6147E4; }

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

This text font color is #6147E4.


Background Color

.myBgColor { background-color: #6147E4; }

<div style="background-color:#6147E4">Inner text</div>

This div background color is #6147E4.


Border color

.myBorderColor { border: 1px solid #6147E4; }

<div style="border:3px solid #6147E4">Div</div>

This div border color is #6147E4.


Opacity

.myOpacity80 { color: #6147E4; opacity: 0.8; }

<p style="color:#6147E4;opacity:0.8;">80%</p>

Text with #6147E4 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 #6147E4;}

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

This text has shadow with #6147E4 color.

.textShadow {text-shadow: 3px 3px 1px #6147E4, 3px 3px 1px red;}

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

This text has shadow with #6147E4 primary color and red secondary color.


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

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

This text has shadow with #6147E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6147E4 on black background.


Color preview on white background

This text has color #6147E4 on white background.



Black color preview on #6147E4 background

This text has black color on #6147E4 background.


White color preview on #6147E4 background

This text has white color on #6147E4 background.