COLOR #6F89B1

HEX: #6F89B1 RGB: (111,137,177)

Color info

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

RGB color model

#6F89B1 color RGB value is (111,137,177).

RGB: (111,137,177) (44%, 54%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 177 of 255 = 69%

111
137
177

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

Portions of RGB colors in percentages

R + G + B = 111 + 137 + 177 = 425 (100%)
R 111 of 425 ~ 26.12%
G 137 of 425 ~ 32.24%
B 177 of 425 ~ 41.65'%

%26.12
%32.24
%41.65

CMYK color model

#6F89B1 color CMYK value is (37,23,0,31).

  • cyan value is 37.29%
  • magenta value is 22.60%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (37,23,0,31)
C37M23Y0K31 (37%, 23%, 0%, 31%)
(0.37 / 0.23 / 0.00 / 0.31)

CMYK percentages

%37.29
%22.6
%0
%30.59

Codes

Color #6F89B1 in popluar color models

6F 89 B1
RGB 111 137 177
HSL 216° 29.73% 56.47%
HSB/HSV 216° 37.29% 69.41%
CMYK 37.29% 22.60% 0.00%
30.59%

Color #6F89B1 in popluar number systems.

HEX 6F 89 B1
Decimal 111 137 177
Binary 1101111 10001001 10110001
Octal 157 211 261

Shades and tints

Shades of #6F89B1

#6F89B1
(111,137,177)
#657DA1
(101,125,161)
#5B7191
(91,113,145)
#516581
(81,101,129)
#475971
(71,89,113)
#3D4D61
(61,77,97)
#334151
(51,65,81)
#293541
(41,53,65)
#1F2931
(31,41,49)
#151D21
(21,29,33)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #6F89B1

#6F89B1
(111,137,177)
#7C93B8
(124,147,184)
#899DBF
(137,157,191)
#96A7C6
(150,167,198)
#A3B1CD
(163,177,205)
#B0BBD4
(176,187,212)
#BDC5DB
(189,197,219)
#CACFE2
(202,207,226)
#D7D9E9
(215,217,233)
#E4E3F0
(228,227,240)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F89B1 color. Also use rgb(111,137,177) instead hex code.

Text Font Color

.myTextColor { color: #6F89B1; }

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

This text font color is #6F89B1.

Background Color

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

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

This div background color is #6F89B1.

Border color

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

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

This div border color is #6F89B1.

Opacity

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

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

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

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

This text has shadow with #6F89B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F89B1.

Preview

Color preview on black background

This text has color #6F89B1 on black background.


Color preview on white background

This text has color #6F89B1 on white background.


Black color preview on #6F89B1 background

This text has black color on #6F89B1 background.


White color preview on #6F89B1 background

This text has white color on #6F89B1 background.


Related colors

Complementary color

Complementary color for #hex is #90764E.


I love getcolorcode.com

Triadic colors

1 #B16F89 and #89B16F with #6F89B1 are triadic colors.

2 #B1896F and #896FB1 with #6F89B1 are triadic colors.