COLOR #6A5ECC

HEX: #6A5ECC
RGB: (106,94,204)

Color info

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

RGB color model

#6A5ECC color RGB value is (106,94,204).

  • red value is 106;
  • green value is 94;
  • blue value is 204.
RGB:
(106,94,204)
(42%,37%,80%)

RGB channels and saturation

R 106 of 255 = 42%
G 94 of 255 = 37%
B 204 of 255 = 80%

106
94
204

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

Portions of RGB colors in percentages

R + G + B =
106 + 94 + 204 = 404 (100%)
R 106 of 404 ~ 26.24%
G 94 of 404 ~ 23.27%
B 204 of 404 ~ 50.5%

%26.24
%23.27
%50.5

CMYK color model

#6A5ECC color CMYK value is (48,54,0,20).

  • cyan value is 48.04%
  • magenta value is 53.92%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(48,54,0,20)
C48M54Y0K20 
(48%,54%,0%,20%)
(0.48/0.54/0.00/0.20)	

CMYK percentages

%48.04
%53.92
%0
%20

Codes

Color #6A5ECC in popluar color models

6A5ECC
RGB10694204
HSL247°51.89%58.43%
HSB/HSV247°53.92%80.00%
CMYK48.04%53.92%0.00%
20.00%

Color #6A5ECC in popluar number systems.

HEX6A5ECC
Decimal10694204
Binary1101010101111011001100
Octal152136314

Shades and tints

Shades of #6A5ECC

#6A5ECC
(106,94,204)
#6156BA
(97,86,186)
#584EA8
(88,78,168)
#4F4696
(79,70,150)
#463E84
(70,62,132)
#3D3672
(61,54,114)
#342E60
(52,46,96)
#2B264E
(43,38,78)
#221E3C
(34,30,60)
#19162A
(25,22,42)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #6A5ECC

#6A5ECC
(106,94,204)
#776CD0
(119,108,208)
#847AD4
(132,122,212)
#9188D8
(145,136,216)
#9E96DC
(158,150,220)
#ABA4E0
(171,164,224)
#B8B2E4
(184,178,228)
#C5C0E8
(197,192,232)
#D2CEEC
(210,206,236)
#DFDCF0
(223,220,240)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5ECC color. Also use rgb(106,94,204) instead hex code.

Text Font Color

.myTextColor { color: #6A5ECC; }

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

This text font color is #6A5ECC.


Background Color

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

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

This div background color is #6A5ECC.


Border color

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

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

This div border color is #6A5ECC.


Opacity

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

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

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

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

This text has shadow with #6A5ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5ECC on black background.


Color preview on white background

This text has color #6A5ECC on white background.



Black color preview on #6A5ECC background

This text has black color on #6A5ECC background.


White color preview on #6A5ECC background

This text has white color on #6A5ECC background.