COLOR #6A5BFC

HEX: #6A5BFC
RGB: (106,91,252)

Color info

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

RGB color model

#6A5BFC color RGB value is (106,91,252).

  • red value is 106;
  • green value is 91;
  • blue value is 252.
RGB:
(106,91,252)
(42%,36%,99%)

RGB channels and saturation

R 106 of 255 = 42%
G 91 of 255 = 36%
B 252 of 255 = 99%

106
91
252

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

Portions of RGB colors in percentages

R + G + B =
106 + 91 + 252 = 449 (100%)
R 106 of 449 ~ 23.61%
G 91 of 449 ~ 20.27%
B 252 of 449 ~ 56.12%

%23.61
%20.27
%56.12

CMYK color model

#6A5BFC color CMYK value is (58,64,0,1).

  • cyan value is 57.94%
  • magenta value is 63.89%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(58,64,0,1)
C58M64Y0K1 
(58%,64%,0%,1%)
(0.58/0.64/0.00/0.01)	

CMYK percentages

%57.94
%63.89
%0
%1.18

Codes

Color #6A5BFC in popluar color models

6A5BFC
RGB10691252
HSL246°96.41%67.25%
HSB/HSV246°63.89%98.82%
CMYK57.94%63.89%0.00%
1.18%

Color #6A5BFC in popluar number systems.

HEX6A5BFC
Decimal10691252
Binary1101010101101111111100
Octal152133374

Shades and tints

Shades of #6A5BFC

#6A5BFC
(106,91,252)
#6153E6
(97,83,230)
#584BD0
(88,75,208)
#4F43BA
(79,67,186)
#463BA4
(70,59,164)
#3D338E
(61,51,142)
#342B78
(52,43,120)
#2B2362
(43,35,98)
#221B4C
(34,27,76)
#191336
(25,19,54)
#100B20
(16,11,32)
#000000
(0,0,0)

Tints of #6A5BFC

#6A5BFC
(106,91,252)
#7769FC
(119,105,252)
#8477FC
(132,119,252)
#9185FC
(145,133,252)
#9E93FC
(158,147,252)
#ABA1FC
(171,161,252)
#B8AFFC
(184,175,252)
#C5BDFC
(197,189,252)
#D2CBFC
(210,203,252)
#DFD9FC
(223,217,252)
#ECE7FC
(236,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5BFC color. Also use rgb(106,91,252) instead hex code.

Text Font Color

.myTextColor { color: #6A5BFC; }

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

This text font color is #6A5BFC.


Background Color

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

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

This div background color is #6A5BFC.


Border color

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

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

This div border color is #6A5BFC.


Opacity

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

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

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

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

This text has shadow with #6A5BFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5BFC on black background.


Color preview on white background

This text has color #6A5BFC on white background.



Black color preview on #6A5BFC background

This text has black color on #6A5BFC background.


White color preview on #6A5BFC background

This text has white color on #6A5BFC background.