COLOR #6B728D

HEX: #6B728D RGB: (107,114,141)

Color info

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

RGB color model

#6B728D color RGB value is (107,114,141).

RGB: (107,114,141) (42%, 45%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 141 of 255 = 55%

107
114
141

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

Portions of RGB colors in percentages

R + G + B = 107 + 114 + 141 = 362 (100%)
R 107 of 362 ~ 29.56%
G 114 of 362 ~ 31.49%
B 141 of 362 ~ 38.95'%

%29.56
%31.49
%38.95

CMYK color model

#6B728D color CMYK value is (24,19,0,45).

  • cyan value is 24.11%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (24,19,0,45)
C24M19Y0K45 (24%, 19%, 0%, 45%)
(0.24 / 0.19 / 0.00 / 0.45)

CMYK percentages

%24.11
%19.15
%0
%44.71

Codes

Color #6B728D in popluar color models

6B 72 8D
RGB 107 114 141
HSL 228° 13.71% 48.63%
HSB/HSV 228° 24.11% 55.29%
CMYK 24.11% 19.15% 0.00%
44.71%

Color #6B728D in popluar number systems.

HEX 6B 72 8D
Decimal 107 114 141
Binary 1101011 1110010 10001101
Octal 153 162 215

Shades and tints

Shades of #6B728D

#6B728D
(107,114,141)
#626881
(98,104,129)
#595E75
(89,94,117)
#505469
(80,84,105)
#474A5D
(71,74,93)
#3E4051
(62,64,81)
#353645
(53,54,69)
#2C2C39
(44,44,57)
#23222D
(35,34,45)
#1A1821
(26,24,33)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #6B728D

#6B728D
(107,114,141)
#787E97
(120,126,151)
#858AA1
(133,138,161)
#9296AB
(146,150,171)
#9FA2B5
(159,162,181)
#ACAEBF
(172,174,191)
#B9BAC9
(185,186,201)
#C6C6D3
(198,198,211)
#D3D2DD
(211,210,221)
#E0DEE7
(224,222,231)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B728D color. Also use rgb(107,114,141) instead hex code.

Text Font Color

.myTextColor { color: #6B728D; }

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

This text font color is #6B728D.

Background Color

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

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

This div background color is #6B728D.

Border color

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

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

This div border color is #6B728D.

Opacity

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

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

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

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

This text has shadow with #6B728D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B728D.

Preview

Color preview on black background

This text has color #6B728D on black background.


Color preview on white background

This text has color #6B728D on white background.


Black color preview on #6B728D background

This text has black color on #6B728D background.


White color preview on #6B728D background

This text has white color on #6B728D background.


Related colors

Complementary color

Complementary color for #hex is #948D72.


I love getcolorcode.com

Triadic colors

1 #8D6B72 and #728D6B with #6B728D are triadic colors.

2 #8D726B and #726B8D with #6B728D are triadic colors.