COLOR #6B239F

HEX: #6B239F
RGB: (107,35,159)

Color info

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

RGB color model

#6B239F color RGB value is (107,35,159).

  • red value is 107;
  • green value is 35;
  • blue value is 159.
RGB:
(107,35,159)
(42%,14%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 35 of 255 = 14%
B 159 of 255 = 62%

107
35
159

R + G + B ~ 39%. #6B239F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 35 + 159 = 301 (100%)
R 107 of 301 ~ 35.55%
G 35 of 301 ~ 11.63%
B 159 of 301 ~ 52.82%

%35.55
%11.63
%52.82

CMYK color model

#6B239F color CMYK value is (33,78,0,38).

  • cyan value is 32.70%
  • magenta value is 77.99%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,78,0,38)
C33M78Y0K38 
(33%,78%,0%,38%)
(0.33/0.78/0.00/0.38)	

CMYK percentages

%32.7
%77.99
%0
%37.65

Codes

Color #6B239F in popluar color models

6B239F
RGB10735159
HSL275°63.92%38.04%
HSB/HSV275°77.99%62.35%
CMYK32.70%77.99%0.00%
37.65%

Color #6B239F in popluar number systems.

HEX6B239F
Decimal10735159
Binary110101110001110011111
Octal15343237

Shades and tints

Shades of #6B239F

#6B239F
(107,35,159)
#622091
(98,32,145)
#591D83
(89,29,131)
#501A75
(80,26,117)
#471767
(71,23,103)
#3E1459
(62,20,89)
#35114B
(53,17,75)
#2C0E3D
(44,14,61)
#230B2F
(35,11,47)
#1A0821
(26,8,33)
#110513
(17,5,19)
#000000
(0,0,0)

Tints of #6B239F

#6B239F
(107,35,159)
#7837A7
(120,55,167)
#854BAF
(133,75,175)
#925FB7
(146,95,183)
#9F73BF
(159,115,191)
#AC87C7
(172,135,199)
#B99BCF
(185,155,207)
#C6AFD7
(198,175,215)
#D3C3DF
(211,195,223)
#E0D7E7
(224,215,231)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B239F color. Also use rgb(107,35,159) instead hex code.

Text Font Color

.myTextColor { color: #6B239F; }

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

This text font color is #6B239F.


Background Color

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

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

This div background color is #6B239F.


Border color

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

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

This div border color is #6B239F.


Opacity

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

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

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

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

This text has shadow with #6B239F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B239F on black background.


Color preview on white background

This text has color #6B239F on white background.



Black color preview on #6B239F background

This text has black color on #6B239F background.


White color preview on #6B239F background

This text has white color on #6B239F background.