COLOR #6139CD

HEX: #6139CD
RGB: (97,57,205)

Color info

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

RGB color model

#6139CD color RGB value is (97,57,205).

  • red value is 97;
  • green value is 57;
  • blue value is 205.
RGB:
(97,57,205)
(38%,22%,80%)

RGB channels and saturation

R 97 of 255 = 38%
G 57 of 255 = 22%
B 205 of 255 = 80%

97
57
205

R + G + B ~ 47%. #6139CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 57 + 205 = 359 (100%)
R 97 of 359 ~ 27.02%
G 57 of 359 ~ 15.88%
B 205 of 359 ~ 57.1%

%27.02
%15.88
%57.1

CMYK color model

#6139CD color CMYK value is (53,72,0,20).

  • cyan value is 52.68%
  • magenta value is 72.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(53,72,0,20)
C53M72Y0K20 
(53%,72%,0%,20%)
(0.53/0.72/0.00/0.20)	

CMYK percentages

%52.68
%72.2
%0
%19.61

Codes

Color #6139CD in popluar color models

6139CD
RGB9757205
HSL256°59.68%51.37%
HSB/HSV256°72.20%80.39%
CMYK52.68%72.20%0.00%
19.61%

Color #6139CD in popluar number systems.

HEX6139CD
Decimal9757205
Binary110000111100111001101
Octal14171315

Shades and tints

Shades of #6139CD

#6139CD
(97,57,205)
#5934BB
(89,52,187)
#512FA9
(81,47,169)
#492A97
(73,42,151)
#412585
(65,37,133)
#392073
(57,32,115)
#311B61
(49,27,97)
#29164F
(41,22,79)
#21113D
(33,17,61)
#190C2B
(25,12,43)
#110719
(17,7,25)
#000000
(0,0,0)

Tints of #6139CD

#6139CD
(97,57,205)
#6F4BD1
(111,75,209)
#7D5DD5
(125,93,213)
#8B6FD9
(139,111,217)
#9981DD
(153,129,221)
#A793E1
(167,147,225)
#B5A5E5
(181,165,229)
#C3B7E9
(195,183,233)
#D1C9ED
(209,201,237)
#DFDBF1
(223,219,241)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6139CD color. Also use rgb(97,57,205) instead hex code.

Text Font Color

.myTextColor { color: #6139CD; }

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

This text font color is #6139CD.


Background Color

.myBgColor { background-color: #6139CD; }

<div style="background-color:#6139CD">Inner text</div>

This div background color is #6139CD.


Border color

.myBorderColor { border: 1px solid #6139CD; }

<div style="border:3px solid #6139CD">Div</div>

This div border color is #6139CD.


Opacity

.myOpacity80 { color: #6139CD; opacity: 0.8; }

<p style="color:#6139CD;opacity:0.8;">80%</p>

Text with #6139CD 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 #6139CD;}

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

This text has shadow with #6139CD color.

.textShadow {text-shadow: 3px 3px 1px #6139CD, 3px 3px 1px red;}

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

This text has shadow with #6139CD primary color and red secondary color.


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

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

This text has shadow with #6139CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6139CD on black background.


Color preview on white background

This text has color #6139CD on white background.



Black color preview on #6139CD background

This text has black color on #6139CD background.


White color preview on #6139CD background

This text has white color on #6139CD background.