COLOR #6B8398

HEX: #6B8398
RGB: (107,131,152)

Color info

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

RGB color model

#6B8398 color RGB value is (107,131,152).

  • red value is 107;
  • green value is 131;
  • blue value is 152.
RGB:
(107,131,152)
(42%,51%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 131 of 255 = 51%
B 152 of 255 = 60%

107
131
152

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

Portions of RGB colors in percentages

R + G + B =
107 + 131 + 152 = 390 (100%)
R 107 of 390 ~ 27.44%
G 131 of 390 ~ 33.59%
B 152 of 390 ~ 38.97%

%27.44
%33.59
%38.97

CMYK color model

#6B8398 color CMYK value is (30,14,0,40).

  • cyan value is 29.61%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(30,14,0,40)
C30M14Y0K40 
(30%,14%,0%,40%)
(0.30/0.14/0.00/0.40)	

CMYK percentages

%29.61
%13.82
%0
%40.39

Codes

Color #6B8398 in popluar color models

6B8398
RGB107131152
HSL208°17.93%50.78%
HSB/HSV208°29.61%59.61%
CMYK29.61%13.82%0.00%
40.39%

Color #6B8398 in popluar number systems.

HEX6B8398
Decimal107131152
Binary11010111000001110011000
Octal153203230

Shades and tints

Shades of #6B8398

#6B8398
(107,131,152)
#62788B
(98,120,139)
#596D7E
(89,109,126)
#506271
(80,98,113)
#475764
(71,87,100)
#3E4C57
(62,76,87)
#35414A
(53,65,74)
#2C363D
(44,54,61)
#232B30
(35,43,48)
#1A2023
(26,32,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #6B8398

#6B8398
(107,131,152)
#788EA1
(120,142,161)
#8599AA
(133,153,170)
#92A4B3
(146,164,179)
#9FAFBC
(159,175,188)
#ACBAC5
(172,186,197)
#B9C5CE
(185,197,206)
#C6D0D7
(198,208,215)
#D3DBE0
(211,219,224)
#E0E6E9
(224,230,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8398 color. Also use rgb(107,131,152) instead hex code.

Text Font Color

.myTextColor { color: #6B8398; }

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

This text font color is #6B8398.


Background Color

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

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

This div background color is #6B8398.


Border color

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

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

This div border color is #6B8398.


Opacity

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

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

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

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

This text has shadow with #6B8398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8398 on black background.


Color preview on white background

This text has color #6B8398 on white background.



Black color preview on #6B8398 background

This text has black color on #6B8398 background.


White color preview on #6B8398 background

This text has white color on #6B8398 background.