COLOR #6647A4

HEX: #6647A4
RGB: (102,71,164)

Color info

#6647A4 contains mainly blue color. Web safe color of #6647A4 is #663399 (or #639).

RGB color model

#6647A4 color RGB value is (102,71,164).

  • red value is 102;
  • green value is 71;
  • blue value is 164.
RGB:
(102,71,164)
(40%,28%,64%)

RGB channels and saturation

R 102 of 255 = 40%
G 71 of 255 = 28%
B 164 of 255 = 64%

102
71
164

R + G + B ~ 44%. #6647A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 71 + 164 = 337 (100%)
R 102 of 337 ~ 30.27%
G 71 of 337 ~ 21.07%
B 164 of 337 ~ 48.66%

%30.27
%21.07
%48.66

CMYK color model

#6647A4 color CMYK value is (38,57,0,36).

  • cyan value is 37.80%
  • magenta value is 56.71%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(38,57,0,36)
C38M57Y0K36 
(38%,57%,0%,36%)
(0.38/0.57/0.00/0.36)	

CMYK percentages

%37.8
%56.71
%0
%35.69

Codes

Color #6647A4 in popluar color models

6647A4
RGB10271164
HSL260°39.57%46.08%
HSB/HSV260°56.71%64.31%
CMYK37.80%56.71%0.00%
35.69%

Color #6647A4 in popluar number systems.

HEX6647A4
Decimal10271164
Binary1100110100011110100100
Octal146107244

Shades and tints

Shades of #6647A4

#6647A4
(102,71,164)
#5D4196
(93,65,150)
#543B88
(84,59,136)
#4B357A
(75,53,122)
#422F6C
(66,47,108)
#39295E
(57,41,94)
#302350
(48,35,80)
#271D42
(39,29,66)
#1E1734
(30,23,52)
#151126
(21,17,38)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #6647A4

#6647A4
(102,71,164)
#7357AC
(115,87,172)
#8067B4
(128,103,180)
#8D77BC
(141,119,188)
#9A87C4
(154,135,196)
#A797CC
(167,151,204)
#B4A7D4
(180,167,212)
#C1B7DC
(193,183,220)
#CEC7E4
(206,199,228)
#DBD7EC
(219,215,236)
#E8E7F4
(232,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6647A4 color. Also use rgb(102,71,164) instead hex code.

Text Font Color

.myTextColor { color: #6647A4; }

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

This text font color is #6647A4.


Background Color

.myBgColor { background-color: #6647A4; }

<div style="background-color:#6647A4">Inner text</div>

This div background color is #6647A4.


Border color

.myBorderColor { border: 1px solid #6647A4; }

<div style="border:3px solid #6647A4">Div</div>

This div border color is #6647A4.


Opacity

.myOpacity80 { color: #6647A4; opacity: 0.8; }

<p style="color:#6647A4;opacity:0.8;">80%</p>

Text with #6647A4 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 #6647A4;}

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

This text has shadow with #6647A4 color.

.textShadow {text-shadow: 3px 3px 1px #6647A4, 3px 3px 1px red;}

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

This text has shadow with #6647A4 primary color and red secondary color.


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

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

This text has shadow with #6647A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6647A4 on black background.


Color preview on white background

This text has color #6647A4 on white background.



Black color preview on #6647A4 background

This text has black color on #6647A4 background.


White color preview on #6647A4 background

This text has white color on #6647A4 background.