COLOR #6128C6

HEX: #6128C6
RGB: (97,40,198)

Color info

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

RGB color model

#6128C6 color RGB value is (97,40,198).

  • red value is 97;
  • green value is 40;
  • blue value is 198.
RGB:
(97,40,198)
(38%,16%,78%)

RGB channels and saturation

R 97 of 255 = 38%
G 40 of 255 = 16%
B 198 of 255 = 78%

97
40
198

R + G + B ~ 44%. #6128C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 40 + 198 = 335 (100%)
R 97 of 335 ~ 28.96%
G 40 of 335 ~ 11.94%
B 198 of 335 ~ 59.1%

%28.96
%11.94
%59.1

CMYK color model

#6128C6 color CMYK value is (51,80,0,22).

  • cyan value is 51.01%
  • magenta value is 79.80%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(51,80,0,22)
C51M80Y0K22 
(51%,80%,0%,22%)
(0.51/0.80/0.00/0.22)	

CMYK percentages

%51.01
%79.8
%0
%22.35

Codes

Color #6128C6 in popluar color models

6128C6
RGB9740198
HSL262°66.39%46.67%
HSB/HSV262°79.80%77.65%
CMYK51.01%79.80%0.00%
22.35%

Color #6128C6 in popluar number systems.

HEX6128C6
Decimal9740198
Binary110000110100011000110
Octal14150306

Shades and tints

Shades of #6128C6

#6128C6
(97,40,198)
#5925B4
(89,37,180)
#5122A2
(81,34,162)
#491F90
(73,31,144)
#411C7E
(65,28,126)
#39196C
(57,25,108)
#31165A
(49,22,90)
#291348
(41,19,72)
#211036
(33,16,54)
#190D24
(25,13,36)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6128C6

#6128C6
(97,40,198)
#6F3BCB
(111,59,203)
#7D4ED0
(125,78,208)
#8B61D5
(139,97,213)
#9974DA
(153,116,218)
#A787DF
(167,135,223)
#B59AE4
(181,154,228)
#C3ADE9
(195,173,233)
#D1C0EE
(209,192,238)
#DFD3F3
(223,211,243)
#EDE6F8
(237,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6128C6 color. Also use rgb(97,40,198) instead hex code.

Text Font Color

.myTextColor { color: #6128C6; }

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

This text font color is #6128C6.


Background Color

.myBgColor { background-color: #6128C6; }

<div style="background-color:#6128C6">Inner text</div>

This div background color is #6128C6.


Border color

.myBorderColor { border: 1px solid #6128C6; }

<div style="border:3px solid #6128C6">Div</div>

This div border color is #6128C6.


Opacity

.myOpacity80 { color: #6128C6; opacity: 0.8; }

<p style="color:#6128C6;opacity:0.8;">80%</p>

Text with #6128C6 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 #6128C6;}

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

This text has shadow with #6128C6 color.

.textShadow {text-shadow: 3px 3px 1px #6128C6, 3px 3px 1px red;}

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

This text has shadow with #6128C6 primary color and red secondary color.


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

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

This text has shadow with #6128C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6128C6 on black background.


Color preview on white background

This text has color #6128C6 on white background.



Black color preview on #6128C6 background

This text has black color on #6128C6 background.


White color preview on #6128C6 background

This text has white color on #6128C6 background.