COLOR #6E62B2

HEX: #6E62B2
RGB: (110,98,178)

Color info

#6E62B2 contains mainly blue color. Web safe color of #6E62B2 is #666699 (or #669).

RGB color model

#6E62B2 color RGB value is (110,98,178).

  • red value is 110;
  • green value is 98;
  • blue value is 178.
RGB:
(110,98,178)
(43%,38%,70%)

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 178 of 255 = 70%

110
98
178

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

Portions of RGB colors in percentages

R + G + B =
110 + 98 + 178 = 386 (100%)
R 110 of 386 ~ 28.5%
G 98 of 386 ~ 25.39%
B 178 of 386 ~ 46.11%

%28.5
%25.39
%46.11

CMYK color model

#6E62B2 color CMYK value is (38,45,0,30).

  • cyan value is 38.20%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(38,45,0,30)
C38M45Y0K30 
(38%,45%,0%,30%)
(0.38/0.45/0.00/0.30)	

CMYK percentages

%38.2
%44.94
%0
%30.2

Codes

Color #6E62B2 in popluar color models

6E62B2
RGB11098178
HSL249°34.19%54.12%
HSB/HSV249°44.94%69.80%
CMYK38.20%44.94%0.00%
30.20%

Color #6E62B2 in popluar number systems.

HEX6E62B2
Decimal11098178
Binary1101110110001010110010
Octal156142262

Shades and tints

Shades of #6E62B2

#6E62B2
(110,98,178)
#645AA2
(100,90,162)
#5A5292
(90,82,146)
#504A82
(80,74,130)
#464272
(70,66,114)
#3C3A62
(60,58,98)
#323252
(50,50,82)
#282A42
(40,42,66)
#1E2232
(30,34,50)
#141A22
(20,26,34)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #6E62B2

#6E62B2
(110,98,178)
#7B70B9
(123,112,185)
#887EC0
(136,126,192)
#958CC7
(149,140,199)
#A29ACE
(162,154,206)
#AFA8D5
(175,168,213)
#BCB6DC
(188,182,220)
#C9C4E3
(201,196,227)
#D6D2EA
(214,210,234)
#E3E0F1
(227,224,241)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E62B2 color. Also use rgb(110,98,178) instead hex code.

Text Font Color

.myTextColor { color: #6E62B2; }

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

This text font color is #6E62B2.


Background Color

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

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

This div background color is #6E62B2.


Border color

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

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

This div border color is #6E62B2.


Opacity

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

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

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

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

This text has shadow with #6E62B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E62B2 on black background.


Color preview on white background

This text has color #6E62B2 on white background.



Black color preview on #6E62B2 background

This text has black color on #6E62B2 background.


White color preview on #6E62B2 background

This text has white color on #6E62B2 background.