COLOR #6A64C3

HEX: #6A64C3 RGB: (106,100,195)

Color info

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

RGB color model

#6A64C3 color RGB value is (106,100,195).

RGB: (106,100,195) (42%, 39%, 76%)

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 195 of 255 = 76%

106
100
195

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

Portions of RGB colors in percentages

R + G + B = 106 + 100 + 195 = 401 (100%)
R 106 of 401 ~ 26.43%
G 100 of 401 ~ 24.94%
B 195 of 401 ~ 48.63'%

%26.43
%24.94
%48.63

CMYK color model

#6A64C3 color CMYK value is (46,49,0,24).

  • cyan value is 45.64%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (46,49,0,24)
C46M49Y0K24 (46%, 49%, 0%, 24%)
(0.46 / 0.49 / 0.00 / 0.24)

CMYK percentages

%45.64
%48.72
%0
%23.53

Codes

Color #6A64C3 in popluar color models

6A 64 C3
RGB 106 100 195
HSL 244° 44.19% 57.84%
HSB/HSV 244° 48.72% 76.47%
CMYK 45.64% 48.72% 0.00%
23.53%

Color #6A64C3 in popluar number systems.

HEX 6A 64 C3
Decimal 106 100 195
Binary 1101010 1100100 11000011
Octal 152 144 303

Shades and tints

Shades of #6A64C3

#6A64C3
(106,100,195)
#615BB2
(97,91,178)
#5852A1
(88,82,161)
#4F4990
(79,73,144)
#46407F
(70,64,127)
#3D376E
(61,55,110)
#342E5D
(52,46,93)
#2B254C
(43,37,76)
#221C3B
(34,28,59)
#19132A
(25,19,42)
#100A19
(16,10,25)
#000000
(0,0,0)

Tints of #6A64C3

#6A64C3
(106,100,195)
#7772C8
(119,114,200)
#8480CD
(132,128,205)
#918ED2
(145,142,210)
#9E9CD7
(158,156,215)
#ABAADC
(171,170,220)
#B8B8E1
(184,184,225)
#C5C6E6
(197,198,230)
#D2D4EB
(210,212,235)
#DFE2F0
(223,226,240)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A64C3 color. Also use rgb(106,100,195) instead hex code.

Text Font Color

.myTextColor { color: #6A64C3; }

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

This text font color is #6A64C3.

Background Color

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

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

This div background color is #6A64C3.

Border color

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

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

This div border color is #6A64C3.

Opacity

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

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

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

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

This text has shadow with #6A64C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A64C3.

Preview

Color preview on black background

This text has color #6A64C3 on black background.


Color preview on white background

This text has color #6A64C3 on white background.


Black color preview on #6A64C3 background

This text has black color on #6A64C3 background.


White color preview on #6A64C3 background

This text has white color on #6A64C3 background.


Related colors

Complementary color

Complementary color for #hex is #959B3C.


I love getcolorcode.com

Triadic colors

1 #C36A64 and #64C36A with #6A64C3 are triadic colors.

2 #C3646A and #646AC3 with #6A64C3 are triadic colors.