COLOR #6B7C89

HEX: #6B7C89
RGB: (107,124,137)

Color info

#6B7C89 contains red, green and blue colors in about the same proportion. Web safe color of #6B7C89 is #666699 (or #669).

RGB color model

#6B7C89 color RGB value is (107,124,137).

  • red value is 107;
  • green value is 124;
  • blue value is 137.
RGB:
(107,124,137)
(42%,49%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 137 of 255 = 54%

107
124
137

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

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 137 = 368 (100%)
R 107 of 368 ~ 29.08%
G 124 of 368 ~ 33.7%
B 137 of 368 ~ 37.23%

%29.08
%33.7
%37.23

CMYK color model

#6B7C89 color CMYK value is (22,9,0,46).

  • cyan value is 21.90%
  • magenta value is 9.49%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(22,9,0,46)
C22M9Y0K46 
(22%,9%,0%,46%)
(0.22/0.09/0.00/0.46)	

CMYK percentages

%21.9
%9.49
%0
%46.27

Codes

Color #6B7C89 in popluar color models

6B7C89
RGB107124137
HSL206°12.30%47.84%
HSB/HSV206°21.90%53.73%
CMYK21.90%9.49%0.00%
46.27%

Color #6B7C89 in popluar number systems.

HEX6B7C89
Decimal107124137
Binary1101011111110010001001
Octal153174211

Shades and tints

Shades of #6B7C89

#6B7C89
(107,124,137)
#62717D
(98,113,125)
#596671
(89,102,113)
#505B65
(80,91,101)
#475059
(71,80,89)
#3E454D
(62,69,77)
#353A41
(53,58,65)
#2C2F35
(44,47,53)
#232429
(35,36,41)
#1A191D
(26,25,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #6B7C89

#6B7C89
(107,124,137)
#788793
(120,135,147)
#85929D
(133,146,157)
#929DA7
(146,157,167)
#9FA8B1
(159,168,177)
#ACB3BB
(172,179,187)
#B9BEC5
(185,190,197)
#C6C9CF
(198,201,207)
#D3D4D9
(211,212,217)
#E0DFE3
(224,223,227)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7C89 color. Also use rgb(107,124,137) instead hex code.

Text Font Color

.myTextColor { color: #6B7C89; }

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

This text font color is #6B7C89.


Background Color

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

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

This div background color is #6B7C89.


Border color

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

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

This div border color is #6B7C89.


Opacity

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

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

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

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

This text has shadow with #6B7C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7C89 on black background.


Color preview on white background

This text has color #6B7C89 on white background.



Black color preview on #6B7C89 background

This text has black color on #6B7C89 background.


White color preview on #6B7C89 background

This text has white color on #6B7C89 background.