COLOR #6F889E

HEX: #6F889E RGB: (111,136,158)

Color info

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

RGB color model

#6F889E color RGB value is (111,136,158).

RGB: (111,136,158) (44%, 53%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 158 of 255 = 62%

111
136
158

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

Portions of RGB colors in percentages

R + G + B = 111 + 136 + 158 = 405 (100%)
R 111 of 405 ~ 27.41%
G 136 of 405 ~ 33.58%
B 158 of 405 ~ 39.01'%

%27.41
%33.58
%39.01

CMYK color model

#6F889E color CMYK value is (30,14,0,38).

  • cyan value is 29.75%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (30,14,0,38)
C30M14Y0K38 (30%, 14%, 0%, 38%)
(0.30 / 0.14 / 0.00 / 0.38)

CMYK percentages

%29.75
%13.92
%0
%38.04

Codes

Color #6F889E in popluar color models

6F 88 9E
RGB 111 136 158
HSL 208° 19.50% 52.75%
HSB/HSV 208° 29.75% 61.96%
CMYK 29.75% 13.92% 0.00%
38.04%

Color #6F889E in popluar number systems.

HEX 6F 88 9E
Decimal 111 136 158
Binary 1101111 10001000 10011110
Octal 157 210 236

Shades and tints

Shades of #6F889E

#6F889E
(111,136,158)
#657C90
(101,124,144)
#5B7082
(91,112,130)
#516474
(81,100,116)
#475866
(71,88,102)
#3D4C58
(61,76,88)
#33404A
(51,64,74)
#29343C
(41,52,60)
#1F282E
(31,40,46)
#151C20
(21,28,32)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F889E

#6F889E
(111,136,158)
#7C92A6
(124,146,166)
#899CAE
(137,156,174)
#96A6B6
(150,166,182)
#A3B0BE
(163,176,190)
#B0BAC6
(176,186,198)
#BDC4CE
(189,196,206)
#CACED6
(202,206,214)
#D7D8DE
(215,216,222)
#E4E2E6
(228,226,230)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F889E color. Also use rgb(111,136,158) instead hex code.

Text Font Color

.myTextColor { color: #6F889E; }

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

This text font color is #6F889E.

Background Color

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

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

This div background color is #6F889E.

Border color

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

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

This div border color is #6F889E.

Opacity

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

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

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

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

This text has shadow with #6F889E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F889E.

Preview

Color preview on black background

This text has color #6F889E on black background.


Color preview on white background

This text has color #6F889E on white background.


Black color preview on #6F889E background

This text has black color on #6F889E background.


White color preview on #6F889E background

This text has white color on #6F889E background.


Related colors

Complementary color

Complementary color for #hex is #907761.


I love getcolorcode.com

Triadic colors

1 #9E6F88 and #889E6F with #6F889E are triadic colors.

2 #9E886F and #886F9E with #6F889E are triadic colors.