COLOR #6B7785

HEX: #6B7785
RGB: (107,119,133)

Color info

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

RGB color model

#6B7785 color RGB value is (107,119,133).

  • red value is 107;
  • green value is 119;
  • blue value is 133.
RGB:
(107,119,133)
(42%,47%,52%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 133 of 255 = 52%

107
119
133

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 133 = 359 (100%)
R 107 of 359 ~ 29.81%
G 119 of 359 ~ 33.15%
B 133 of 359 ~ 37.05%

%29.81
%33.15
%37.05

CMYK color model

#6B7785 color CMYK value is (20,11,0,48).

  • cyan value is 19.55%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(20,11,0,48)
C20M11Y0K48 
(20%,11%,0%,48%)
(0.20/0.11/0.00/0.48)	

CMYK percentages

%19.55
%10.53
%0
%47.84

Codes

Color #6B7785 in popluar color models

6B7785
RGB107119133
HSL212°10.83%47.06%
HSB/HSV212°19.55%52.16%
CMYK19.55%10.53%0.00%
47.84%

Color #6B7785 in popluar number systems.

HEX6B7785
Decimal107119133
Binary1101011111011110000101
Octal153167205

Shades and tints

Shades of #6B7785

#6B7785
(107,119,133)
#626D79
(98,109,121)
#59636D
(89,99,109)
#505961
(80,89,97)
#474F55
(71,79,85)
#3E4549
(62,69,73)
#353B3D
(53,59,61)
#2C3131
(44,49,49)
#232725
(35,39,37)
#1A1D19
(26,29,25)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #6B7785

#6B7785
(107,119,133)
#788390
(120,131,144)
#858F9B
(133,143,155)
#929BA6
(146,155,166)
#9FA7B1
(159,167,177)
#ACB3BC
(172,179,188)
#B9BFC7
(185,191,199)
#C6CBD2
(198,203,210)
#D3D7DD
(211,215,221)
#E0E3E8
(224,227,232)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7785 color. Also use rgb(107,119,133) instead hex code.

Text Font Color

.myTextColor { color: #6B7785; }

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

This text font color is #6B7785.


Background Color

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

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

This div background color is #6B7785.


Border color

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

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

This div border color is #6B7785.


Opacity

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

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

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

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

This text has shadow with #6B7785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7785 on black background.


Color preview on white background

This text has color #6B7785 on white background.



Black color preview on #6B7785 background

This text has black color on #6B7785 background.


White color preview on #6B7785 background

This text has white color on #6B7785 background.