COLOR #6B709B

HEX: #6B709B
RGB: (107,112,155)

Color info

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

RGB color model

#6B709B color RGB value is (107,112,155).

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

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 155 of 255 = 61%

107
112
155

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

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 155 = 374 (100%)
R 107 of 374 ~ 28.61%
G 112 of 374 ~ 29.95%
B 155 of 374 ~ 41.44%

%28.61
%29.95
%41.44

CMYK color model

#6B709B color CMYK value is (31,28,0,39).

  • cyan value is 30.97%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(31,28,0,39)
C31M28Y0K39 
(31%,28%,0%,39%)
(0.31/0.28/0.00/0.39)	

CMYK percentages

%30.97
%27.74
%0
%39.22

Codes

Color #6B709B in popluar color models

6B709B
RGB107112155
HSL234°19.35%51.37%
HSB/HSV234°30.97%60.78%
CMYK30.97%27.74%0.00%
39.22%

Color #6B709B in popluar number systems.

HEX6B709B
Decimal107112155
Binary1101011111000010011011
Octal153160233

Shades and tints

Shades of #6B709B

#6B709B
(107,112,155)
#62668D
(98,102,141)
#595C7F
(89,92,127)
#505271
(80,82,113)
#474863
(71,72,99)
#3E3E55
(62,62,85)
#353447
(53,52,71)
#2C2A39
(44,42,57)
#23202B
(35,32,43)
#1A161D
(26,22,29)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B709B

#6B709B
(107,112,155)
#787DA4
(120,125,164)
#858AAD
(133,138,173)
#9297B6
(146,151,182)
#9FA4BF
(159,164,191)
#ACB1C8
(172,177,200)
#B9BED1
(185,190,209)
#C6CBDA
(198,203,218)
#D3D8E3
(211,216,227)
#E0E5EC
(224,229,236)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B709B; }

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

This text font color is #6B709B.


Background Color

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

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

This div background color is #6B709B.


Border color

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

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

This div border color is #6B709B.


Opacity

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

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

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

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

This text has shadow with #6B709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B709B on black background.


Color preview on white background

This text has color #6B709B on white background.



Black color preview on #6B709B background

This text has black color on #6B709B background.


White color preview on #6B709B background

This text has white color on #6B709B background.