COLOR #6D63BD

HEX: #6D63BD
RGB: (109,99,189)

Color info

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

RGB color model

#6D63BD color RGB value is (109,99,189).

  • red value is 109;
  • green value is 99;
  • blue value is 189.
RGB:
(109,99,189)
(43%,39%,74%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 189 of 255 = 74%

109
99
189

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

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 189 = 397 (100%)
R 109 of 397 ~ 27.46%
G 99 of 397 ~ 24.94%
B 189 of 397 ~ 47.61%

%27.46
%24.94
%47.61

CMYK color model

#6D63BD color CMYK value is (42,48,0,26).

  • cyan value is 42.33%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(42,48,0,26)
C42M48Y0K26 
(42%,48%,0%,26%)
(0.42/0.48/0.00/0.26)	

CMYK percentages

%42.33
%47.62
%0
%25.88

Codes

Color #6D63BD in popluar color models

6D63BD
RGB10999189
HSL247°40.54%56.47%
HSB/HSV247°47.62%74.12%
CMYK42.33%47.62%0.00%
25.88%

Color #6D63BD in popluar number systems.

HEX6D63BD
Decimal10999189
Binary1101101110001110111101
Octal155143275

Shades and tints

Shades of #6D63BD

#6D63BD
(109,99,189)
#645AAC
(100,90,172)
#5B519B
(91,81,155)
#52488A
(82,72,138)
#493F79
(73,63,121)
#403668
(64,54,104)
#372D57
(55,45,87)
#2E2446
(46,36,70)
#251B35
(37,27,53)
#1C1224
(28,18,36)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #6D63BD

#6D63BD
(109,99,189)
#7A71C3
(122,113,195)
#877FC9
(135,127,201)
#948DCF
(148,141,207)
#A19BD5
(161,155,213)
#AEA9DB
(174,169,219)
#BBB7E1
(187,183,225)
#C8C5E7
(200,197,231)
#D5D3ED
(213,211,237)
#E2E1F3
(226,225,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D63BD color. Also use rgb(109,99,189) instead hex code.

Text Font Color

.myTextColor { color: #6D63BD; }

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

This text font color is #6D63BD.


Background Color

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

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

This div background color is #6D63BD.


Border color

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

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

This div border color is #6D63BD.


Opacity

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

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

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

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

This text has shadow with #6D63BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D63BD on black background.


Color preview on white background

This text has color #6D63BD on white background.



Black color preview on #6D63BD background

This text has black color on #6D63BD background.


White color preview on #6D63BD background

This text has white color on #6D63BD background.