COLOR #6B19F3

HEX: #6B19F3
RGB: (107,25,243)

Color info

#6B19F3 contains mainly blue color. Web safe color of #6B19F3 is #6600FF (or #60F).

RGB color model

#6B19F3 color RGB value is (107,25,243).

  • red value is 107;
  • green value is 25;
  • blue value is 243.
RGB:
(107,25,243)
(42%,10%,95%)

RGB channels and saturation

R 107 of 255 = 42%
G 25 of 255 = 10%
B 243 of 255 = 95%

107
25
243

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

Portions of RGB colors in percentages

R + G + B =
107 + 25 + 243 = 375 (100%)
R 107 of 375 ~ 28.53%
G 25 of 375 ~ 6.67%
B 243 of 375 ~ 64.8%

%28.53
%64.8

CMYK color model

#6B19F3 color CMYK value is (56,90,0,5).

  • cyan value is 55.97%
  • magenta value is 89.71%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(56,90,0,5)
C56M90Y0K5 
(56%,90%,0%,5%)
(0.56/0.90/0.00/0.05)	

CMYK percentages

%55.97
%89.71
%0
%4.71

Codes

Color #6B19F3 in popluar color models

6B19F3
RGB10725243
HSL263°90.08%52.55%
HSB/HSV263°89.71%95.29%
CMYK55.97%89.71%0.00%
4.71%

Color #6B19F3 in popluar number systems.

HEX6B19F3
Decimal10725243
Binary11010111100111110011
Octal15331363

Shades and tints

Shades of #6B19F3

#6B19F3
(107,25,243)
#6217DD
(98,23,221)
#5915C7
(89,21,199)
#5013B1
(80,19,177)
#47119B
(71,17,155)
#3E0F85
(62,15,133)
#350D6F
(53,13,111)
#2C0B59
(44,11,89)
#230943
(35,9,67)
#1A072D
(26,7,45)
#110517
(17,5,23)
#000000
(0,0,0)

Tints of #6B19F3

#6B19F3
(107,25,243)
#782DF4
(120,45,244)
#8541F5
(133,65,245)
#9255F6
(146,85,246)
#9F69F7
(159,105,247)
#AC7DF8
(172,125,248)
#B991F9
(185,145,249)
#C6A5FA
(198,165,250)
#D3B9FB
(211,185,251)
#E0CDFC
(224,205,252)
#EDE1FD
(237,225,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B19F3 color. Also use rgb(107,25,243) instead hex code.

Text Font Color

.myTextColor { color: #6B19F3; }

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

This text font color is #6B19F3.


Background Color

.myBgColor { background-color: #6B19F3; }

<div style="background-color:#6B19F3">Inner text</div>

This div background color is #6B19F3.


Border color

.myBorderColor { border: 1px solid #6B19F3; }

<div style="border:3px solid #6B19F3">Div</div>

This div border color is #6B19F3.


Opacity

.myOpacity80 { color: #6B19F3; opacity: 0.8; }

<p style="color:#6B19F3;opacity:0.8;">80%</p>

Text with #6B19F3 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 #6B19F3;}

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

This text has shadow with #6B19F3 color.

.textShadow {text-shadow: 3px 3px 1px #6B19F3, 3px 3px 1px red;}

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

This text has shadow with #6B19F3 primary color and red secondary color.


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

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

This text has shadow with #6B19F3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B19F3 on black background.


Color preview on white background

This text has color #6B19F3 on white background.



Black color preview on #6B19F3 background

This text has black color on #6B19F3 background.


White color preview on #6B19F3 background

This text has white color on #6B19F3 background.