COLOR #6872A7

HEX: #6872A7 RGB: (104,114,167)

Color info

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

RGB color model

#6872A7 color RGB value is (104,114,167).

RGB: (104,114,167) (41%, 45%, 65%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 167 of 255 = 65%

104
114
167

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

Portions of RGB colors in percentages

R + G + B = 104 + 114 + 167 = 385 (100%)
R 104 of 385 ~ 27.01%
G 114 of 385 ~ 29.61%
B 167 of 385 ~ 43.38'%

%27.01
%29.61
%43.38

CMYK color model

#6872A7 color CMYK value is (38,32,0,35).

  • cyan value is 37.72%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (38,32,0,35) C38M32Y0K35 (38%,32%,0%,35%) (0.38/0.32/0.00/0.35) 

CMYK percentages

%37.72
%31.74
%0
%34.51

Codes

Color #6872A7 in popluar color models

68 72 A7
RGB 104 114 167
HSL 230° 26.36% 53.14%
HSB/HSV 230° 37.72% 65.49%
CMYK 37.72% 31.74% 0.00%
34.51%

Color #6872A7 in popluar number systems.

HEX 68 72 A7
Decimal 104 114 167
Binary 1101000 1110010 10100111
Octal 150 162 247

Shades and tints

Shades of #6872A7

#6872A7
(104,114,167)
#5F6898
(95,104,152)
#565E89
(86,94,137)
#4D547A
(77,84,122)
#444A6B
(68,74,107)
#3B405C
(59,64,92)
#32364D
(50,54,77)
#292C3E
(41,44,62)
#20222F
(32,34,47)
#171820
(23,24,32)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #6872A7

#6872A7
(104,114,167)
#757EAF
(117,126,175)
#828AB7
(130,138,183)
#8F96BF
(143,150,191)
#9CA2C7
(156,162,199)
#A9AECF
(169,174,207)
#B6BAD7
(182,186,215)
#C3C6DF
(195,198,223)
#D0D2E7
(208,210,231)
#DDDEEF
(221,222,239)
#EAEAF7
(234,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6872A7; }

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

This text font color is #6872A7.

Background Color

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

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

This div background color is #6872A7.

Border color

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

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

This div border color is #6872A7.

Opacity

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

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

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

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

This text has shadow with #6872A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6872A7.

Preview

Color preview on black background

This text has color #6872A7 on black background.


Color preview on white background

This text has color #6872A7 on white background.


Black color preview on #6872A7 background

This text has black color on #6872A7 background.


White color preview on #6872A7 background

This text has white color on #6872A7 background.


Related colors

Complementary color

Complementary color for #hex is #978D58.


I love getcolorcode.com

Triadic colors

1 #A76872 and #72A768 with #6872A7 are triadic colors.

2 #A77268 and #7268A7 with #6872A7 are triadic colors.