COLOR #6766AA

HEX: #6766AA RGB: (103,102,170)

Color info

#6766AA contains mainly blue color. Web safe color of #6766AA is #666699 (or #669).

RGB color model

#6766AA color RGB value is (103,102,170).

RGB: (103,102,170) (40%, 40%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 170 of 255 = 67%

103
102
170

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

Portions of RGB colors in percentages

R + G + B = 103 + 102 + 170 = 375 (100%)
R 103 of 375 ~ 27.47%
G 102 of 375 ~ 27.2%
B 170 of 375 ~ 45.33'%

%27.47
%27.2
%45.33

CMYK color model

#6766AA color CMYK value is (39,40,0,33).

  • cyan value is 39.41%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (39,40,0,33)
C39M40Y0K33 (39%, 40%, 0%, 33%)
(0.39 / 0.40 / 0.00 / 0.33)

CMYK percentages

%39.41
%40
%0
%33.33

Codes

Color #6766AA in popluar color models

67 66 AA
RGB 103 102 170
HSL 241° 28.57% 53.33%
HSB/HSV 241° 40.00% 66.67%
CMYK 39.41% 40.00% 0.00%
33.33%

Color #6766AA in popluar number systems.

HEX 67 66 AA
Decimal 103 102 170
Binary 1100111 1100110 10101010
Octal 147 146 252

Shades and tints

Shades of #6766AA

#6766AA
(103,102,170)
#5E5D9B
(94,93,155)
#55548C
(85,84,140)
#4C4B7D
(76,75,125)
#43426E
(67,66,110)
#3A395F
(58,57,95)
#313050
(49,48,80)
#282741
(40,39,65)
#1F1E32
(31,30,50)
#161523
(22,21,35)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #6766AA

#6766AA
(103,102,170)
#7473B1
(116,115,177)
#8180B8
(129,128,184)
#8E8DBF
(142,141,191)
#9B9AC6
(155,154,198)
#A8A7CD
(168,167,205)
#B5B4D4
(181,180,212)
#C2C1DB
(194,193,219)
#CFCEE2
(207,206,226)
#DCDBE9
(220,219,233)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6766AA color. Also use rgb(103,102,170) instead hex code.

Text Font Color

.myTextColor { color: #6766AA; }

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

This text font color is #6766AA.

Background Color

.myBgColor { background-color: #6766AA; }

<div style="background-color:#6766AA">Inner text</div>

This div background color is #6766AA.

Border color

.myBorderColor { border: 1px solid #6766AA; }

<div style="border:3px solid #6766AA">Div</div>

This div border color is #6766AA.

Opacity

.myOpacity80 { color: #6766AA; opacity: 0.8; }

<p style="color:#6766AA;opacity:0.8;">80%</p>

Text with #6766AA 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 #6766AA;}

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

This text has shadow with #6766AA color.


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

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

This text has shadow with #6766AA primary color and red secondary color.


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

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

This text has shadow with #6766AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6766AA.

Preview

Color preview on black background

This text has color #6766AA on black background.


Color preview on white background

This text has color #6766AA on white background.


Black color preview on #6766AA background

This text has black color on #6766AA background.


White color preview on #6766AA background

This text has white color on #6766AA background.


Related colors

Complementary color

Complementary color for #hex is #989955.


I love getcolorcode.com

Triadic colors

1 #AA6766 and #66AA67 with #6766AA are triadic colors.

2 #AA6667 and #6667AA with #6766AA are triadic colors.