COLOR #6B64A3

HEX: #6B64A3
RGB: (107,100,163)

Color info

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

RGB color model

#6B64A3 color RGB value is (107,100,163).

  • red value is 107;
  • green value is 100;
  • blue value is 163.
RGB:
(107,100,163)
(42%,39%,64%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 163 of 255 = 64%

107
100
163

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 163 = 370 (100%)
R 107 of 370 ~ 28.92%
G 100 of 370 ~ 27.03%
B 163 of 370 ~ 44.05%

%28.92
%27.03
%44.05

CMYK color model

#6B64A3 color CMYK value is (34,39,0,36).

  • cyan value is 34.36%
  • magenta value is 38.65%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(34,39,0,36)
C34M39Y0K36 
(34%,39%,0%,36%)
(0.34/0.39/0.00/0.36)	

CMYK percentages

%34.36
%38.65
%0
%36.08

Codes

Color #6B64A3 in popluar color models

6B64A3
RGB107100163
HSL247°25.51%51.57%
HSB/HSV247°38.65%63.92%
CMYK34.36%38.65%0.00%
36.08%

Color #6B64A3 in popluar number systems.

HEX6B64A3
Decimal107100163
Binary1101011110010010100011
Octal153144243

Shades and tints

Shades of #6B64A3

#6B64A3
(107,100,163)
#625B95
(98,91,149)
#595287
(89,82,135)
#504979
(80,73,121)
#47406B
(71,64,107)
#3E375D
(62,55,93)
#352E4F
(53,46,79)
#2C2541
(44,37,65)
#231C33
(35,28,51)
#1A1325
(26,19,37)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #6B64A3

#6B64A3
(107,100,163)
#7872AB
(120,114,171)
#8580B3
(133,128,179)
#928EBB
(146,142,187)
#9F9CC3
(159,156,195)
#ACAACB
(172,170,203)
#B9B8D3
(185,184,211)
#C6C6DB
(198,198,219)
#D3D4E3
(211,212,227)
#E0E2EB
(224,226,235)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B64A3 color. Also use rgb(107,100,163) instead hex code.

Text Font Color

.myTextColor { color: #6B64A3; }

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

This text font color is #6B64A3.


Background Color

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

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

This div background color is #6B64A3.


Border color

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

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

This div border color is #6B64A3.


Opacity

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

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

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

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

This text has shadow with #6B64A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B64A3 on black background.


Color preview on white background

This text has color #6B64A3 on white background.



Black color preview on #6B64A3 background

This text has black color on #6B64A3 background.


White color preview on #6B64A3 background

This text has white color on #6B64A3 background.