COLOR #6B8890

HEX: #6B8890 RGB: (107,136,144)

Color info

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

RGB color model

#6B8890 color RGB value is (107,136,144).

RGB: (107,136,144) (42%, 53%, 56%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 144 of 255 = 56%

107
136
144

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

Portions of RGB colors in percentages

R + G + B = 107 + 136 + 144 = 387 (100%)
R 107 of 387 ~ 27.65%
G 136 of 387 ~ 35.14%
B 144 of 387 ~ 37.21'%

%27.65
%35.14
%37.21

CMYK color model

#6B8890 color CMYK value is (26,6,0,44).

  • cyan value is 25.69%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (26,6,0,44)
C26M6Y0K44 (26%, 6%, 0%, 44%)
(0.26 / 0.06 / 0.00 / 0.44)

CMYK percentages

%25.69
%5.56
%0
%43.53

Codes

Color #6B8890 in popluar color models

6B 88 90
RGB 107 136 144
HSL 193° 14.74% 49.22%
HSB/HSV 193° 25.69% 56.47%
CMYK 25.69% 5.56% 0.00%
43.53%

Color #6B8890 in popluar number systems.

HEX 6B 88 90
Decimal 107 136 144
Binary 1101011 10001000 10010000
Octal 153 210 220

Shades and tints

Shades of #6B8890

#6B8890
(107,136,144)
#627C83
(98,124,131)
#597076
(89,112,118)
#506469
(80,100,105)
#47585C
(71,88,92)
#3E4C4F
(62,76,79)
#354042
(53,64,66)
#2C3435
(44,52,53)
#232828
(35,40,40)
#1A1C1B
(26,28,27)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #6B8890

#6B8890
(107,136,144)
#78929A
(120,146,154)
#859CA4
(133,156,164)
#92A6AE
(146,166,174)
#9FB0B8
(159,176,184)
#ACBAC2
(172,186,194)
#B9C4CC
(185,196,204)
#C6CED6
(198,206,214)
#D3D8E0
(211,216,224)
#E0E2EA
(224,226,234)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8890; }

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

This text font color is #6B8890.

Background Color

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

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

This div background color is #6B8890.

Border color

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

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

This div border color is #6B8890.

Opacity

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

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

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

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

This text has shadow with #6B8890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8890.

Preview

Color preview on black background

This text has color #6B8890 on black background.


Color preview on white background

This text has color #6B8890 on white background.


Black color preview on #6B8890 background

This text has black color on #6B8890 background.


White color preview on #6B8890 background

This text has white color on #6B8890 background.


Related colors

Complementary color

Complementary color for #hex is #94776F.


I love getcolorcode.com

Triadic colors

1 #906B88 and #88906B with #6B8890 are triadic colors.

2 #90886B and #886B90 with #6B8890 are triadic colors.