COLOR #6B7681

HEX: #6B7681
RGB: (107,118,129)

Color info

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

RGB color model

#6B7681 color RGB value is (107,118,129).

  • red value is 107;
  • green value is 118;
  • blue value is 129.
RGB:
(107,118,129)
(42%,46%,51%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 129 of 255 = 51%

107
118
129

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

Portions of RGB colors in percentages

R + G + B =
107 + 118 + 129 = 354 (100%)
R 107 of 354 ~ 30.23%
G 118 of 354 ~ 33.33%
B 129 of 354 ~ 36.44%

%30.23
%33.33
%36.44

CMYK color model

#6B7681 color CMYK value is (17,9,0,49).

  • cyan value is 17.05%
  • magenta value is 8.53%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(17,9,0,49)
C17M9Y0K49 
(17%,9%,0%,49%)
(0.17/0.09/0.00/0.49)	

CMYK percentages

%17.05
%8.53
%0
%49.41

Codes

Color #6B7681 in popluar color models

6B7681
RGB107118129
HSL210°9.32%46.27%
HSB/HSV210°17.05%50.59%
CMYK17.05%8.53%0.00%
49.41%

Color #6B7681 in popluar number systems.

HEX6B7681
Decimal107118129
Binary1101011111011010000001
Octal153166201

Shades and tints

Shades of #6B7681

#6B7681
(107,118,129)
#626C76
(98,108,118)
#59626B
(89,98,107)
#505860
(80,88,96)
#474E55
(71,78,85)
#3E444A
(62,68,74)
#353A3F
(53,58,63)
#2C3034
(44,48,52)
#232629
(35,38,41)
#1A1C1E
(26,28,30)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #6B7681

#6B7681
(107,118,129)
#78828C
(120,130,140)
#858E97
(133,142,151)
#929AA2
(146,154,162)
#9FA6AD
(159,166,173)
#ACB2B8
(172,178,184)
#B9BEC3
(185,190,195)
#C6CACE
(198,202,206)
#D3D6D9
(211,214,217)
#E0E2E4
(224,226,228)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7681 color. Also use rgb(107,118,129) instead hex code.

Text Font Color

.myTextColor { color: #6B7681; }

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

This text font color is #6B7681.


Background Color

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

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

This div background color is #6B7681.


Border color

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

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

This div border color is #6B7681.


Opacity

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

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

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

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

This text has shadow with #6B7681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7681 on black background.


Color preview on white background

This text has color #6B7681 on white background.



Black color preview on #6B7681 background

This text has black color on #6B7681 background.


White color preview on #6B7681 background

This text has white color on #6B7681 background.