COLOR #6D23B9

HEX: #6D23B9
RGB: (109,35,185)

Color info

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

RGB color model

#6D23B9 color RGB value is (109,35,185).

  • red value is 109;
  • green value is 35;
  • blue value is 185.
RGB:
(109,35,185)
(43%,14%,73%)

RGB channels and saturation

R 109 of 255 = 43%
G 35 of 255 = 14%
B 185 of 255 = 73%

109
35
185

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

Portions of RGB colors in percentages

R + G + B =
109 + 35 + 185 = 329 (100%)
R 109 of 329 ~ 33.13%
G 35 of 329 ~ 10.64%
B 185 of 329 ~ 56.23%

%33.13
%10.64
%56.23

CMYK color model

#6D23B9 color CMYK value is (41,81,0,27).

  • cyan value is 41.08%
  • magenta value is 81.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(41,81,0,27)
C41M81Y0K27 
(41%,81%,0%,27%)
(0.41/0.81/0.00/0.27)	

CMYK percentages

%41.08
%81.08
%0
%27.45

Codes

Color #6D23B9 in popluar color models

6D23B9
RGB10935185
HSL270°68.18%43.14%
HSB/HSV270°81.08%72.55%
CMYK41.08%81.08%0.00%
27.45%

Color #6D23B9 in popluar number systems.

HEX6D23B9
Decimal10935185
Binary110110110001110111001
Octal15543271

Shades and tints

Shades of #6D23B9

#6D23B9
(109,35,185)
#6420A9
(100,32,169)
#5B1D99
(91,29,153)
#521A89
(82,26,137)
#491779
(73,23,121)
#401469
(64,20,105)
#371159
(55,17,89)
#2E0E49
(46,14,73)
#250B39
(37,11,57)
#1C0829
(28,8,41)
#130519
(19,5,25)
#000000
(0,0,0)

Tints of #6D23B9

#6D23B9
(109,35,185)
#7A37BF
(122,55,191)
#874BC5
(135,75,197)
#945FCB
(148,95,203)
#A173D1
(161,115,209)
#AE87D7
(174,135,215)
#BB9BDD
(187,155,221)
#C8AFE3
(200,175,227)
#D5C3E9
(213,195,233)
#E2D7EF
(226,215,239)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D23B9 color. Also use rgb(109,35,185) instead hex code.

Text Font Color

.myTextColor { color: #6D23B9; }

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

This text font color is #6D23B9.


Background Color

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

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

This div background color is #6D23B9.


Border color

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

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

This div border color is #6D23B9.


Opacity

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

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

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

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

This text has shadow with #6D23B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D23B9 on black background.


Color preview on white background

This text has color #6D23B9 on white background.



Black color preview on #6D23B9 background

This text has black color on #6D23B9 background.


White color preview on #6D23B9 background

This text has white color on #6D23B9 background.