COLOR #6F86B6

HEX: #6F86B6 RGB: (111,134,182)

Color info

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

RGB color model

#6F86B6 color RGB value is (111,134,182).

RGB: (111,134,182) (44%, 53%, 71%)

RGB channels and saturation

R 111 of 255 = 44%
G 134 of 255 = 53%
B 182 of 255 = 71%

111
134
182

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

Portions of RGB colors in percentages

R + G + B = 111 + 134 + 182 = 427 (100%)
R 111 of 427 ~ 26%
G 134 of 427 ~ 31.38%
B 182 of 427 ~ 42.62'%

%26
%31.38
%42.62

CMYK color model

#6F86B6 color CMYK value is (39,26,0,29).

  • cyan value is 39.01%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (39,26,0,29)
C39M26Y0K29 (39%, 26%, 0%, 29%)
(0.39 / 0.26 / 0.00 / 0.29)

CMYK percentages

%39.01
%26.37
%0
%28.63

Codes

Color #6F86B6 in popluar color models

6F 86 B6
RGB 111 134 182
HSL 221° 32.72% 57.45%
HSB/HSV 221° 39.01% 71.37%
CMYK 39.01% 26.37% 0.00%
28.63%

Color #6F86B6 in popluar number systems.

HEX 6F 86 B6
Decimal 111 134 182
Binary 1101111 10000110 10110110
Octal 157 206 266

Shades and tints

Shades of #6F86B6

#6F86B6
(111,134,182)
#657AA6
(101,122,166)
#5B6E96
(91,110,150)
#516286
(81,98,134)
#475676
(71,86,118)
#3D4A66
(61,74,102)
#333E56
(51,62,86)
#293246
(41,50,70)
#1F2636
(31,38,54)
#151A26
(21,26,38)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #6F86B6

#6F86B6
(111,134,182)
#7C91BC
(124,145,188)
#899CC2
(137,156,194)
#96A7C8
(150,167,200)
#A3B2CE
(163,178,206)
#B0BDD4
(176,189,212)
#BDC8DA
(189,200,218)
#CAD3E0
(202,211,224)
#D7DEE6
(215,222,230)
#E4E9EC
(228,233,236)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F86B6 color. Also use rgb(111,134,182) instead hex code.

Text Font Color

.myTextColor { color: #6F86B6; }

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

This text font color is #6F86B6.

Background Color

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

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

This div background color is #6F86B6.

Border color

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

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

This div border color is #6F86B6.

Opacity

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

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

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

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

This text has shadow with #6F86B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F86B6.

Preview

Color preview on black background

This text has color #6F86B6 on black background.


Color preview on white background

This text has color #6F86B6 on white background.


Black color preview on #6F86B6 background

This text has black color on #6F86B6 background.


White color preview on #6F86B6 background

This text has white color on #6F86B6 background.


Related colors

Complementary color

Complementary color for #hex is #907949.


I love getcolorcode.com

Triadic colors

1 #B66F86 and #86B66F with #6F86B6 are triadic colors.

2 #B6866F and #866FB6 with #6F86B6 are triadic colors.