COLOR #6D50FF

HEX: #6D50FF
RGB: (109,80,255)

Color info

#6D50FF contains mainly blue color. Web safe color of #6D50FF is #6666FF (or #66F).

RGB color model

#6D50FF color RGB value is (109,80,255).

  • red value is 109;
  • green value is 80;
  • blue value is 255.
RGB:
(109,80,255)
(43%,31%,100%)

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 255 of 255 = 100%

109
80
255

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

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 255 = 444 (100%)
R 109 of 444 ~ 24.55%
G 80 of 444 ~ 18.02%
B 255 of 444 ~ 57.43%

%24.55
%18.02
%57.43

CMYK color model

#6D50FF color CMYK value is (57,69,0,0).

  • cyan value is 57.25%
  • magenta value is 68.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(57,69,0,0)
C57M69Y0K0 
(57%,69%,0%,0%)
(0.57/0.69/0.00/0.00)	

CMYK percentages

%57.25
%68.63
%0
%0

Codes

Color #6D50FF in popluar color models

6D50FF
RGB10980255
HSL250°100.00%65.69%
HSB/HSV250°68.63%100.00%
CMYK57.25%68.63%0.00%
0.00%

Color #6D50FF in popluar number systems.

HEX6D50FF
Decimal10980255
Binary1101101101000011111111
Octal155120377

Shades and tints

Shades of #6D50FF

#6D50FF
(109,80,255)
#6449E8
(100,73,232)
#5B42D1
(91,66,209)
#523BBA
(82,59,186)
#4934A3
(73,52,163)
#402D8C
(64,45,140)
#372675
(55,38,117)
#2E1F5E
(46,31,94)
#251847
(37,24,71)
#1C1130
(28,17,48)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #6D50FF

#6D50FF
(109,80,255)
#7A5FFF
(122,95,255)
#876EFF
(135,110,255)
#947DFF
(148,125,255)
#A18CFF
(161,140,255)
#AE9BFF
(174,155,255)
#BBAAFF
(187,170,255)
#C8B9FF
(200,185,255)
#D5C8FF
(213,200,255)
#E2D7FF
(226,215,255)
#EFE6FF
(239,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D50FF color. Also use rgb(109,80,255) instead hex code.

Text Font Color

.myTextColor { color: #6D50FF; }

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

This text font color is #6D50FF.


Background Color

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

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

This div background color is #6D50FF.


Border color

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

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

This div border color is #6D50FF.


Opacity

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

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

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

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

This text has shadow with #6D50FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D50FF on black background.


Color preview on white background

This text has color #6D50FF on white background.



Black color preview on #6D50FF background

This text has black color on #6D50FF background.


White color preview on #6D50FF background

This text has white color on #6D50FF background.