COLOR #6F81B4

HEX: #6F81B4
RGB: (111,129,180)

Color info

#6F81B4 contains mainly green and blue colors. Web safe color of #6F81B4 is #6699CC (or #69C).

RGB color model

#6F81B4 color RGB value is (111,129,180).

  • red value is 111;
  • green value is 129;
  • blue value is 180.
RGB:
(111,129,180)
(44%,51%,71%)

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 180 of 255 = 71%

111
129
180

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 180 = 420 (100%)
R 111 of 420 ~ 26.43%
G 129 of 420 ~ 30.71%
B 180 of 420 ~ 42.86%

%26.43
%30.71
%42.86

CMYK color model

#6F81B4 color CMYK value is (38,28,0,29).

  • cyan value is 38.33%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(38,28,0,29)
C38M28Y0K29 
(38%,28%,0%,29%)
(0.38/0.28/0.00/0.29)	

CMYK percentages

%38.33
%28.33
%0
%29.41

Codes

Color #6F81B4 in popluar color models

6F81B4
RGB111129180
HSL224°31.51%57.06%
HSB/HSV224°38.33%70.59%
CMYK38.33%28.33%0.00%
29.41%

Color #6F81B4 in popluar number systems.

HEX6F81B4
Decimal111129180
Binary11011111000000110110100
Octal157201264

Shades and tints

Shades of #6F81B4

#6F81B4
(111,129,180)
#6576A4
(101,118,164)
#5B6B94
(91,107,148)
#516084
(81,96,132)
#475574
(71,85,116)
#3D4A64
(61,74,100)
#333F54
(51,63,84)
#293444
(41,52,68)
#1F2934
(31,41,52)
#151E24
(21,30,36)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6F81B4

#6F81B4
(111,129,180)
#7C8CBA
(124,140,186)
#8997C0
(137,151,192)
#96A2C6
(150,162,198)
#A3ADCC
(163,173,204)
#B0B8D2
(176,184,210)
#BDC3D8
(189,195,216)
#CACEDE
(202,206,222)
#D7D9E4
(215,217,228)
#E4E4EA
(228,228,234)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F81B4; }

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

This text font color is #6F81B4.


Background Color

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

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

This div background color is #6F81B4.


Border color

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

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

This div border color is #6F81B4.


Opacity

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

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

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

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

This text has shadow with #6F81B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F81B4 on black background.


Color preview on white background

This text has color #6F81B4 on white background.



Black color preview on #6F81B4 background

This text has black color on #6F81B4 background.


White color preview on #6F81B4 background

This text has white color on #6F81B4 background.