COLOR #6049E1

HEX: #6049E1
RGB: (96,73,225)

Color info

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

RGB color model

#6049E1 color RGB value is (96,73,225).

  • red value is 96;
  • green value is 73;
  • blue value is 225.
RGB:
(96,73,225)
(38%,29%,88%)

RGB channels and saturation

R 96 of 255 = 38%
G 73 of 255 = 29%
B 225 of 255 = 88%

96
73
225

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

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 225 = 394 (100%)
R 96 of 394 ~ 24.37%
G 73 of 394 ~ 18.53%
B 225 of 394 ~ 57.11%

%24.37
%18.53
%57.11

CMYK color model

#6049E1 color CMYK value is (57,68,0,12).

  • cyan value is 57.33%
  • magenta value is 67.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(57,68,0,12)
C57M68Y0K12 
(57%,68%,0%,12%)
(0.57/0.68/0.00/0.12)	

CMYK percentages

%57.33
%67.56
%0
%11.76

Codes

Color #6049E1 in popluar color models

6049E1
RGB9673225
HSL249°71.70%58.43%
HSB/HSV249°67.56%88.24%
CMYK57.33%67.56%0.00%
11.76%

Color #6049E1 in popluar number systems.

HEX6049E1
Decimal9673225
Binary1100000100100111100001
Octal140111341

Shades and tints

Shades of #6049E1

#6049E1
(96,73,225)
#5843CD
(88,67,205)
#503DB9
(80,61,185)
#4837A5
(72,55,165)
#403191
(64,49,145)
#382B7D
(56,43,125)
#302569
(48,37,105)
#281F55
(40,31,85)
#201941
(32,25,65)
#18132D
(24,19,45)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #6049E1

#6049E1
(96,73,225)
#6E59E3
(110,89,227)
#7C69E5
(124,105,229)
#8A79E7
(138,121,231)
#9889E9
(152,137,233)
#A699EB
(166,153,235)
#B4A9ED
(180,169,237)
#C2B9EF
(194,185,239)
#D0C9F1
(208,201,241)
#DED9F3
(222,217,243)
#ECE9F5
(236,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6049E1 color. Also use rgb(96,73,225) instead hex code.

Text Font Color

.myTextColor { color: #6049E1; }

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

This text font color is #6049E1.


Background Color

.myBgColor { background-color: #6049E1; }

<div style="background-color:#6049E1">Inner text</div>

This div background color is #6049E1.


Border color

.myBorderColor { border: 1px solid #6049E1; }

<div style="border:3px solid #6049E1">Div</div>

This div border color is #6049E1.


Opacity

.myOpacity80 { color: #6049E1; opacity: 0.8; }

<p style="color:#6049E1;opacity:0.8;">80%</p>

Text with #6049E1 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 #6049E1;}

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

This text has shadow with #6049E1 color.

.textShadow {text-shadow: 3px 3px 1px #6049E1, 3px 3px 1px red;}

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

This text has shadow with #6049E1 primary color and red secondary color.


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

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

This text has shadow with #6049E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6049E1 on black background.


Color preview on white background

This text has color #6049E1 on white background.



Black color preview on #6049E1 background

This text has black color on #6049E1 background.


White color preview on #6049E1 background

This text has white color on #6049E1 background.