COLOR #6B708D

HEX: #6B708D
RGB: (107,112,141)

Color info

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

RGB color model

#6B708D color RGB value is (107,112,141).

  • red value is 107;
  • green value is 112;
  • blue value is 141.
RGB:
(107,112,141)
(42%,44%,55%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 141 of 255 = 55%

107
112
141

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

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 141 = 360 (100%)
R 107 of 360 ~ 29.72%
G 112 of 360 ~ 31.11%
B 141 of 360 ~ 39.17%

%29.72
%31.11
%39.17

CMYK color model

#6B708D color CMYK value is (24,21,0,45).

  • cyan value is 24.11%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(24,21,0,45)
C24M21Y0K45 
(24%,21%,0%,45%)
(0.24/0.21/0.00/0.45)	

CMYK percentages

%24.11
%20.57
%0
%44.71

Codes

Color #6B708D in popluar color models

6B708D
RGB107112141
HSL231°13.71%48.63%
HSB/HSV231°24.11%55.29%
CMYK24.11%20.57%0.00%
44.71%

Color #6B708D in popluar number systems.

HEX6B708D
Decimal107112141
Binary1101011111000010001101
Octal153160215

Shades and tints

Shades of #6B708D

#6B708D
(107,112,141)
#626681
(98,102,129)
#595C75
(89,92,117)
#505269
(80,82,105)
#47485D
(71,72,93)
#3E3E51
(62,62,81)
#353445
(53,52,69)
#2C2A39
(44,42,57)
#23202D
(35,32,45)
#1A1621
(26,22,33)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #6B708D

#6B708D
(107,112,141)
#787D97
(120,125,151)
#858AA1
(133,138,161)
#9297AB
(146,151,171)
#9FA4B5
(159,164,181)
#ACB1BF
(172,177,191)
#B9BEC9
(185,190,201)
#C6CBD3
(198,203,211)
#D3D8DD
(211,216,221)
#E0E5E7
(224,229,231)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B708D; }

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

This text font color is #6B708D.


Background Color

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

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

This div background color is #6B708D.


Border color

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

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

This div border color is #6B708D.


Opacity

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

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

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

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

This text has shadow with #6B708D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B708D on black background.


Color preview on white background

This text has color #6B708D on white background.



Black color preview on #6B708D background

This text has black color on #6B708D background.


White color preview on #6B708D background

This text has white color on #6B708D background.