COLOR #6B52B6

HEX: #6B52B6
RGB: (107,82,182)

Color info

#6B52B6 contains mainly blue color. Web safe color of #6B52B6 is #6666CC (or #66C).

RGB color model

#6B52B6 color RGB value is (107,82,182).

  • red value is 107;
  • green value is 82;
  • blue value is 182.
RGB:
(107,82,182)
(42%,32%,71%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 182 of 255 = 71%

107
82
182

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

Portions of RGB colors in percentages

R + G + B =
107 + 82 + 182 = 371 (100%)
R 107 of 371 ~ 28.84%
G 82 of 371 ~ 22.1%
B 182 of 371 ~ 49.06%

%28.84
%22.1
%49.06

CMYK color model

#6B52B6 color CMYK value is (41,55,0,29).

  • cyan value is 41.21%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(41,55,0,29)
C41M55Y0K29 
(41%,55%,0%,29%)
(0.41/0.55/0.00/0.29)	

CMYK percentages

%41.21
%54.95
%0
%28.63

Codes

Color #6B52B6 in popluar color models

6B52B6
RGB10782182
HSL255°40.65%51.76%
HSB/HSV255°54.95%71.37%
CMYK41.21%54.95%0.00%
28.63%

Color #6B52B6 in popluar number systems.

HEX6B52B6
Decimal10782182
Binary1101011101001010110110
Octal153122266

Shades and tints

Shades of #6B52B6

#6B52B6
(107,82,182)
#624BA6
(98,75,166)
#594496
(89,68,150)
#503D86
(80,61,134)
#473676
(71,54,118)
#3E2F66
(62,47,102)
#352856
(53,40,86)
#2C2146
(44,33,70)
#231A36
(35,26,54)
#1A1326
(26,19,38)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #6B52B6

#6B52B6
(107,82,182)
#7861BC
(120,97,188)
#8570C2
(133,112,194)
#927FC8
(146,127,200)
#9F8ECE
(159,142,206)
#AC9DD4
(172,157,212)
#B9ACDA
(185,172,218)
#C6BBE0
(198,187,224)
#D3CAE6
(211,202,230)
#E0D9EC
(224,217,236)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B52B6 color. Also use rgb(107,82,182) instead hex code.

Text Font Color

.myTextColor { color: #6B52B6; }

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

This text font color is #6B52B6.


Background Color

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

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

This div background color is #6B52B6.


Border color

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

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

This div border color is #6B52B6.


Opacity

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

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

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

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

This text has shadow with #6B52B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B52B6 on black background.


Color preview on white background

This text has color #6B52B6 on white background.



Black color preview on #6B52B6 background

This text has black color on #6B52B6 background.


White color preview on #6B52B6 background

This text has white color on #6B52B6 background.