COLOR #6141C0

HEX: #6141C0
RGB: (97,65,192)

Color info

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

RGB color model

#6141C0 color RGB value is (97,65,192).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 192 of 255 = 75%

97
65
192

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

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 192 = 354 (100%)
R 97 of 354 ~ 27.4%
G 65 of 354 ~ 18.36%
B 192 of 354 ~ 54.24%

%27.4
%18.36
%54.24

CMYK color model

#6141C0 color CMYK value is (49,66,0,25).

  • cyan value is 49.48%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(49,66,0,25)
C49M66Y0K25 
(49%,66%,0%,25%)
(0.49/0.66/0.00/0.25)	

CMYK percentages

%49.48
%66.15
%0
%24.71

Codes

Color #6141C0 in popluar color models

6141C0
RGB9765192
HSL255°50.20%50.39%
HSB/HSV255°66.15%75.29%
CMYK49.48%66.15%0.00%
24.71%

Color #6141C0 in popluar number systems.

HEX6141C0
Decimal9765192
Binary1100001100000111000000
Octal141101300

Shades and tints

Shades of #6141C0

#6141C0
(97,65,192)
#593CAF
(89,60,175)
#51379E
(81,55,158)
#49328D
(73,50,141)
#412D7C
(65,45,124)
#39286B
(57,40,107)
#31235A
(49,35,90)
#291E49
(41,30,73)
#211938
(33,25,56)
#191427
(25,20,39)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #6141C0

#6141C0
(97,65,192)
#6F52C5
(111,82,197)
#7D63CA
(125,99,202)
#8B74CF
(139,116,207)
#9985D4
(153,133,212)
#A796D9
(167,150,217)
#B5A7DE
(181,167,222)
#C3B8E3
(195,184,227)
#D1C9E8
(209,201,232)
#DFDAED
(223,218,237)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6141C0; }

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

This text font color is #6141C0.


Background Color

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

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

This div background color is #6141C0.


Border color

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

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

This div border color is #6141C0.


Opacity

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

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

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

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

This text has shadow with #6141C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6141C0 on black background.


Color preview on white background

This text has color #6141C0 on white background.



Black color preview on #6141C0 background

This text has black color on #6141C0 background.


White color preview on #6141C0 background

This text has white color on #6141C0 background.