COLOR #6A5DF7

HEX: #6A5DF7
RGB: (106,93,247)

Color info

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

RGB color model

#6A5DF7 color RGB value is (106,93,247).

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

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 247 of 255 = 97%

106
93
247

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

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 247 = 446 (100%)
R 106 of 446 ~ 23.77%
G 93 of 446 ~ 20.85%
B 247 of 446 ~ 55.38%

%23.77
%20.85
%55.38

CMYK color model

#6A5DF7 color CMYK value is (57,62,0,3).

  • cyan value is 57.09%
  • magenta value is 62.35%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(57,62,0,3)
C57M62Y0K3 
(57%,62%,0%,3%)
(0.57/0.62/0.00/0.03)	

CMYK percentages

%57.09
%62.35
%0
%3.14

Codes

Color #6A5DF7 in popluar color models

6A5DF7
RGB10693247
HSL245°90.59%66.67%
HSB/HSV245°62.35%96.86%
CMYK57.09%62.35%0.00%
3.14%

Color #6A5DF7 in popluar number systems.

HEX6A5DF7
Decimal10693247
Binary1101010101110111110111
Octal152135367

Shades and tints

Shades of #6A5DF7

#6A5DF7
(106,93,247)
#6155E1
(97,85,225)
#584DCB
(88,77,203)
#4F45B5
(79,69,181)
#463D9F
(70,61,159)
#3D3589
(61,53,137)
#342D73
(52,45,115)
#2B255D
(43,37,93)
#221D47
(34,29,71)
#191531
(25,21,49)
#100D1B
(16,13,27)
#000000
(0,0,0)

Tints of #6A5DF7

#6A5DF7
(106,93,247)
#776BF7
(119,107,247)
#8479F7
(132,121,247)
#9187F7
(145,135,247)
#9E95F7
(158,149,247)
#ABA3F7
(171,163,247)
#B8B1F7
(184,177,247)
#C5BFF7
(197,191,247)
#D2CDF7
(210,205,247)
#DFDBF7
(223,219,247)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5DF7; }

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

This text font color is #6A5DF7.


Background Color

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

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

This div background color is #6A5DF7.


Border color

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

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

This div border color is #6A5DF7.


Opacity

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

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

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

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

This text has shadow with #6A5DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5DF7 on black background.


Color preview on white background

This text has color #6A5DF7 on white background.



Black color preview on #6A5DF7 background

This text has black color on #6A5DF7 background.


White color preview on #6A5DF7 background

This text has white color on #6A5DF7 background.