COLOR #6646A7

HEX: #6646A7
RGB: (102,70,167)

Color info

#6646A7 contains mainly blue color. Web safe color of #6646A7 is #663399 (or #639).

RGB color model

#6646A7 color RGB value is (102,70,167).

  • red value is 102;
  • green value is 70;
  • blue value is 167.
RGB:
(102,70,167)
(40%,27%,65%)

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 167 of 255 = 65%

102
70
167

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

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 167 = 339 (100%)
R 102 of 339 ~ 30.09%
G 70 of 339 ~ 20.65%
B 167 of 339 ~ 49.26%

%30.09
%20.65
%49.26

CMYK color model

#6646A7 color CMYK value is (39,58,0,35).

  • cyan value is 38.92%
  • magenta value is 58.08%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(39,58,0,35)
C39M58Y0K35 
(39%,58%,0%,35%)
(0.39/0.58/0.00/0.35)	

CMYK percentages

%38.92
%58.08
%0
%34.51

Codes

Color #6646A7 in popluar color models

6646A7
RGB10270167
HSL260°40.93%46.47%
HSB/HSV260°58.08%65.49%
CMYK38.92%58.08%0.00%
34.51%

Color #6646A7 in popluar number systems.

HEX6646A7
Decimal10270167
Binary1100110100011010100111
Octal146106247

Shades and tints

Shades of #6646A7

#6646A7
(102,70,167)
#5D4098
(93,64,152)
#543A89
(84,58,137)
#4B347A
(75,52,122)
#422E6B
(66,46,107)
#39285C
(57,40,92)
#30224D
(48,34,77)
#271C3E
(39,28,62)
#1E162F
(30,22,47)
#151020
(21,16,32)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #6646A7

#6646A7
(102,70,167)
#7356AF
(115,86,175)
#8066B7
(128,102,183)
#8D76BF
(141,118,191)
#9A86C7
(154,134,199)
#A796CF
(167,150,207)
#B4A6D7
(180,166,215)
#C1B6DF
(193,182,223)
#CEC6E7
(206,198,231)
#DBD6EF
(219,214,239)
#E8E6F7
(232,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6646A7 color. Also use rgb(102,70,167) instead hex code.

Text Font Color

.myTextColor { color: #6646A7; }

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

This text font color is #6646A7.


Background Color

.myBgColor { background-color: #6646A7; }

<div style="background-color:#6646A7">Inner text</div>

This div background color is #6646A7.


Border color

.myBorderColor { border: 1px solid #6646A7; }

<div style="border:3px solid #6646A7">Div</div>

This div border color is #6646A7.


Opacity

.myOpacity80 { color: #6646A7; opacity: 0.8; }

<p style="color:#6646A7;opacity:0.8;">80%</p>

Text with #6646A7 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 #6646A7;}

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

This text has shadow with #6646A7 color.

.textShadow {text-shadow: 3px 3px 1px #6646A7, 3px 3px 1px red;}

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

This text has shadow with #6646A7 primary color and red secondary color.


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

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

This text has shadow with #6646A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6646A7 on black background.


Color preview on white background

This text has color #6646A7 on white background.



Black color preview on #6646A7 background

This text has black color on #6646A7 background.


White color preview on #6646A7 background

This text has white color on #6646A7 background.