COLOR #6141EE

HEX: #6141EE
RGB: (97,65,238)

Color info

#6141EE contains mainly blue color. Web safe color of #6141EE is #6633FF (or #63F).

RGB color model

#6141EE color RGB value is (97,65,238).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 238 of 255 = 93%

97
65
238

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

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 238 = 400 (100%)
R 97 of 400 ~ 24.25%
G 65 of 400 ~ 16.25%
B 238 of 400 ~ 59.5%

%24.25
%16.25
%59.5

CMYK color model

#6141EE color CMYK value is (59,73,0,7).

  • cyan value is 59.24%
  • magenta value is 72.69%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(59,73,0,7)
C59M73Y0K7 
(59%,73%,0%,7%)
(0.59/0.73/0.00/0.07)	

CMYK percentages

%59.24
%72.69
%0
%6.67

Codes

Color #6141EE in popluar color models

6141EE
RGB9765238
HSL251°83.57%59.41%
HSB/HSV251°72.69%93.33%
CMYK59.24%72.69%0.00%
6.67%

Color #6141EE in popluar number systems.

HEX6141EE
Decimal9765238
Binary1100001100000111101110
Octal141101356

Shades and tints

Shades of #6141EE

#6141EE
(97,65,238)
#593CD9
(89,60,217)
#5137C4
(81,55,196)
#4932AF
(73,50,175)
#412D9A
(65,45,154)
#392885
(57,40,133)
#312370
(49,35,112)
#291E5B
(41,30,91)
#211946
(33,25,70)
#191431
(25,20,49)
#110F1C
(17,15,28)
#000000
(0,0,0)

Tints of #6141EE

#6141EE
(97,65,238)
#6F52EF
(111,82,239)
#7D63F0
(125,99,240)
#8B74F1
(139,116,241)
#9985F2
(153,133,242)
#A796F3
(167,150,243)
#B5A7F4
(181,167,244)
#C3B8F5
(195,184,245)
#D1C9F6
(209,201,246)
#DFDAF7
(223,218,247)
#EDEBF8
(237,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6141EE; }

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

This text font color is #6141EE.


Background Color

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

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

This div background color is #6141EE.


Border color

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

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

This div border color is #6141EE.


Opacity

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

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

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

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

This text has shadow with #6141EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6141EE on black background.


Color preview on white background

This text has color #6141EE on white background.



Black color preview on #6141EE background

This text has black color on #6141EE background.


White color preview on #6141EE background

This text has white color on #6141EE background.