COLOR #6E63A8

HEX: #6E63A8
RGB: (110,99,168)

Color info

#6E63A8 contains mainly red and blue colors. Web safe color of #6E63A8 is #666699 (or #669).

RGB color model

#6E63A8 color RGB value is (110,99,168).

  • red value is 110;
  • green value is 99;
  • blue value is 168.
RGB:
(110,99,168)
(43%,39%,66%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 168 of 255 = 66%

110
99
168

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

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 168 = 377 (100%)
R 110 of 377 ~ 29.18%
G 99 of 377 ~ 26.26%
B 168 of 377 ~ 44.56%

%29.18
%26.26
%44.56

CMYK color model

#6E63A8 color CMYK value is (35,41,0,34).

  • cyan value is 34.52%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(35,41,0,34)
C35M41Y0K34 
(35%,41%,0%,34%)
(0.35/0.41/0.00/0.34)	

CMYK percentages

%34.52
%41.07
%0
%34.12

Codes

Color #6E63A8 in popluar color models

6E63A8
RGB11099168
HSL250°28.40%52.35%
HSB/HSV250°41.07%65.88%
CMYK34.52%41.07%0.00%
34.12%

Color #6E63A8 in popluar number systems.

HEX6E63A8
Decimal11099168
Binary1101110110001110101000
Octal156143250

Shades and tints

Shades of #6E63A8

#6E63A8
(110,99,168)
#645A99
(100,90,153)
#5A518A
(90,81,138)
#50487B
(80,72,123)
#463F6C
(70,63,108)
#3C365D
(60,54,93)
#322D4E
(50,45,78)
#28243F
(40,36,63)
#1E1B30
(30,27,48)
#141221
(20,18,33)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #6E63A8

#6E63A8
(110,99,168)
#7B71AF
(123,113,175)
#887FB6
(136,127,182)
#958DBD
(149,141,189)
#A29BC4
(162,155,196)
#AFA9CB
(175,169,203)
#BCB7D2
(188,183,210)
#C9C5D9
(201,197,217)
#D6D3E0
(214,211,224)
#E3E1E7
(227,225,231)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E63A8 color. Also use rgb(110,99,168) instead hex code.

Text Font Color

.myTextColor { color: #6E63A8; }

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

This text font color is #6E63A8.


Background Color

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

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

This div background color is #6E63A8.


Border color

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

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

This div border color is #6E63A8.


Opacity

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

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

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

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

This text has shadow with #6E63A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E63A8 on black background.


Color preview on white background

This text has color #6E63A8 on white background.



Black color preview on #6E63A8 background

This text has black color on #6E63A8 background.


White color preview on #6E63A8 background

This text has white color on #6E63A8 background.