COLOR #6B3BC8

HEX: #6B3BC8 RGB: (107,59,200)

Color info

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

RGB color model

#6B3BC8 color RGB value is (107,59,200).

RGB: (107,59,200) (42%, 23%, 78%)

RGB channels and saturation

R 107 of 255 = 42%
G 59 of 255 = 23%
B 200 of 255 = 78%

107
59
200

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

Portions of RGB colors in percentages

R + G + B = 107 + 59 + 200 = 366 (100%)
R 107 of 366 ~ 29.23%
G 59 of 366 ~ 16.12%
B 200 of 366 ~ 54.64'%

%29.23
%16.12
%54.64

CMYK color model

#6B3BC8 color CMYK value is (47,71,0,22).

  • cyan value is 46.50%
  • magenta value is 70.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (47,71,0,22)
C47M71Y0K22 (47%, 71%, 0%, 22%)
(0.47 / 0.71 / 0.00 / 0.22)

CMYK percentages

%46.5
%70.5
%0
%21.57

Codes

Color #6B3BC8 in popluar color models

6B 3B C8
RGB 107 59 200
HSL 260° 56.18% 50.78%
HSB/HSV 260° 70.50% 78.43%
CMYK 46.50% 70.50% 0.00%
21.57%

Color #6B3BC8 in popluar number systems.

HEX 6B 3B C8
Decimal 107 59 200
Binary 1101011 111011 11001000
Octal 153 73 310

Shades and tints

Shades of #6B3BC8

#6B3BC8
(107,59,200)
#6236B6
(98,54,182)
#5931A4
(89,49,164)
#502C92
(80,44,146)
#472780
(71,39,128)
#3E226E
(62,34,110)
#351D5C
(53,29,92)
#2C184A
(44,24,74)
#231338
(35,19,56)
#1A0E26
(26,14,38)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #6B3BC8

#6B3BC8
(107,59,200)
#784CCD
(120,76,205)
#855DD2
(133,93,210)
#926ED7
(146,110,215)
#9F7FDC
(159,127,220)
#AC90E1
(172,144,225)
#B9A1E6
(185,161,230)
#C6B2EB
(198,178,235)
#D3C3F0
(211,195,240)
#E0D4F5
(224,212,245)
#EDE5FA
(237,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3BC8 color. Also use rgb(107,59,200) instead hex code.

Text Font Color

.myTextColor { color: #6B3BC8; }

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

This text font color is #6B3BC8.

Background Color

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

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

This div background color is #6B3BC8.

Border color

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

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

This div border color is #6B3BC8.

Opacity

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

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

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

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

This text has shadow with #6B3BC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3BC8.

Preview

Color preview on black background

This text has color #6B3BC8 on black background.


Color preview on white background

This text has color #6B3BC8 on white background.


Black color preview on #6B3BC8 background

This text has black color on #6B3BC8 background.


White color preview on #6B3BC8 background

This text has white color on #6B3BC8 background.


Related colors

Complementary color

Complementary color for #hex is #94C437.


I love getcolorcode.com

Triadic colors

1 #C86B3B and #3BC86B with #6B3BC8 are triadic colors.

2 #C83B6B and #3B6BC8 with #6B3BC8 are triadic colors.