COLOR #6158C9

HEX: #6158C9
RGB: (97,88,201)

Color info

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

RGB color model

#6158C9 color RGB value is (97,88,201).

  • red value is 97;
  • green value is 88;
  • blue value is 201.
RGB:
(97,88,201)
(38%,35%,79%)

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 201 of 255 = 79%

97
88
201

R + G + B ~ 51%. #6158C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 201 = 386 (100%)
R 97 of 386 ~ 25.13%
G 88 of 386 ~ 22.8%
B 201 of 386 ~ 52.07%

%25.13
%22.8
%52.07

CMYK color model

#6158C9 color CMYK value is (52,56,0,21).

  • cyan value is 51.74%
  • magenta value is 56.22%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(52,56,0,21)
C52M56Y0K21 
(52%,56%,0%,21%)
(0.52/0.56/0.00/0.21)	

CMYK percentages

%51.74
%56.22
%0
%21.18

Codes

Color #6158C9 in popluar color models

6158C9
RGB9788201
HSL245°51.13%56.67%
HSB/HSV245°56.22%78.82%
CMYK51.74%56.22%0.00%
21.18%

Color #6158C9 in popluar number systems.

HEX6158C9
Decimal9788201
Binary1100001101100011001001
Octal141130311

Shades and tints

Shades of #6158C9

#6158C9
(97,88,201)
#5950B7
(89,80,183)
#5148A5
(81,72,165)
#494093
(73,64,147)
#413881
(65,56,129)
#39306F
(57,48,111)
#31285D
(49,40,93)
#29204B
(41,32,75)
#211839
(33,24,57)
#191027
(25,16,39)
#110815
(17,8,21)
#000000
(0,0,0)

Tints of #6158C9

#6158C9
(97,88,201)
#6F67CD
(111,103,205)
#7D76D1
(125,118,209)
#8B85D5
(139,133,213)
#9994D9
(153,148,217)
#A7A3DD
(167,163,221)
#B5B2E1
(181,178,225)
#C3C1E5
(195,193,229)
#D1D0E9
(209,208,233)
#DFDFED
(223,223,237)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6158C9 color. Also use rgb(97,88,201) instead hex code.

Text Font Color

.myTextColor { color: #6158C9; }

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

This text font color is #6158C9.


Background Color

.myBgColor { background-color: #6158C9; }

<div style="background-color:#6158C9">Inner text</div>

This div background color is #6158C9.


Border color

.myBorderColor { border: 1px solid #6158C9; }

<div style="border:3px solid #6158C9">Div</div>

This div border color is #6158C9.


Opacity

.myOpacity80 { color: #6158C9; opacity: 0.8; }

<p style="color:#6158C9;opacity:0.8;">80%</p>

Text with #6158C9 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 #6158C9;}

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

This text has shadow with #6158C9 color.

.textShadow {text-shadow: 3px 3px 1px #6158C9, 3px 3px 1px red;}

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

This text has shadow with #6158C9 primary color and red secondary color.


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

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

This text has shadow with #6158C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6158C9 on black background.


Color preview on white background

This text has color #6158C9 on white background.



Black color preview on #6158C9 background

This text has black color on #6158C9 background.


White color preview on #6158C9 background

This text has white color on #6158C9 background.