COLOR #6B8492

HEX: #6B8492
RGB: (107,132,146)

Color info

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

RGB color model

#6B8492 color RGB value is (107,132,146).

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

RGB channels and saturation

R 107 of 255 = 42%
G 132 of 255 = 52%
B 146 of 255 = 57%

107
132
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 132 + 146 = 385 (100%)
R 107 of 385 ~ 27.79%
G 132 of 385 ~ 34.29%
B 146 of 385 ~ 37.92%

%27.79
%34.29
%37.92

CMYK color model

#6B8492 color CMYK value is (27,10,0,43).

  • cyan value is 26.71%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,10,0,43)
C27M10Y0K43 
(27%,10%,0%,43%)
(0.27/0.10/0.00/0.43)	

CMYK percentages

%26.71
%9.59
%0
%42.75

Codes

Color #6B8492 in popluar color models

6B8492
RGB107132146
HSL202°15.42%49.61%
HSB/HSV202°26.71%57.25%
CMYK26.71%9.59%0.00%
42.75%

Color #6B8492 in popluar number systems.

HEX6B8492
Decimal107132146
Binary11010111000010010010010
Octal153204222

Shades and tints

Shades of #6B8492

#6B8492
(107,132,146)
#627885
(98,120,133)
#596C78
(89,108,120)
#50606B
(80,96,107)
#47545E
(71,84,94)
#3E4851
(62,72,81)
#353C44
(53,60,68)
#2C3037
(44,48,55)
#23242A
(35,36,42)
#1A181D
(26,24,29)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #6B8492

#6B8492
(107,132,146)
#788F9B
(120,143,155)
#859AA4
(133,154,164)
#92A5AD
(146,165,173)
#9FB0B6
(159,176,182)
#ACBBBF
(172,187,191)
#B9C6C8
(185,198,200)
#C6D1D1
(198,209,209)
#D3DCDA
(211,220,218)
#E0E7E3
(224,231,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8492; }

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

This text font color is #6B8492.


Background Color

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

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

This div background color is #6B8492.


Border color

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

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

This div border color is #6B8492.


Opacity

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

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

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

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

This text has shadow with #6B8492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8492 on black background.


Color preview on white background

This text has color #6B8492 on white background.



Black color preview on #6B8492 background

This text has black color on #6B8492 background.


White color preview on #6B8492 background

This text has white color on #6B8492 background.