COLOR #6872AD

HEX: #6872AD
RGB: (104,114,173)

Color info

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

RGB color model

#6872AD color RGB value is (104,114,173).

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

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 173 of 255 = 68%

104
114
173

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

Portions of RGB colors in percentages

R + G + B =
104 + 114 + 173 = 391 (100%)
R 104 of 391 ~ 26.6%
G 114 of 391 ~ 29.16%
B 173 of 391 ~ 44.25%

%26.6
%29.16
%44.25

CMYK color model

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

  • cyan value is 39.88%
  • 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

%39.88
%34.1
%0
%32.16

Codes

Color #6872AD in popluar color models

6872AD
RGB104114173
HSL231°29.61%54.31%
HSB/HSV231°39.88%67.84%
CMYK39.88%34.10%0.00%
32.16%

Color #6872AD in popluar number systems.

HEX6872AD
Decimal104114173
Binary1101000111001010101101
Octal150162255

Shades and tints

Shades of #6872AD

#6872AD
(104,114,173)
#5F689E
(95,104,158)
#565E8F
(86,94,143)
#4D5480
(77,84,128)
#444A71
(68,74,113)
#3B4062
(59,64,98)
#323653
(50,54,83)
#292C44
(41,44,68)
#202235
(32,34,53)
#171826
(23,24,38)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #6872AD

#6872AD
(104,114,173)
#757EB4
(117,126,180)
#828ABB
(130,138,187)
#8F96C2
(143,150,194)
#9CA2C9
(156,162,201)
#A9AED0
(169,174,208)
#B6BAD7
(182,186,215)
#C3C6DE
(195,198,222)
#D0D2E5
(208,210,229)
#DDDEEC
(221,222,236)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6872AD; }

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

This text font color is #6872AD.


Background Color

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

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

This div background color is #6872AD.


Border color

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

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

This div border color is #6872AD.


Opacity

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

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

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

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

This text has shadow with #6872AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6872AD on black background.


Color preview on white background

This text has color #6872AD on white background.



Black color preview on #6872AD background

This text has black color on #6872AD background.


White color preview on #6872AD background

This text has white color on #6872AD background.