COLOR #6B8495

HEX: #6B8495
RGB: (107,132,149)

Color info

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

RGB color model

#6B8495 color RGB value is (107,132,149).

  • red value is 107;
  • green value is 132;
  • blue value is 149.
RGB:
(107,132,149)
(42%,52%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 132 of 255 = 52%
B 149 of 255 = 58%

107
132
149

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

Portions of RGB colors in percentages

R + G + B =
107 + 132 + 149 = 388 (100%)
R 107 of 388 ~ 27.58%
G 132 of 388 ~ 34.02%
B 149 of 388 ~ 38.4%

%27.58
%34.02
%38.4

CMYK color model

#6B8495 color CMYK value is (28,11,0,42).

  • cyan value is 28.19%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,11,0,42)
C28M11Y0K42 
(28%,11%,0%,42%)
(0.28/0.11/0.00/0.42)	

CMYK percentages

%28.19
%11.41
%0
%41.57

Codes

Color #6B8495 in popluar color models

6B8495
RGB107132149
HSL204°16.54%50.20%
HSB/HSV204°28.19%58.43%
CMYK28.19%11.41%0.00%
41.57%

Color #6B8495 in popluar number systems.

HEX6B8495
Decimal107132149
Binary11010111000010010010101
Octal153204225

Shades and tints

Shades of #6B8495

#6B8495
(107,132,149)
#627888
(98,120,136)
#596C7B
(89,108,123)
#50606E
(80,96,110)
#475461
(71,84,97)
#3E4854
(62,72,84)
#353C47
(53,60,71)
#2C303A
(44,48,58)
#23242D
(35,36,45)
#1A1820
(26,24,32)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #6B8495

#6B8495
(107,132,149)
#788F9E
(120,143,158)
#859AA7
(133,154,167)
#92A5B0
(146,165,176)
#9FB0B9
(159,176,185)
#ACBBC2
(172,187,194)
#B9C6CB
(185,198,203)
#C6D1D4
(198,209,212)
#D3DCDD
(211,220,221)
#E0E7E6
(224,231,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8495 color. Also use rgb(107,132,149) instead hex code.

Text Font Color

.myTextColor { color: #6B8495; }

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

This text font color is #6B8495.


Background Color

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

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

This div background color is #6B8495.


Border color

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

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

This div border color is #6B8495.


Opacity

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

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

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

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

This text has shadow with #6B8495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8495 on black background.


Color preview on white background

This text has color #6B8495 on white background.



Black color preview on #6B8495 background

This text has black color on #6B8495 background.


White color preview on #6B8495 background

This text has white color on #6B8495 background.