COLOR #6F81AA

HEX: #6F81AA RGB: (111,129,170)

Color info

#6F81AA contains red, green and blue colors in about the same proportion. Web safe color of #6F81AA is #669999 (or #699).

RGB color model

#6F81AA color RGB value is (111,129,170).

RGB: (111,129,170) (44%, 51%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 170 of 255 = 67%

111
129
170

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

Portions of RGB colors in percentages

R + G + B = 111 + 129 + 170 = 410 (100%)
R 111 of 410 ~ 27.07%
G 129 of 410 ~ 31.46%
B 170 of 410 ~ 41.46'%

%27.07
%31.46
%41.46

CMYK color model

#6F81AA color CMYK value is (35,24,0,33).

  • cyan value is 34.71%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (35,24,0,33)
C35M24Y0K33 (35%, 24%, 0%, 33%)
(0.35 / 0.24 / 0.00 / 0.33)

CMYK percentages

%34.71
%24.12
%0
%33.33

Codes

Color #6F81AA in popluar color models

6F 81 AA
RGB 111 129 170
HSL 222° 25.76% 55.10%
HSB/HSV 222° 34.71% 66.67%
CMYK 34.71% 24.12% 0.00%
33.33%

Color #6F81AA in popluar number systems.

HEX 6F 81 AA
Decimal 111 129 170
Binary 1101111 10000001 10101010
Octal 157 201 252

Shades and tints

Shades of #6F81AA

#6F81AA
(111,129,170)
#65769B
(101,118,155)
#5B6B8C
(91,107,140)
#51607D
(81,96,125)
#47556E
(71,85,110)
#3D4A5F
(61,74,95)
#333F50
(51,63,80)
#293441
(41,52,65)
#1F2932
(31,41,50)
#151E23
(21,30,35)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6F81AA

#6F81AA
(111,129,170)
#7C8CB1
(124,140,177)
#8997B8
(137,151,184)
#96A2BF
(150,162,191)
#A3ADC6
(163,173,198)
#B0B8CD
(176,184,205)
#BDC3D4
(189,195,212)
#CACEDB
(202,206,219)
#D7D9E2
(215,217,226)
#E4E4E9
(228,228,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F81AA; }

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

This text font color is #6F81AA.

Background Color

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

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

This div background color is #6F81AA.

Border color

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

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

This div border color is #6F81AA.

Opacity

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

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

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

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

This text has shadow with #6F81AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F81AA.

Preview

Color preview on black background

This text has color #6F81AA on black background.


Color preview on white background

This text has color #6F81AA on white background.


Black color preview on #6F81AA background

This text has black color on #6F81AA background.


White color preview on #6F81AA background

This text has white color on #6F81AA background.


Related colors

Complementary color

Complementary color for #hex is #907E55.


I love getcolorcode.com

Triadic colors

1 #AA6F81 and #81AA6F with #6F81AA are triadic colors.

2 #AA816F and #816FAA with #6F81AA are triadic colors.