COLOR #6A57C0

HEX: #6A57C0
RGB: (106,87,192)

Color info

#6A57C0 contains mainly blue color. Web safe color of #6A57C0 is #6666CC (or #66C).

RGB color model

#6A57C0 color RGB value is (106,87,192).

  • red value is 106;
  • green value is 87;
  • blue value is 192.
RGB:
(106,87,192)
(42%,34%,75%)

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 192 of 255 = 75%

106
87
192

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

Portions of RGB colors in percentages

R + G + B =
106 + 87 + 192 = 385 (100%)
R 106 of 385 ~ 27.53%
G 87 of 385 ~ 22.6%
B 192 of 385 ~ 49.87%

%27.53
%22.6
%49.87

CMYK color model

#6A57C0 color CMYK value is (45,55,0,25).

  • cyan value is 44.79%
  • magenta value is 54.69%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(45,55,0,25)
C45M55Y0K25 
(45%,55%,0%,25%)
(0.45/0.55/0.00/0.25)	

CMYK percentages

%44.79
%54.69
%0
%24.71

Codes

Color #6A57C0 in popluar color models

6A57C0
RGB10687192
HSL251°45.45%54.71%
HSB/HSV251°54.69%75.29%
CMYK44.79%54.69%0.00%
24.71%

Color #6A57C0 in popluar number systems.

HEX6A57C0
Decimal10687192
Binary1101010101011111000000
Octal152127300

Shades and tints

Shades of #6A57C0

#6A57C0
(106,87,192)
#6150AF
(97,80,175)
#58499E
(88,73,158)
#4F428D
(79,66,141)
#463B7C
(70,59,124)
#3D346B
(61,52,107)
#342D5A
(52,45,90)
#2B2649
(43,38,73)
#221F38
(34,31,56)
#191827
(25,24,39)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #6A57C0

#6A57C0
(106,87,192)
#7766C5
(119,102,197)
#8475CA
(132,117,202)
#9184CF
(145,132,207)
#9E93D4
(158,147,212)
#ABA2D9
(171,162,217)
#B8B1DE
(184,177,222)
#C5C0E3
(197,192,227)
#D2CFE8
(210,207,232)
#DFDEED
(223,222,237)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A57C0 color. Also use rgb(106,87,192) instead hex code.

Text Font Color

.myTextColor { color: #6A57C0; }

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

This text font color is #6A57C0.


Background Color

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

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

This div background color is #6A57C0.


Border color

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

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

This div border color is #6A57C0.


Opacity

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

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

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

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

This text has shadow with #6A57C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A57C0 on black background.


Color preview on white background

This text has color #6A57C0 on white background.



Black color preview on #6A57C0 background

This text has black color on #6A57C0 background.


White color preview on #6A57C0 background

This text has white color on #6A57C0 background.