COLOR #6B2E98

HEX: #6B2E98
RGB: (107,46,152)

Color info

#6B2E98 contains mainly red and blue colors. Web safe color of #6B2E98 is #663399 (or #639).

RGB color model

#6B2E98 color RGB value is (107,46,152).

  • red value is 107;
  • green value is 46;
  • blue value is 152.
RGB:
(107,46,152)
(42%,18%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 46 of 255 = 18%
B 152 of 255 = 60%

107
46
152

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

Portions of RGB colors in percentages

R + G + B =
107 + 46 + 152 = 305 (100%)
R 107 of 305 ~ 35.08%
G 46 of 305 ~ 15.08%
B 152 of 305 ~ 49.84%

%35.08
%15.08
%49.84

CMYK color model

#6B2E98 color CMYK value is (30,70,0,40).

  • cyan value is 29.61%
  • magenta value is 69.74%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(30,70,0,40)
C30M70Y0K40 
(30%,70%,0%,40%)
(0.30/0.70/0.00/0.40)	

CMYK percentages

%29.61
%69.74
%0
%40.39

Codes

Color #6B2E98 in popluar color models

6B2E98
RGB10746152
HSL275°53.54%38.82%
HSB/HSV275°69.74%59.61%
CMYK29.61%69.74%0.00%
40.39%

Color #6B2E98 in popluar number systems.

HEX6B2E98
Decimal10746152
Binary110101110111010011000
Octal15356230

Shades and tints

Shades of #6B2E98

#6B2E98
(107,46,152)
#622A8B
(98,42,139)
#59267E
(89,38,126)
#502271
(80,34,113)
#471E64
(71,30,100)
#3E1A57
(62,26,87)
#35164A
(53,22,74)
#2C123D
(44,18,61)
#230E30
(35,14,48)
#1A0A23
(26,10,35)
#110616
(17,6,22)
#000000
(0,0,0)

Tints of #6B2E98

#6B2E98
(107,46,152)
#7841A1
(120,65,161)
#8554AA
(133,84,170)
#9267B3
(146,103,179)
#9F7ABC
(159,122,188)
#AC8DC5
(172,141,197)
#B9A0CE
(185,160,206)
#C6B3D7
(198,179,215)
#D3C6E0
(211,198,224)
#E0D9E9
(224,217,233)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2E98 color. Also use rgb(107,46,152) instead hex code.

Text Font Color

.myTextColor { color: #6B2E98; }

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

This text font color is #6B2E98.


Background Color

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

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

This div background color is #6B2E98.


Border color

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

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

This div border color is #6B2E98.


Opacity

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

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

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

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

This text has shadow with #6B2E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2E98 on black background.


Color preview on white background

This text has color #6B2E98 on white background.



Black color preview on #6B2E98 background

This text has black color on #6B2E98 background.


White color preview on #6B2E98 background

This text has white color on #6B2E98 background.