COLOR #6147CF

HEX: #6147CF
RGB: (97,71,207)

Color info

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

RGB color model

#6147CF color RGB value is (97,71,207).

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

RGB channels and saturation

R 97 of 255 = 38%
G 71 of 255 = 28%
B 207 of 255 = 81%

97
71
207

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

Portions of RGB colors in percentages

R + G + B =
97 + 71 + 207 = 375 (100%)
R 97 of 375 ~ 25.87%
G 71 of 375 ~ 18.93%
B 207 of 375 ~ 55.2%

%25.87
%18.93
%55.2

CMYK color model

#6147CF color CMYK value is (53,66,0,19).

  • cyan value is 53.14%
  • magenta value is 65.70%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(53,66,0,19)
C53M66Y0K19 
(53%,66%,0%,19%)
(0.53/0.66/0.00/0.19)	

CMYK percentages

%53.14
%65.7
%0
%18.82

Codes

Color #6147CF in popluar color models

6147CF
RGB9771207
HSL251°58.62%54.51%
HSB/HSV251°65.70%81.18%
CMYK53.14%65.70%0.00%
18.82%

Color #6147CF in popluar number systems.

HEX6147CF
Decimal9771207
Binary1100001100011111001111
Octal141107317

Shades and tints

Shades of #6147CF

#6147CF
(97,71,207)
#5941BD
(89,65,189)
#513BAB
(81,59,171)
#493599
(73,53,153)
#412F87
(65,47,135)
#392975
(57,41,117)
#312363
(49,35,99)
#291D51
(41,29,81)
#21173F
(33,23,63)
#19112D
(25,17,45)
#110B1B
(17,11,27)
#000000
(0,0,0)

Tints of #6147CF

#6147CF
(97,71,207)
#6F57D3
(111,87,211)
#7D67D7
(125,103,215)
#8B77DB
(139,119,219)
#9987DF
(153,135,223)
#A797E3
(167,151,227)
#B5A7E7
(181,167,231)
#C3B7EB
(195,183,235)
#D1C7EF
(209,199,239)
#DFD7F3
(223,215,243)
#EDE7F7
(237,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6147CF; }

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

This text font color is #6147CF.


Background Color

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

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

This div background color is #6147CF.


Border color

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

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

This div border color is #6147CF.


Opacity

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

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

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

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

This text has shadow with #6147CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6147CF on black background.


Color preview on white background

This text has color #6147CF on white background.



Black color preview on #6147CF background

This text has black color on #6147CF background.


White color preview on #6147CF background

This text has white color on #6147CF background.