COLOR #6A55EA

HEX: #6A55EA
RGB: (106,85,234)

Color info

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

RGB color model

#6A55EA color RGB value is (106,85,234).

  • red value is 106;
  • green value is 85;
  • blue value is 234.
RGB:
(106,85,234)
(42%,33%,92%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 234 of 255 = 92%

106
85
234

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

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 234 = 425 (100%)
R 106 of 425 ~ 24.94%
G 85 of 425 ~ 20%
B 234 of 425 ~ 55.06%

%24.94
%20
%55.06

CMYK color model

#6A55EA color CMYK value is (55,64,0,8).

  • cyan value is 54.70%
  • magenta value is 63.68%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(55,64,0,8)
C55M64Y0K8 
(55%,64%,0%,8%)
(0.55/0.64/0.00/0.08)	

CMYK percentages

%54.7
%63.68
%0
%8.24

Codes

Color #6A55EA in popluar color models

6A55EA
RGB10685234
HSL248°78.01%62.55%
HSB/HSV248°63.68%91.76%
CMYK54.70%63.68%0.00%
8.24%

Color #6A55EA in popluar number systems.

HEX6A55EA
Decimal10685234
Binary1101010101010111101010
Octal152125352

Shades and tints

Shades of #6A55EA

#6A55EA
(106,85,234)
#614ED5
(97,78,213)
#5847C0
(88,71,192)
#4F40AB
(79,64,171)
#463996
(70,57,150)
#3D3281
(61,50,129)
#342B6C
(52,43,108)
#2B2457
(43,36,87)
#221D42
(34,29,66)
#19162D
(25,22,45)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #6A55EA

#6A55EA
(106,85,234)
#7764EB
(119,100,235)
#8473EC
(132,115,236)
#9182ED
(145,130,237)
#9E91EE
(158,145,238)
#ABA0EF
(171,160,239)
#B8AFF0
(184,175,240)
#C5BEF1
(197,190,241)
#D2CDF2
(210,205,242)
#DFDCF3
(223,220,243)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A55EA color. Also use rgb(106,85,234) instead hex code.

Text Font Color

.myTextColor { color: #6A55EA; }

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

This text font color is #6A55EA.


Background Color

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

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

This div background color is #6A55EA.


Border color

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

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

This div border color is #6A55EA.


Opacity

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

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

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

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

This text has shadow with #6A55EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A55EA on black background.


Color preview on white background

This text has color #6A55EA on white background.



Black color preview on #6A55EA background

This text has black color on #6A55EA background.


White color preview on #6A55EA background

This text has white color on #6A55EA background.