COLOR #6B7381

HEX: #6B7381 RGB: (107,115,129)

Color info

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

RGB color model

#6B7381 color RGB value is (107,115,129).

RGB: (107,115,129) (42%, 45%, 51%)

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 129 of 255 = 51%

107
115
129

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

Portions of RGB colors in percentages

R + G + B = 107 + 115 + 129 = 351 (100%)
R 107 of 351 ~ 30.48%
G 115 of 351 ~ 32.76%
B 129 of 351 ~ 36.75'%

%30.48
%32.76
%36.75

CMYK color model

#6B7381 color CMYK value is (17,11,0,49).

  • cyan value is 17.05%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (17,11,0,49) C17M11Y0K49 (17%,11%,0%,49%) (0.17/0.11/0.00/0.49) 

CMYK percentages

%17.05
%10.85
%0
%49.41

Codes

Color #6B7381 in popluar color models

6B 73 81
RGB 107 115 129
HSL 218° 9.32% 46.27%
HSB/HSV 218° 17.05% 50.59%
CMYK 17.05% 10.85% 0.00%
49.41%

Color #6B7381 in popluar number systems.

HEX 6B 73 81
Decimal 107 115 129
Binary 1101011 1110011 10000001
Octal 153 163 201

Shades and tints

Shades of #6B7381

#6B7381
(107,115,129)
#626976
(98,105,118)
#595F6B
(89,95,107)
#505560
(80,85,96)
#474B55
(71,75,85)
#3E414A
(62,65,74)
#35373F
(53,55,63)
#2C2D34
(44,45,52)
#232329
(35,35,41)
#1A191E
(26,25,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #6B7381

#6B7381
(107,115,129)
#787F8C
(120,127,140)
#858B97
(133,139,151)
#9297A2
(146,151,162)
#9FA3AD
(159,163,173)
#ACAFB8
(172,175,184)
#B9BBC3
(185,187,195)
#C6C7CE
(198,199,206)
#D3D3D9
(211,211,217)
#E0DFE4
(224,223,228)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7381; }

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

This text font color is #6B7381.

Background Color

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

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

This div background color is #6B7381.

Border color

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

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

This div border color is #6B7381.

Opacity

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

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

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

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

This text has shadow with #6B7381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7381.

Preview

Color preview on black background

This text has color #6B7381 on black background.


Color preview on white background

This text has color #6B7381 on white background.


Black color preview on #6B7381 background

This text has black color on #6B7381 background.


White color preview on #6B7381 background

This text has white color on #6B7381 background.


Related colors

Complementary color

Complementary color for #hex is #948C7E.


I love getcolorcode.com

Triadic colors

1 #816B73 and #73816B with #6B7381 are triadic colors.

2 #81736B and #736B81 with #6B7381 are triadic colors.