COLOR #6153C5

HEX: #6153C5
RGB: (97,83,197)

Color info

#6153C5 contains mainly blue color. Web safe color of #6153C5 is #6666CC (or #66C).

RGB color model

#6153C5 color RGB value is (97,83,197).

  • red value is 97;
  • green value is 83;
  • blue value is 197.
RGB:
(97,83,197)
(38%,33%,77%)

RGB channels and saturation

R 97 of 255 = 38%
G 83 of 255 = 33%
B 197 of 255 = 77%

97
83
197

R + G + B ~ 49%. #6153C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 83 + 197 = 377 (100%)
R 97 of 377 ~ 25.73%
G 83 of 377 ~ 22.02%
B 197 of 377 ~ 52.25%

%25.73
%22.02
%52.25

CMYK color model

#6153C5 color CMYK value is (51,58,0,23).

  • cyan value is 50.76%
  • magenta value is 57.87%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(51,58,0,23)
C51M58Y0K23 
(51%,58%,0%,23%)
(0.51/0.58/0.00/0.23)	

CMYK percentages

%50.76
%57.87
%0
%22.75

Codes

Color #6153C5 in popluar color models

6153C5
RGB9783197
HSL247°49.57%54.90%
HSB/HSV247°57.87%77.25%
CMYK50.76%57.87%0.00%
22.75%

Color #6153C5 in popluar number systems.

HEX6153C5
Decimal9783197
Binary1100001101001111000101
Octal141123305

Shades and tints

Shades of #6153C5

#6153C5
(97,83,197)
#594CB4
(89,76,180)
#5145A3
(81,69,163)
#493E92
(73,62,146)
#413781
(65,55,129)
#393070
(57,48,112)
#31295F
(49,41,95)
#29224E
(41,34,78)
#211B3D
(33,27,61)
#19142C
(25,20,44)
#110D1B
(17,13,27)
#000000
(0,0,0)

Tints of #6153C5

#6153C5
(97,83,197)
#6F62CA
(111,98,202)
#7D71CF
(125,113,207)
#8B80D4
(139,128,212)
#998FD9
(153,143,217)
#A79EDE
(167,158,222)
#B5ADE3
(181,173,227)
#C3BCE8
(195,188,232)
#D1CBED
(209,203,237)
#DFDAF2
(223,218,242)
#EDE9F7
(237,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6153C5 color. Also use rgb(97,83,197) instead hex code.

Text Font Color

.myTextColor { color: #6153C5; }

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

This text font color is #6153C5.


Background Color

.myBgColor { background-color: #6153C5; }

<div style="background-color:#6153C5">Inner text</div>

This div background color is #6153C5.


Border color

.myBorderColor { border: 1px solid #6153C5; }

<div style="border:3px solid #6153C5">Div</div>

This div border color is #6153C5.


Opacity

.myOpacity80 { color: #6153C5; opacity: 0.8; }

<p style="color:#6153C5;opacity:0.8;">80%</p>

Text with #6153C5 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 #6153C5;}

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

This text has shadow with #6153C5 color.

.textShadow {text-shadow: 3px 3px 1px #6153C5, 3px 3px 1px red;}

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

This text has shadow with #6153C5 primary color and red secondary color.


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

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

This text has shadow with #6153C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6153C5 on black background.


Color preview on white background

This text has color #6153C5 on white background.



Black color preview on #6153C5 background

This text has black color on #6153C5 background.


White color preview on #6153C5 background

This text has white color on #6153C5 background.