COLOR #6141AF

HEX: #6141AF
RGB: (97,65,175)

Color info

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

RGB color model

#6141AF color RGB value is (97,65,175).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 175 of 255 = 69%

97
65
175

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

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 175 = 337 (100%)
R 97 of 337 ~ 28.78%
G 65 of 337 ~ 19.29%
B 175 of 337 ~ 51.93%

%28.78
%19.29
%51.93

CMYK color model

#6141AF color CMYK value is (45,63,0,31).

  • cyan value is 44.57%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,63,0,31)
C45M63Y0K31 
(45%,63%,0%,31%)
(0.45/0.63/0.00/0.31)	

CMYK percentages

%44.57
%62.86
%0
%31.37

Codes

Color #6141AF in popluar color models

6141AF
RGB9765175
HSL257°45.83%47.06%
HSB/HSV257°62.86%68.63%
CMYK44.57%62.86%0.00%
31.37%

Color #6141AF in popluar number systems.

HEX6141AF
Decimal9765175
Binary1100001100000110101111
Octal141101257

Shades and tints

Shades of #6141AF

#6141AF
(97,65,175)
#593CA0
(89,60,160)
#513791
(81,55,145)
#493282
(73,50,130)
#412D73
(65,45,115)
#392864
(57,40,100)
#312355
(49,35,85)
#291E46
(41,30,70)
#211937
(33,25,55)
#191428
(25,20,40)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #6141AF

#6141AF
(97,65,175)
#6F52B6
(111,82,182)
#7D63BD
(125,99,189)
#8B74C4
(139,116,196)
#9985CB
(153,133,203)
#A796D2
(167,150,210)
#B5A7D9
(181,167,217)
#C3B8E0
(195,184,224)
#D1C9E7
(209,201,231)
#DFDAEE
(223,218,238)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6141AF; }

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

This text font color is #6141AF.


Background Color

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

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

This div background color is #6141AF.


Border color

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

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

This div border color is #6141AF.


Opacity

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

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

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

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

This text has shadow with #6141AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6141AF on black background.


Color preview on white background

This text has color #6141AF on white background.



Black color preview on #6141AF background

This text has black color on #6141AF background.


White color preview on #6141AF background

This text has white color on #6141AF background.