COLOR #6B27D3

HEX: #6B27D3
RGB: (107,39,211)

Color info

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

RGB color model

#6B27D3 color RGB value is (107,39,211).

  • red value is 107;
  • green value is 39;
  • blue value is 211.
RGB:
(107,39,211)
(42%,15%,83%)

RGB channels and saturation

R 107 of 255 = 42%
G 39 of 255 = 15%
B 211 of 255 = 83%

107
39
211

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

Portions of RGB colors in percentages

R + G + B =
107 + 39 + 211 = 357 (100%)
R 107 of 357 ~ 29.97%
G 39 of 357 ~ 10.92%
B 211 of 357 ~ 59.1%

%29.97
%10.92
%59.1

CMYK color model

#6B27D3 color CMYK value is (49,82,0,17).

  • cyan value is 49.29%
  • magenta value is 81.52%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(49,82,0,17)
C49M82Y0K17 
(49%,82%,0%,17%)
(0.49/0.82/0.00/0.17)	

CMYK percentages

%49.29
%81.52
%0
%17.25

Codes

Color #6B27D3 in popluar color models

6B27D3
RGB10739211
HSL264°68.80%49.02%
HSB/HSV264°81.52%82.75%
CMYK49.29%81.52%0.00%
17.25%

Color #6B27D3 in popluar number systems.

HEX6B27D3
Decimal10739211
Binary110101110011111010011
Octal15347323

Shades and tints

Shades of #6B27D3

#6B27D3
(107,39,211)
#6224C0
(98,36,192)
#5921AD
(89,33,173)
#501E9A
(80,30,154)
#471B87
(71,27,135)
#3E1874
(62,24,116)
#351561
(53,21,97)
#2C124E
(44,18,78)
#230F3B
(35,15,59)
#1A0C28
(26,12,40)
#110915
(17,9,21)
#000000
(0,0,0)

Tints of #6B27D3

#6B27D3
(107,39,211)
#783AD7
(120,58,215)
#854DDB
(133,77,219)
#9260DF
(146,96,223)
#9F73E3
(159,115,227)
#AC86E7
(172,134,231)
#B999EB
(185,153,235)
#C6ACEF
(198,172,239)
#D3BFF3
(211,191,243)
#E0D2F7
(224,210,247)
#EDE5FB
(237,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B27D3 color. Also use rgb(107,39,211) instead hex code.

Text Font Color

.myTextColor { color: #6B27D3; }

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

This text font color is #6B27D3.


Background Color

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

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

This div background color is #6B27D3.


Border color

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

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

This div border color is #6B27D3.


Opacity

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

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

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

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

This text has shadow with #6B27D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B27D3 on black background.


Color preview on white background

This text has color #6B27D3 on white background.



Black color preview on #6B27D3 background

This text has black color on #6B27D3 background.


White color preview on #6B27D3 background

This text has white color on #6B27D3 background.