COLOR #6A5DF2

HEX: #6A5DF2
RGB: (106,93,242)

Color info

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

RGB color model

#6A5DF2 color RGB value is (106,93,242).

  • red value is 106;
  • green value is 93;
  • blue value is 242.
RGB:
(106,93,242)
(42%,36%,95%)

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 242 of 255 = 95%

106
93
242

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

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 242 = 441 (100%)
R 106 of 441 ~ 24.04%
G 93 of 441 ~ 21.09%
B 242 of 441 ~ 54.88%

%24.04
%21.09
%54.88

CMYK color model

#6A5DF2 color CMYK value is (56,62,0,5).

  • cyan value is 56.20%
  • magenta value is 61.57%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(56,62,0,5)
C56M62Y0K5 
(56%,62%,0%,5%)
(0.56/0.62/0.00/0.05)	

CMYK percentages

%56.2
%61.57
%0
%5.1

Codes

Color #6A5DF2 in popluar color models

6A5DF2
RGB10693242
HSL245°85.14%65.69%
HSB/HSV245°61.57%94.90%
CMYK56.20%61.57%0.00%
5.10%

Color #6A5DF2 in popluar number systems.

HEX6A5DF2
Decimal10693242
Binary1101010101110111110010
Octal152135362

Shades and tints

Shades of #6A5DF2

#6A5DF2
(106,93,242)
#6155DC
(97,85,220)
#584DC6
(88,77,198)
#4F45B0
(79,69,176)
#463D9A
(70,61,154)
#3D3584
(61,53,132)
#342D6E
(52,45,110)
#2B2558
(43,37,88)
#221D42
(34,29,66)
#19152C
(25,21,44)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #6A5DF2

#6A5DF2
(106,93,242)
#776BF3
(119,107,243)
#8479F4
(132,121,244)
#9187F5
(145,135,245)
#9E95F6
(158,149,246)
#ABA3F7
(171,163,247)
#B8B1F8
(184,177,248)
#C5BFF9
(197,191,249)
#D2CDFA
(210,205,250)
#DFDBFB
(223,219,251)
#ECE9FC
(236,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5DF2 color. Also use rgb(106,93,242) instead hex code.

Text Font Color

.myTextColor { color: #6A5DF2; }

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

This text font color is #6A5DF2.


Background Color

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

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

This div background color is #6A5DF2.


Border color

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

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

This div border color is #6A5DF2.


Opacity

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

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

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

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

This text has shadow with #6A5DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5DF2 on black background.


Color preview on white background

This text has color #6A5DF2 on white background.



Black color preview on #6A5DF2 background

This text has black color on #6A5DF2 background.


White color preview on #6A5DF2 background

This text has white color on #6A5DF2 background.