COLOR #6B8588

HEX: #6B8588 RGB: (107,133,136)

Color info

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

RGB color model

#6B8588 color RGB value is (107,133,136).

RGB: (107,133,136) (42%, 52%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 136 of 255 = 53%

107
133
136

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

Portions of RGB colors in percentages

R + G + B = 107 + 133 + 136 = 376 (100%)
R 107 of 376 ~ 28.46%
G 133 of 376 ~ 35.37%
B 136 of 376 ~ 36.17'%

%28.46
%35.37
%36.17

CMYK color model

#6B8588 color CMYK value is (21,2,0,47).

  • cyan value is 21.32%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (21,2,0,47)
C21M2Y0K47 (21%, 2%, 0%, 47%)
(0.21 / 0.02 / 0.00 / 0.47)

CMYK percentages

%21.32
%2.21
%0
%46.67

Codes

Color #6B8588 in popluar color models

6B 85 88
RGB 107 133 136
HSL 186° 11.93% 47.65%
HSB/HSV 186° 21.32% 53.33%
CMYK 21.32% 2.21% 0.00%
46.67%

Color #6B8588 in popluar number systems.

HEX 6B 85 88
Decimal 107 133 136
Binary 1101011 10000101 10001000
Octal 153 205 210

Shades and tints

Shades of #6B8588

#6B8588
(107,133,136)
#62797C
(98,121,124)
#596D70
(89,109,112)
#506164
(80,97,100)
#475558
(71,85,88)
#3E494C
(62,73,76)
#353D40
(53,61,64)
#2C3134
(44,49,52)
#232528
(35,37,40)
#1A191C
(26,25,28)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B8588

#6B8588
(107,133,136)
#789092
(120,144,146)
#859B9C
(133,155,156)
#92A6A6
(146,166,166)
#9FB1B0
(159,177,176)
#ACBCBA
(172,188,186)
#B9C7C4
(185,199,196)
#C6D2CE
(198,210,206)
#D3DDD8
(211,221,216)
#E0E8E2
(224,232,226)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8588; }

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

This text font color is #6B8588.

Background Color

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

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

This div background color is #6B8588.

Border color

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

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

This div border color is #6B8588.

Opacity

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

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

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

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

This text has shadow with #6B8588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8588.

Preview

Color preview on black background

This text has color #6B8588 on black background.


Color preview on white background

This text has color #6B8588 on white background.


Black color preview on #6B8588 background

This text has black color on #6B8588 background.


White color preview on #6B8588 background

This text has white color on #6B8588 background.


Related colors

Complementary color

Complementary color for #hex is #947A77.


I love getcolorcode.com

Triadic colors

1 #886B85 and #85886B with #6B8588 are triadic colors.

2 #88856B and #856B88 with #6B8588 are triadic colors.