COLOR #6B8295

HEX: #6B8295
RGB: (107,130,149)

Color info

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

RGB color model

#6B8295 color RGB value is (107,130,149).

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

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 149 of 255 = 58%

107
130
149

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

Portions of RGB colors in percentages

R + G + B =
107 + 130 + 149 = 386 (100%)
R 107 of 386 ~ 27.72%
G 130 of 386 ~ 33.68%
B 149 of 386 ~ 38.6%

%27.72
%33.68
%38.6

CMYK color model

#6B8295 color CMYK value is (28,13,0,42).

  • cyan value is 28.19%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,13,0,42)
C28M13Y0K42 
(28%,13%,0%,42%)
(0.28/0.13/0.00/0.42)	

CMYK percentages

%28.19
%12.75
%0
%41.57

Codes

Color #6B8295 in popluar color models

6B8295
RGB107130149
HSL207°16.54%50.20%
HSB/HSV207°28.19%58.43%
CMYK28.19%12.75%0.00%
41.57%

Color #6B8295 in popluar number systems.

HEX6B8295
Decimal107130149
Binary11010111000001010010101
Octal153202225

Shades and tints

Shades of #6B8295

#6B8295
(107,130,149)
#627788
(98,119,136)
#596C7B
(89,108,123)
#50616E
(80,97,110)
#475661
(71,86,97)
#3E4B54
(62,75,84)
#354047
(53,64,71)
#2C353A
(44,53,58)
#232A2D
(35,42,45)
#1A1F20
(26,31,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #6B8295

#6B8295
(107,130,149)
#788D9E
(120,141,158)
#8598A7
(133,152,167)
#92A3B0
(146,163,176)
#9FAEB9
(159,174,185)
#ACB9C2
(172,185,194)
#B9C4CB
(185,196,203)
#C6CFD4
(198,207,212)
#D3DADD
(211,218,221)
#E0E5E6
(224,229,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8295; }

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

This text font color is #6B8295.


Background Color

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

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

This div background color is #6B8295.


Border color

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

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

This div border color is #6B8295.


Opacity

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

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

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

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

This text has shadow with #6B8295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8295 on black background.


Color preview on white background

This text has color #6B8295 on white background.



Black color preview on #6B8295 background

This text has black color on #6B8295 background.


White color preview on #6B8295 background

This text has white color on #6B8295 background.