COLOR #6A62ED

HEX: #6A62ED
RGB: (106,98,237)

Color info

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

RGB color model

#6A62ED color RGB value is (106,98,237).

  • red value is 106;
  • green value is 98;
  • blue value is 237.
RGB:
(106,98,237)
(42%,38%,93%)

RGB channels and saturation

R 106 of 255 = 42%
G 98 of 255 = 38%
B 237 of 255 = 93%

106
98
237

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

Portions of RGB colors in percentages

R + G + B =
106 + 98 + 237 = 441 (100%)
R 106 of 441 ~ 24.04%
G 98 of 441 ~ 22.22%
B 237 of 441 ~ 53.74%

%24.04
%22.22
%53.74

CMYK color model

#6A62ED color CMYK value is (55,59,0,7).

  • cyan value is 55.27%
  • magenta value is 58.65%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(55,59,0,7)
C55M59Y0K7 
(55%,59%,0%,7%)
(0.55/0.59/0.00/0.07)	

CMYK percentages

%55.27
%58.65
%0
%7.06

Codes

Color #6A62ED in popluar color models

6A62ED
RGB10698237
HSL243°79.43%65.69%
HSB/HSV243°58.65%92.94%
CMYK55.27%58.65%0.00%
7.06%

Color #6A62ED in popluar number systems.

HEX6A62ED
Decimal10698237
Binary1101010110001011101101
Octal152142355

Shades and tints

Shades of #6A62ED

#6A62ED
(106,98,237)
#615AD8
(97,90,216)
#5852C3
(88,82,195)
#4F4AAE
(79,74,174)
#464299
(70,66,153)
#3D3A84
(61,58,132)
#34326F
(52,50,111)
#2B2A5A
(43,42,90)
#222245
(34,34,69)
#191A30
(25,26,48)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #6A62ED

#6A62ED
(106,98,237)
#7770EE
(119,112,238)
#847EEF
(132,126,239)
#918CF0
(145,140,240)
#9E9AF1
(158,154,241)
#ABA8F2
(171,168,242)
#B8B6F3
(184,182,243)
#C5C4F4
(197,196,244)
#D2D2F5
(210,210,245)
#DFE0F6
(223,224,246)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A62ED color. Also use rgb(106,98,237) instead hex code.

Text Font Color

.myTextColor { color: #6A62ED; }

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

This text font color is #6A62ED.


Background Color

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

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

This div background color is #6A62ED.


Border color

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

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

This div border color is #6A62ED.


Opacity

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

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

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

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

This text has shadow with #6A62ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A62ED on black background.


Color preview on white background

This text has color #6A62ED on white background.



Black color preview on #6A62ED background

This text has black color on #6A62ED background.


White color preview on #6A62ED background

This text has white color on #6A62ED background.