COLOR #6B7F94

HEX: #6B7F94 RGB: (107,127,148)

Color info

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

RGB color model

#6B7F94 color RGB value is (107,127,148).

RGB: (107,127,148) (42%, 50%, 58%)

RGB channels and saturation

R 107 of 255 = 42%
G 127 of 255 = 50%
B 148 of 255 = 58%

107
127
148

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

Portions of RGB colors in percentages

R + G + B = 107 + 127 + 148 = 382 (100%)
R 107 of 382 ~ 28.01%
G 127 of 382 ~ 33.25%
B 148 of 382 ~ 38.74'%

%28.01
%33.25
%38.74

CMYK color model

#6B7F94 color CMYK value is (28,14,0,42).

  • cyan value is 27.70%
  • magenta value is 14.19%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (28,14,0,42)
C28M14Y0K42 (28%, 14%, 0%, 42%)
(0.28 / 0.14 / 0.00 / 0.42)

CMYK percentages

%27.7
%14.19
%0
%41.96

Codes

Color #6B7F94 in popluar color models

6B 7F 94
RGB 107 127 148
HSL 211° 16.08% 50.00%
HSB/HSV 211° 27.70% 58.04%
CMYK 27.70% 14.19% 0.00%
41.96%

Color #6B7F94 in popluar number systems.

HEX 6B 7F 94
Decimal 107 127 148
Binary 1101011 1111111 10010100
Octal 153 177 224

Shades and tints

Shades of #6B7F94

#6B7F94
(107,127,148)
#627487
(98,116,135)
#59697A
(89,105,122)
#505E6D
(80,94,109)
#475360
(71,83,96)
#3E4853
(62,72,83)
#353D46
(53,61,70)
#2C3239
(44,50,57)
#23272C
(35,39,44)
#1A1C1F
(26,28,31)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6B7F94

#6B7F94
(107,127,148)
#788A9D
(120,138,157)
#8595A6
(133,149,166)
#92A0AF
(146,160,175)
#9FABB8
(159,171,184)
#ACB6C1
(172,182,193)
#B9C1CA
(185,193,202)
#C6CCD3
(198,204,211)
#D3D7DC
(211,215,220)
#E0E2E5
(224,226,229)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7F94 color. Also use rgb(107,127,148) instead hex code.

Text Font Color

.myTextColor { color: #6B7F94; }

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

This text font color is #6B7F94.

Background Color

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

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

This div background color is #6B7F94.

Border color

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

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

This div border color is #6B7F94.

Opacity

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

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

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

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

This text has shadow with #6B7F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7F94.

Preview

Color preview on black background

This text has color #6B7F94 on black background.


Color preview on white background

This text has color #6B7F94 on white background.


Black color preview on #6B7F94 background

This text has black color on #6B7F94 background.


White color preview on #6B7F94 background

This text has white color on #6B7F94 background.


Related colors

Complementary color

Complementary color for #hex is #94806B.


I love getcolorcode.com

Triadic colors

1 #946B7F and #7F946B with #6B7F94 are triadic colors.

2 #947F6B and #7F6B94 with #6B7F94 are triadic colors.