COLOR #6131CC

HEX: #6131CC
RGB: (97,49,204)

Color info

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

RGB color model

#6131CC color RGB value is (97,49,204).

  • red value is 97;
  • green value is 49;
  • blue value is 204.
RGB:
(97,49,204)
(38%,19%,80%)

RGB channels and saturation

R 97 of 255 = 38%
G 49 of 255 = 19%
B 204 of 255 = 80%

97
49
204

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

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 204 = 350 (100%)
R 97 of 350 ~ 27.71%
G 49 of 350 ~ 14%
B 204 of 350 ~ 58.29%

%27.71
%14
%58.29

CMYK color model

#6131CC color CMYK value is (52,76,0,20).

  • cyan value is 52.45%
  • magenta value is 75.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(52,76,0,20)
C52M76Y0K20 
(52%,76%,0%,20%)
(0.52/0.76/0.00/0.20)	

CMYK percentages

%52.45
%75.98
%0
%20

Codes

Color #6131CC in popluar color models

6131CC
RGB9749204
HSL259°61.26%49.61%
HSB/HSV259°75.98%80.00%
CMYK52.45%75.98%0.00%
20.00%

Color #6131CC in popluar number systems.

HEX6131CC
Decimal9749204
Binary110000111000111001100
Octal14161314

Shades and tints

Shades of #6131CC

#6131CC
(97,49,204)
#592DBA
(89,45,186)
#5129A8
(81,41,168)
#492596
(73,37,150)
#412184
(65,33,132)
#391D72
(57,29,114)
#311960
(49,25,96)
#29154E
(41,21,78)
#21113C
(33,17,60)
#190D2A
(25,13,42)
#110918
(17,9,24)
#000000
(0,0,0)

Tints of #6131CC

#6131CC
(97,49,204)
#6F43D0
(111,67,208)
#7D55D4
(125,85,212)
#8B67D8
(139,103,216)
#9979DC
(153,121,220)
#A78BE0
(167,139,224)
#B59DE4
(181,157,228)
#C3AFE8
(195,175,232)
#D1C1EC
(209,193,236)
#DFD3F0
(223,211,240)
#EDE5F4
(237,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6131CC color. Also use rgb(97,49,204) instead hex code.

Text Font Color

.myTextColor { color: #6131CC; }

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

This text font color is #6131CC.


Background Color

.myBgColor { background-color: #6131CC; }

<div style="background-color:#6131CC">Inner text</div>

This div background color is #6131CC.


Border color

.myBorderColor { border: 1px solid #6131CC; }

<div style="border:3px solid #6131CC">Div</div>

This div border color is #6131CC.


Opacity

.myOpacity80 { color: #6131CC; opacity: 0.8; }

<p style="color:#6131CC;opacity:0.8;">80%</p>

Text with #6131CC 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 #6131CC;}

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

This text has shadow with #6131CC color.

.textShadow {text-shadow: 3px 3px 1px #6131CC, 3px 3px 1px red;}

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

This text has shadow with #6131CC primary color and red secondary color.


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

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

This text has shadow with #6131CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6131CC on black background.


Color preview on white background

This text has color #6131CC on white background.



Black color preview on #6131CC background

This text has black color on #6131CC background.


White color preview on #6131CC background

This text has white color on #6131CC background.