COLOR #6A65AC

HEX: #6A65AC RGB: (106,101,172)

Color info

#6A65AC contains mainly blue color. Web safe color of #6A65AC is #666699 (or #669).

RGB color model

#6A65AC color RGB value is (106,101,172).

RGB: (106,101,172) (42%, 40%, 67%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 172 of 255 = 67%

106
101
172

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

Portions of RGB colors in percentages

R + G + B = 106 + 101 + 172 = 379 (100%)
R 106 of 379 ~ 27.97%
G 101 of 379 ~ 26.65%
B 172 of 379 ~ 45.38'%

%27.97
%26.65
%45.38

CMYK color model

#6A65AC color CMYK value is (38,41,0,33).

  • cyan value is 38.37%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,41,0,33)
C38M41Y0K33 (38%, 41%, 0%, 33%)
(0.38 / 0.41 / 0.00 / 0.33)

CMYK percentages

%38.37
%41.28
%0
%32.55

Codes

Color #6A65AC in popluar color models

6A 65 AC
RGB 106 101 172
HSL 244° 29.96% 53.53%
HSB/HSV 244° 41.28% 67.45%
CMYK 38.37% 41.28% 0.00%
32.55%

Color #6A65AC in popluar number systems.

HEX 6A 65 AC
Decimal 106 101 172
Binary 1101010 1100101 10101100
Octal 152 145 254

Shades and tints

Shades of #6A65AC

#6A65AC
(106,101,172)
#615C9D
(97,92,157)
#58538E
(88,83,142)
#4F4A7F
(79,74,127)
#464170
(70,65,112)
#3D3861
(61,56,97)
#342F52
(52,47,82)
#2B2643
(43,38,67)
#221D34
(34,29,52)
#191425
(25,20,37)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #6A65AC

#6A65AC
(106,101,172)
#7773B3
(119,115,179)
#8481BA
(132,129,186)
#918FC1
(145,143,193)
#9E9DC8
(158,157,200)
#ABABCF
(171,171,207)
#B8B9D6
(184,185,214)
#C5C7DD
(197,199,221)
#D2D5E4
(210,213,228)
#DFE3EB
(223,227,235)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A65AC color. Also use rgb(106,101,172) instead hex code.

Text Font Color

.myTextColor { color: #6A65AC; }

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

This text font color is #6A65AC.

Background Color

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

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

This div background color is #6A65AC.

Border color

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

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

This div border color is #6A65AC.

Opacity

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

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

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

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

This text has shadow with #6A65AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A65AC.

Preview

Color preview on black background

This text has color #6A65AC on black background.


Color preview on white background

This text has color #6A65AC on white background.


Black color preview on #6A65AC background

This text has black color on #6A65AC background.


White color preview on #6A65AC background

This text has white color on #6A65AC background.


Related colors

Complementary color

Complementary color for #hex is #959A53.


I love getcolorcode.com

Triadic colors

1 #AC6A65 and #65AC6A with #6A65AC are triadic colors.

2 #AC656A and #656AAC with #6A65AC are triadic colors.