COLOR #6764AC

HEX: #6764AC RGB: (103,100,172)

Color info

#6764AC contains mainly blue color. Web safe color of #6764AC is #666699 (or #669).

RGB color model

#6764AC color RGB value is (103,100,172).

RGB: (103,100,172) (40%, 39%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 172 of 255 = 67%

103
100
172

R + G + B ~ 49%. #6764AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 100 + 172 = 375 (100%)
R 103 of 375 ~ 27.47%
G 100 of 375 ~ 26.67%
B 172 of 375 ~ 45.87'%

%27.47
%26.67
%45.87

CMYK color model

#6764AC color CMYK value is (40,42,0,33).

  • cyan value is 40.12%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (40,42,0,33)
C40M42Y0K33 (40%, 42%, 0%, 33%)
(0.40 / 0.42 / 0.00 / 0.33)

CMYK percentages

%40.12
%41.86
%0
%32.55

Codes

Color #6764AC in popluar color models

67 64 AC
RGB 103 100 172
HSL 243° 30.25% 53.33%
HSB/HSV 243° 41.86% 67.45%
CMYK 40.12% 41.86% 0.00%
32.55%

Color #6764AC in popluar number systems.

HEX 67 64 AC
Decimal 103 100 172
Binary 1100111 1100100 10101100
Octal 147 144 254

Shades and tints

Shades of #6764AC

#6764AC
(103,100,172)
#5E5B9D
(94,91,157)
#55528E
(85,82,142)
#4C497F
(76,73,127)
#434070
(67,64,112)
#3A3761
(58,55,97)
#312E52
(49,46,82)
#282543
(40,37,67)
#1F1C34
(31,28,52)
#161325
(22,19,37)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #6764AC

#6764AC
(103,100,172)
#7472B3
(116,114,179)
#8180BA
(129,128,186)
#8E8EC1
(142,142,193)
#9B9CC8
(155,156,200)
#A8AACF
(168,170,207)
#B5B8D6
(181,184,214)
#C2C6DD
(194,198,221)
#CFD4E4
(207,212,228)
#DCE2EB
(220,226,235)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6764AC color. Also use rgb(103,100,172) instead hex code.

Text Font Color

.myTextColor { color: #6764AC; }

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

This text font color is #6764AC.

Background Color

.myBgColor { background-color: #6764AC; }

<div style="background-color:#6764AC">Inner text</div>

This div background color is #6764AC.

Border color

.myBorderColor { border: 1px solid #6764AC; }

<div style="border:3px solid #6764AC">Div</div>

This div border color is #6764AC.

Opacity

.myOpacity80 { color: #6764AC; opacity: 0.8; }

<p style="color:#6764AC;opacity:0.8;">80%</p>

Text with #6764AC 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 #6764AC;}

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

This text has shadow with #6764AC color.


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

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

This text has shadow with #6764AC primary color and red secondary color.


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

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

This text has shadow with #6764AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6764AC.

Preview

Color preview on black background

This text has color #6764AC on black background.


Color preview on white background

This text has color #6764AC on white background.


Black color preview on #6764AC background

This text has black color on #6764AC background.


White color preview on #6764AC background

This text has white color on #6764AC background.


Related colors

Complementary color

Complementary color for #hex is #989B53.


I love getcolorcode.com

Triadic colors

1 #AC6764 and #64AC67 with #6764AC are triadic colors.

2 #AC6467 and #6467AC with #6764AC are triadic colors.