COLOR #6B5CE8

HEX: #6B5CE8
RGB: (107,92,232)

Color info

#6B5CE8 contains mainly blue color. Web safe color of #6B5CE8 is #6666FF (or #66F).

RGB color model

#6B5CE8 color RGB value is (107,92,232).

  • red value is 107;
  • green value is 92;
  • blue value is 232.
RGB:
(107,92,232)
(42%,36%,91%)

RGB channels and saturation

R 107 of 255 = 42%
G 92 of 255 = 36%
B 232 of 255 = 91%

107
92
232

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

Portions of RGB colors in percentages

R + G + B =
107 + 92 + 232 = 431 (100%)
R 107 of 431 ~ 24.83%
G 92 of 431 ~ 21.35%
B 232 of 431 ~ 53.83%

%24.83
%21.35
%53.83

CMYK color model

#6B5CE8 color CMYK value is (54,60,0,9).

  • cyan value is 53.88%
  • magenta value is 60.34%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(54,60,0,9)
C54M60Y0K9 
(54%,60%,0%,9%)
(0.54/0.60/0.00/0.09)	

CMYK percentages

%53.88
%60.34
%0
%9.02

Codes

Color #6B5CE8 in popluar color models

6B5CE8
RGB10792232
HSL246°75.27%63.53%
HSB/HSV246°60.34%90.98%
CMYK53.88%60.34%0.00%
9.02%

Color #6B5CE8 in popluar number systems.

HEX6B5CE8
Decimal10792232
Binary1101011101110011101000
Octal153134350

Shades and tints

Shades of #6B5CE8

#6B5CE8
(107,92,232)
#6254D3
(98,84,211)
#594CBE
(89,76,190)
#5044A9
(80,68,169)
#473C94
(71,60,148)
#3E347F
(62,52,127)
#352C6A
(53,44,106)
#2C2455
(44,36,85)
#231C40
(35,28,64)
#1A142B
(26,20,43)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #6B5CE8

#6B5CE8
(107,92,232)
#786AEA
(120,106,234)
#8578EC
(133,120,236)
#9286EE
(146,134,238)
#9F94F0
(159,148,240)
#ACA2F2
(172,162,242)
#B9B0F4
(185,176,244)
#C6BEF6
(198,190,246)
#D3CCF8
(211,204,248)
#E0DAFA
(224,218,250)
#EDE8FC
(237,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5CE8 color. Also use rgb(107,92,232) instead hex code.

Text Font Color

.myTextColor { color: #6B5CE8; }

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

This text font color is #6B5CE8.


Background Color

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

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

This div background color is #6B5CE8.


Border color

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

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

This div border color is #6B5CE8.


Opacity

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

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

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

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

This text has shadow with #6B5CE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5CE8 on black background.


Color preview on white background

This text has color #6B5CE8 on white background.



Black color preview on #6B5CE8 background

This text has black color on #6B5CE8 background.


White color preview on #6B5CE8 background

This text has white color on #6B5CE8 background.