COLOR #6872AF

HEX: #6872AF RGB: (104,114,175)

Color info

#6872AF contains mainly blue color. Web safe color of #6872AF is #666699 (or #669).

RGB color model

#6872AF color RGB value is (104,114,175).

RGB: (104,114,175) (41%, 45%, 69%)

RGB channels and saturation

R 104 of 255 = 41%
G 114 of 255 = 45%
B 175 of 255 = 69%

104
114
175

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

Portions of RGB colors in percentages

R + G + B = 104 + 114 + 175 = 393 (100%)
R 104 of 393 ~ 26.46%
G 114 of 393 ~ 29.01%
B 175 of 393 ~ 44.53'%

%26.46
%29.01
%44.53

CMYK color model

#6872AF color CMYK value is (41,35,0,31).

  • cyan value is 40.57%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (41,35,0,31)
C41M35Y0K31 (41%, 35%, 0%, 31%)
(0.41 / 0.35 / 0.00 / 0.31)

CMYK percentages

%40.57
%34.86
%0
%31.37

Codes

Color #6872AF in popluar color models

68 72 AF
RGB 104 114 175
HSL 232° 30.74% 54.71%
HSB/HSV 232° 40.57% 68.63%
CMYK 40.57% 34.86% 0.00%
31.37%

Color #6872AF in popluar number systems.

HEX 68 72 AF
Decimal 104 114 175
Binary 1101000 1110010 10101111
Octal 150 162 257

Shades and tints

Shades of #6872AF

#6872AF
(104,114,175)
#5F68A0
(95,104,160)
#565E91
(86,94,145)
#4D5482
(77,84,130)
#444A73
(68,74,115)
#3B4064
(59,64,100)
#323655
(50,54,85)
#292C46
(41,44,70)
#202237
(32,34,55)
#171828
(23,24,40)
#0E0E19
(14,14,25)
#000000
(0,0,0)

Tints of #6872AF

#6872AF
(104,114,175)
#757EB6
(117,126,182)
#828ABD
(130,138,189)
#8F96C4
(143,150,196)
#9CA2CB
(156,162,203)
#A9AED2
(169,174,210)
#B6BAD9
(182,186,217)
#C3C6E0
(195,198,224)
#D0D2E7
(208,210,231)
#DDDEEE
(221,222,238)
#EAEAF5
(234,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6872AF; }

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

This text font color is #6872AF.

Background Color

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

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

This div background color is #6872AF.

Border color

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

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

This div border color is #6872AF.

Opacity

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

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

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

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

This text has shadow with #6872AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6872AF.

Preview

Color preview on black background

This text has color #6872AF on black background.


Color preview on white background

This text has color #6872AF on white background.


Black color preview on #6872AF background

This text has black color on #6872AF background.


White color preview on #6872AF background

This text has white color on #6872AF background.


Related colors

Complementary color

Complementary color for #hex is #978D50.


I love getcolorcode.com

Triadic colors

1 #AF6872 and #72AF68 with #6872AF are triadic colors.

2 #AF7268 and #7268AF with #6872AF are triadic colors.