COLOR #6B29AF

HEX: #6B29AF
RGB: (107,41,175)

Color info

#6B29AF contains mainly blue color. Web safe color of #6B29AF is #663399 (or #639).

RGB color model

#6B29AF color RGB value is (107,41,175).

  • red value is 107;
  • green value is 41;
  • blue value is 175.
RGB:
(107,41,175)
(42%,16%,69%)

RGB channels and saturation

R 107 of 255 = 42%
G 41 of 255 = 16%
B 175 of 255 = 69%

107
41
175

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

Portions of RGB colors in percentages

R + G + B =
107 + 41 + 175 = 323 (100%)
R 107 of 323 ~ 33.13%
G 41 of 323 ~ 12.69%
B 175 of 323 ~ 54.18%

%33.13
%12.69
%54.18

CMYK color model

#6B29AF color CMYK value is (39,77,0,31).

  • cyan value is 38.86%
  • magenta value is 76.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(39,77,0,31)
C39M77Y0K31 
(39%,77%,0%,31%)
(0.39/0.77/0.00/0.31)	

CMYK percentages

%38.86
%76.57
%0
%31.37

Codes

Color #6B29AF in popluar color models

6B29AF
RGB10741175
HSL270°62.04%42.35%
HSB/HSV270°76.57%68.63%
CMYK38.86%76.57%0.00%
31.37%

Color #6B29AF in popluar number systems.

HEX6B29AF
Decimal10741175
Binary110101110100110101111
Octal15351257

Shades and tints

Shades of #6B29AF

#6B29AF
(107,41,175)
#6226A0
(98,38,160)
#592391
(89,35,145)
#502082
(80,32,130)
#471D73
(71,29,115)
#3E1A64
(62,26,100)
#351755
(53,23,85)
#2C1446
(44,20,70)
#231137
(35,17,55)
#1A0E28
(26,14,40)
#110B19
(17,11,25)
#000000
(0,0,0)

Tints of #6B29AF

#6B29AF
(107,41,175)
#783CB6
(120,60,182)
#854FBD
(133,79,189)
#9262C4
(146,98,196)
#9F75CB
(159,117,203)
#AC88D2
(172,136,210)
#B99BD9
(185,155,217)
#C6AEE0
(198,174,224)
#D3C1E7
(211,193,231)
#E0D4EE
(224,212,238)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B29AF color. Also use rgb(107,41,175) instead hex code.

Text Font Color

.myTextColor { color: #6B29AF; }

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

This text font color is #6B29AF.


Background Color

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

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

This div background color is #6B29AF.


Border color

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

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

This div border color is #6B29AF.


Opacity

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

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

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

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

This text has shadow with #6B29AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B29AF on black background.


Color preview on white background

This text has color #6B29AF on white background.



Black color preview on #6B29AF background

This text has black color on #6B29AF background.


White color preview on #6B29AF background

This text has white color on #6B29AF background.