COLOR #6F81AD

HEX: #6F81AD RGB: (111,129,173)

Color info

#6F81AD contains mainly green and blue colors. Web safe color of #6F81AD is #669999 (or #699).

RGB color model

#6F81AD color RGB value is (111,129,173).

RGB: (111,129,173) (44%, 51%, 68%)

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 173 of 255 = 68%

111
129
173

R + G + B ~ 54%. #6F81AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 129 + 173 = 413 (100%)
R 111 of 413 ~ 26.88%
G 129 of 413 ~ 31.23%
B 173 of 413 ~ 41.89'%

%26.88
%31.23
%41.89

CMYK color model

#6F81AD color CMYK value is (36,25,0,32).

  • cyan value is 35.84%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (36,25,0,32)
C36M25Y0K32 (36%, 25%, 0%, 32%)
(0.36 / 0.25 / 0.00 / 0.32)

CMYK percentages

%35.84
%25.43
%0
%32.16

Codes

Color #6F81AD in popluar color models

6F 81 AD
RGB 111 129 173
HSL 223° 27.43% 55.69%
HSB/HSV 223° 35.84% 67.84%
CMYK 35.84% 25.43% 0.00%
32.16%

Color #6F81AD in popluar number systems.

HEX 6F 81 AD
Decimal 111 129 173
Binary 1101111 10000001 10101101
Octal 157 201 255

Shades and tints

Shades of #6F81AD

#6F81AD
(111,129,173)
#65769E
(101,118,158)
#5B6B8F
(91,107,143)
#516080
(81,96,128)
#475571
(71,85,113)
#3D4A62
(61,74,98)
#333F53
(51,63,83)
#293444
(41,52,68)
#1F2935
(31,41,53)
#151E26
(21,30,38)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #6F81AD

#6F81AD
(111,129,173)
#7C8CB4
(124,140,180)
#8997BB
(137,151,187)
#96A2C2
(150,162,194)
#A3ADC9
(163,173,201)
#B0B8D0
(176,184,208)
#BDC3D7
(189,195,215)
#CACEDE
(202,206,222)
#D7D9E5
(215,217,229)
#E4E4EC
(228,228,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F81AD color. Also use rgb(111,129,173) instead hex code.

Text Font Color

.myTextColor { color: #6F81AD; }

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

This text font color is #6F81AD.

Background Color

.myBgColor { background-color: #6F81AD; }

<div style="background-color:#6F81AD">Inner text</div>

This div background color is #6F81AD.

Border color

.myBorderColor { border: 1px solid #6F81AD; }

<div style="border:3px solid #6F81AD">Div</div>

This div border color is #6F81AD.

Opacity

.myOpacity80 { color: #6F81AD; opacity: 0.8; }

<p style="color:#6F81AD;opacity:0.8;">80%</p>

Text with #6F81AD 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 #6F81AD;}

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

This text has shadow with #6F81AD color.


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

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

This text has shadow with #6F81AD primary color and red secondary color.


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

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

This text has shadow with #6F81AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6F81AD.

Preview

Color preview on black background

This text has color #6F81AD on black background.


Color preview on white background

This text has color #6F81AD on white background.


Black color preview on #6F81AD background

This text has black color on #6F81AD background.


White color preview on #6F81AD background

This text has white color on #6F81AD background.


Related colors

Complementary color

Complementary color for #hex is #907E52.


I love getcolorcode.com

Triadic colors

1 #AD6F81 and #81AD6F with #6F81AD are triadic colors.

2 #AD816F and #816FAD with #6F81AD are triadic colors.