COLOR #6B8897

HEX: #6B8897 RGB: (107,136,151)

Color info

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

RGB color model

#6B8897 color RGB value is (107,136,151).

RGB: (107,136,151) (42%, 53%, 59%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 151 of 255 = 59%

107
136
151

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

Portions of RGB colors in percentages

R + G + B = 107 + 136 + 151 = 394 (100%)
R 107 of 394 ~ 27.16%
G 136 of 394 ~ 34.52%
B 151 of 394 ~ 38.32'%

%27.16
%34.52
%38.32

CMYK color model

#6B8897 color CMYK value is (29,10,0,41).

  • cyan value is 29.14%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (29,10,0,41)
C29M10Y0K41 (29%, 10%, 0%, 41%)
(0.29 / 0.10 / 0.00 / 0.41)

CMYK percentages

%29.14
%9.93
%0
%40.78

Codes

Color #6B8897 in popluar color models

6B 88 97
RGB 107 136 151
HSL 200° 17.46% 50.59%
HSB/HSV 200° 29.14% 59.22%
CMYK 29.14% 9.93% 0.00%
40.78%

Color #6B8897 in popluar number systems.

HEX 6B 88 97
Decimal 107 136 151
Binary 1101011 10001000 10010111
Octal 153 210 227

Shades and tints

Shades of #6B8897

#6B8897
(107,136,151)
#627C8A
(98,124,138)
#59707D
(89,112,125)
#506470
(80,100,112)
#475863
(71,88,99)
#3E4C56
(62,76,86)
#354049
(53,64,73)
#2C343C
(44,52,60)
#23282F
(35,40,47)
#1A1C22
(26,28,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #6B8897

#6B8897
(107,136,151)
#7892A0
(120,146,160)
#859CA9
(133,156,169)
#92A6B2
(146,166,178)
#9FB0BB
(159,176,187)
#ACBAC4
(172,186,196)
#B9C4CD
(185,196,205)
#C6CED6
(198,206,214)
#D3D8DF
(211,216,223)
#E0E2E8
(224,226,232)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8897 color. Also use rgb(107,136,151) instead hex code.

Text Font Color

.myTextColor { color: #6B8897; }

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

This text font color is #6B8897.

Background Color

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

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

This div background color is #6B8897.

Border color

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

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

This div border color is #6B8897.

Opacity

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

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

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

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

This text has shadow with #6B8897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8897.

Preview

Color preview on black background

This text has color #6B8897 on black background.


Color preview on white background

This text has color #6B8897 on white background.


Black color preview on #6B8897 background

This text has black color on #6B8897 background.


White color preview on #6B8897 background

This text has white color on #6B8897 background.


Related colors

Complementary color

Complementary color for #hex is #947768.


I love getcolorcode.com

Triadic colors

1 #976B88 and #88976B with #6B8897 are triadic colors.

2 #97886B and #886B97 with #6B8897 are triadic colors.