COLOR #6D63A7

HEX: #6D63A7
RGB: (109,99,167)

Color info

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

RGB color model

#6D63A7 color RGB value is (109,99,167).

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

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 167 of 255 = 65%

109
99
167

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

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 167 = 375 (100%)
R 109 of 375 ~ 29.07%
G 99 of 375 ~ 26.4%
B 167 of 375 ~ 44.53%

%29.07
%26.4
%44.53

CMYK color model

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

  • cyan value is 34.73%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(35,41,0,35)
C35M41Y0K35 
(35%,41%,0%,35%)
(0.35/0.41/0.00/0.35)	

CMYK percentages

%34.73
%40.72
%0
%34.51

Codes

Color #6D63A7 in popluar color models

6D63A7
RGB10999167
HSL249°27.87%52.16%
HSB/HSV249°40.72%65.49%
CMYK34.73%40.72%0.00%
34.51%

Color #6D63A7 in popluar number systems.

HEX6D63A7
Decimal10999167
Binary1101101110001110100111
Octal155143247

Shades and tints

Shades of #6D63A7

#6D63A7
(109,99,167)
#645A98
(100,90,152)
#5B5189
(91,81,137)
#52487A
(82,72,122)
#493F6B
(73,63,107)
#40365C
(64,54,92)
#372D4D
(55,45,77)
#2E243E
(46,36,62)
#251B2F
(37,27,47)
#1C1220
(28,18,32)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #6D63A7

#6D63A7
(109,99,167)
#7A71AF
(122,113,175)
#877FB7
(135,127,183)
#948DBF
(148,141,191)
#A19BC7
(161,155,199)
#AEA9CF
(174,169,207)
#BBB7D7
(187,183,215)
#C8C5DF
(200,197,223)
#D5D3E7
(213,211,231)
#E2E1EF
(226,225,239)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D63A7; }

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

This text font color is #6D63A7.


Background Color

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

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

This div background color is #6D63A7.


Border color

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

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

This div border color is #6D63A7.


Opacity

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

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

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

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

This text has shadow with #6D63A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D63A7 on black background.


Color preview on white background

This text has color #6D63A7 on white background.



Black color preview on #6D63A7 background

This text has black color on #6D63A7 background.


White color preview on #6D63A7 background

This text has white color on #6D63A7 background.