COLOR #6148D6

HEX: #6148D6
RGB: (97,72,214)

Color info

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

RGB color model

#6148D6 color RGB value is (97,72,214).

  • red value is 97;
  • green value is 72;
  • blue value is 214.
RGB:
(97,72,214)
(38%,28%,84%)

RGB channels and saturation

R 97 of 255 = 38%
G 72 of 255 = 28%
B 214 of 255 = 84%

97
72
214

R + G + B ~ 50%. #6148D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 72 + 214 = 383 (100%)
R 97 of 383 ~ 25.33%
G 72 of 383 ~ 18.8%
B 214 of 383 ~ 55.87%

%25.33
%18.8
%55.87

CMYK color model

#6148D6 color CMYK value is (55,66,0,16).

  • cyan value is 54.67%
  • magenta value is 66.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(55,66,0,16)
C55M66Y0K16 
(55%,66%,0%,16%)
(0.55/0.66/0.00/0.16)	

CMYK percentages

%54.67
%66.36
%0
%16.08

Codes

Color #6148D6 in popluar color models

6148D6
RGB9772214
HSL251°63.39%56.08%
HSB/HSV251°66.36%83.92%
CMYK54.67%66.36%0.00%
16.08%

Color #6148D6 in popluar number systems.

HEX6148D6
Decimal9772214
Binary1100001100100011010110
Octal141110326

Shades and tints

Shades of #6148D6

#6148D6
(97,72,214)
#5942C3
(89,66,195)
#513CB0
(81,60,176)
#49369D
(73,54,157)
#41308A
(65,48,138)
#392A77
(57,42,119)
#312464
(49,36,100)
#291E51
(41,30,81)
#21183E
(33,24,62)
#19122B
(25,18,43)
#110C18
(17,12,24)
#000000
(0,0,0)

Tints of #6148D6

#6148D6
(97,72,214)
#6F58D9
(111,88,217)
#7D68DC
(125,104,220)
#8B78DF
(139,120,223)
#9988E2
(153,136,226)
#A798E5
(167,152,229)
#B5A8E8
(181,168,232)
#C3B8EB
(195,184,235)
#D1C8EE
(209,200,238)
#DFD8F1
(223,216,241)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6148D6 color. Also use rgb(97,72,214) instead hex code.

Text Font Color

.myTextColor { color: #6148D6; }

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

This text font color is #6148D6.


Background Color

.myBgColor { background-color: #6148D6; }

<div style="background-color:#6148D6">Inner text</div>

This div background color is #6148D6.


Border color

.myBorderColor { border: 1px solid #6148D6; }

<div style="border:3px solid #6148D6">Div</div>

This div border color is #6148D6.


Opacity

.myOpacity80 { color: #6148D6; opacity: 0.8; }

<p style="color:#6148D6;opacity:0.8;">80%</p>

Text with #6148D6 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 #6148D6;}

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

This text has shadow with #6148D6 color.

.textShadow {text-shadow: 3px 3px 1px #6148D6, 3px 3px 1px red;}

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

This text has shadow with #6148D6 primary color and red secondary color.


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

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

This text has shadow with #6148D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6148D6 on black background.


Color preview on white background

This text has color #6148D6 on white background.



Black color preview on #6148D6 background

This text has black color on #6148D6 background.


White color preview on #6148D6 background

This text has white color on #6148D6 background.