COLOR #6141A3

HEX: #6141A3
RGB: (97,65,163)

Color info

#6141A3 contains mainly blue color. Web safe color of #6141A3 is #663399 (or #639).

RGB color model

#6141A3 color RGB value is (97,65,163).

  • red value is 97;
  • green value is 65;
  • blue value is 163.
RGB:
(97,65,163)
(38%,25%,64%)

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 163 of 255 = 64%

97
65
163

R + G + B ~ 42%. #6141A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 163 = 325 (100%)
R 97 of 325 ~ 29.85%
G 65 of 325 ~ 20%
B 163 of 325 ~ 50.15%

%29.85
%20
%50.15

CMYK color model

#6141A3 color CMYK value is (40,60,0,36).

  • cyan value is 40.49%
  • magenta value is 60.12%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(40,60,0,36)
C40M60Y0K36 
(40%,60%,0%,36%)
(0.40/0.60/0.00/0.36)	

CMYK percentages

%40.49
%60.12
%0
%36.08

Codes

Color #6141A3 in popluar color models

6141A3
RGB9765163
HSL260°42.98%44.71%
HSB/HSV260°60.12%63.92%
CMYK40.49%60.12%0.00%
36.08%

Color #6141A3 in popluar number systems.

HEX6141A3
Decimal9765163
Binary1100001100000110100011
Octal141101243

Shades and tints

Shades of #6141A3

#6141A3
(97,65,163)
#593C95
(89,60,149)
#513787
(81,55,135)
#493279
(73,50,121)
#412D6B
(65,45,107)
#39285D
(57,40,93)
#31234F
(49,35,79)
#291E41
(41,30,65)
#211933
(33,25,51)
#191425
(25,20,37)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #6141A3

#6141A3
(97,65,163)
#6F52AB
(111,82,171)
#7D63B3
(125,99,179)
#8B74BB
(139,116,187)
#9985C3
(153,133,195)
#A796CB
(167,150,203)
#B5A7D3
(181,167,211)
#C3B8DB
(195,184,219)
#D1C9E3
(209,201,227)
#DFDAEB
(223,218,235)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6141A3 color. Also use rgb(97,65,163) instead hex code.

Text Font Color

.myTextColor { color: #6141A3; }

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

This text font color is #6141A3.


Background Color

.myBgColor { background-color: #6141A3; }

<div style="background-color:#6141A3">Inner text</div>

This div background color is #6141A3.


Border color

.myBorderColor { border: 1px solid #6141A3; }

<div style="border:3px solid #6141A3">Div</div>

This div border color is #6141A3.


Opacity

.myOpacity80 { color: #6141A3; opacity: 0.8; }

<p style="color:#6141A3;opacity:0.8;">80%</p>

Text with #6141A3 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 #6141A3;}

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

This text has shadow with #6141A3 color.

.textShadow {text-shadow: 3px 3px 1px #6141A3, 3px 3px 1px red;}

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

This text has shadow with #6141A3 primary color and red secondary color.


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

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

This text has shadow with #6141A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6141A3 on black background.


Color preview on white background

This text has color #6141A3 on white background.



Black color preview on #6141A3 background

This text has black color on #6141A3 background.


White color preview on #6141A3 background

This text has white color on #6141A3 background.