COLOR #6772AD

HEX: #6772AD
RGB: (103,114,173)

Color info

#6772AD contains mainly green and blue colors. Web safe color of #6772AD is #666699 (or #669).

RGB color model

#6772AD color RGB value is (103,114,173).

  • red value is 103;
  • green value is 114;
  • blue value is 173.
RGB:
(103,114,173)
(40%,45%,68%)

RGB channels and saturation

R 103 of 255 = 40%
G 114 of 255 = 45%
B 173 of 255 = 68%

103
114
173

R + G + B ~ 51%. #6772AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 114 + 173 = 390 (100%)
R 103 of 390 ~ 26.41%
G 114 of 390 ~ 29.23%
B 173 of 390 ~ 44.36%

%26.41
%29.23
%44.36

CMYK color model

#6772AD color CMYK value is (40,34,0,32).

  • cyan value is 40.46%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(40,34,0,32)
C40M34Y0K32 
(40%,34%,0%,32%)
(0.40/0.34/0.00/0.32)	

CMYK percentages

%40.46
%34.1
%0
%32.16

Codes

Color #6772AD in popluar color models

6772AD
RGB103114173
HSL231°29.91%54.12%
HSB/HSV231°40.46%67.84%
CMYK40.46%34.10%0.00%
32.16%

Color #6772AD in popluar number systems.

HEX6772AD
Decimal103114173
Binary1100111111001010101101
Octal147162255

Shades and tints

Shades of #6772AD

#6772AD
(103,114,173)
#5E689E
(94,104,158)
#555E8F
(85,94,143)
#4C5480
(76,84,128)
#434A71
(67,74,113)
#3A4062
(58,64,98)
#313653
(49,54,83)
#282C44
(40,44,68)
#1F2235
(31,34,53)
#161826
(22,24,38)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #6772AD

#6772AD
(103,114,173)
#747EB4
(116,126,180)
#818ABB
(129,138,187)
#8E96C2
(142,150,194)
#9BA2C9
(155,162,201)
#A8AED0
(168,174,208)
#B5BAD7
(181,186,215)
#C2C6DE
(194,198,222)
#CFD2E5
(207,210,229)
#DCDEEC
(220,222,236)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6772AD color. Also use rgb(103,114,173) instead hex code.

Text Font Color

.myTextColor { color: #6772AD; }

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

This text font color is #6772AD.


Background Color

.myBgColor { background-color: #6772AD; }

<div style="background-color:#6772AD">Inner text</div>

This div background color is #6772AD.


Border color

.myBorderColor { border: 1px solid #6772AD; }

<div style="border:3px solid #6772AD">Div</div>

This div border color is #6772AD.


Opacity

.myOpacity80 { color: #6772AD; opacity: 0.8; }

<p style="color:#6772AD;opacity:0.8;">80%</p>

Text with #6772AD 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 #6772AD;}

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

This text has shadow with #6772AD color.

.textShadow {text-shadow: 3px 3px 1px #6772AD, 3px 3px 1px red;}

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

This text has shadow with #6772AD primary color and red secondary color.


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

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

This text has shadow with #6772AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6772AD on black background.


Color preview on white background

This text has color #6772AD on white background.



Black color preview on #6772AD background

This text has black color on #6772AD background.


White color preview on #6772AD background

This text has white color on #6772AD background.