COLOR #6041C0

HEX: #6041C0
RGB: (96,65,192)

Color info

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

RGB color model

#6041C0 color RGB value is (96,65,192).

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

RGB channels and saturation

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

96
65
192

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

Portions of RGB colors in percentages

R + G + B =
96 + 65 + 192 = 353 (100%)
R 96 of 353 ~ 27.2%
G 65 of 353 ~ 18.41%
B 192 of 353 ~ 54.39%

%27.2
%18.41
%54.39

CMYK color model

#6041C0 color CMYK value is (50,66,0,25).

  • cyan value is 50.00%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(50,66,0,25)
C50M66Y0K25 
(50%,66%,0%,25%)
(0.50/0.66/0.00/0.25)	

CMYK percentages

%50
%66.15
%0
%24.71

Codes

Color #6041C0 in popluar color models

6041C0
RGB9665192
HSL255°50.20%50.39%
HSB/HSV255°66.15%75.29%
CMYK50.00%66.15%0.00%
24.71%

Color #6041C0 in popluar number systems.

HEX6041C0
Decimal9665192
Binary1100000100000111000000
Octal140101300

Shades and tints

Shades of #6041C0

#6041C0
(96,65,192)
#583CAF
(88,60,175)
#50379E
(80,55,158)
#48328D
(72,50,141)
#402D7C
(64,45,124)
#38286B
(56,40,107)
#30235A
(48,35,90)
#281E49
(40,30,73)
#201938
(32,25,56)
#181427
(24,20,39)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #6041C0

#6041C0
(96,65,192)
#6E52C5
(110,82,197)
#7C63CA
(124,99,202)
#8A74CF
(138,116,207)
#9885D4
(152,133,212)
#A696D9
(166,150,217)
#B4A7DE
(180,167,222)
#C2B8E3
(194,184,227)
#D0C9E8
(208,201,232)
#DEDAED
(222,218,237)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6041C0; }

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

This text font color is #6041C0.


Background Color

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

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

This div background color is #6041C0.


Border color

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

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

This div border color is #6041C0.


Opacity

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

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

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

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

This text has shadow with #6041C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6041C0 on black background.


Color preview on white background

This text has color #6041C0 on white background.



Black color preview on #6041C0 background

This text has black color on #6041C0 background.


White color preview on #6041C0 background

This text has white color on #6041C0 background.