COLOR #6B6B96

HEX: #6B6B96
RGB: (107,107,150)

Color info

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

RGB color model

#6B6B96 color RGB value is (107,107,150).

  • red value is 107;
  • green value is 107;
  • blue value is 150.
RGB:
(107,107,150)
(42%,42%,59%)

RGB channels and saturation

R 107 of 255 = 42%
G 107 of 255 = 42%
B 150 of 255 = 59%

107
107
150

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

Portions of RGB colors in percentages

R + G + B =
107 + 107 + 150 = 364 (100%)
R 107 of 364 ~ 29.4%
G 107 of 364 ~ 29.4%
B 150 of 364 ~ 41.21%

%29.4
%29.4
%41.21

CMYK color model

#6B6B96 color CMYK value is (29,29,0,41).

  • cyan value is 28.67%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(29,29,0,41)
C29M29Y0K41 
(29%,29%,0%,41%)
(0.29/0.29/0.00/0.41)	

CMYK percentages

%28.67
%28.67
%0
%41.18

Codes

Color #6B6B96 in popluar color models

6B6B96
RGB107107150
HSL240°17.00%50.39%
HSB/HSV240°28.67%58.82%
CMYK28.67%28.67%0.00%
41.18%

Color #6B6B96 in popluar number systems.

HEX6B6B96
Decimal107107150
Binary1101011110101110010110
Octal153153226

Shades and tints

Shades of #6B6B96

#6B6B96
(107,107,150)
#626289
(98,98,137)
#59597C
(89,89,124)
#50506F
(80,80,111)
#474762
(71,71,98)
#3E3E55
(62,62,85)
#353548
(53,53,72)
#2C2C3B
(44,44,59)
#23232E
(35,35,46)
#1A1A21
(26,26,33)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #6B6B96

#6B6B96
(107,107,150)
#78789F
(120,120,159)
#8585A8
(133,133,168)
#9292B1
(146,146,177)
#9F9FBA
(159,159,186)
#ACACC3
(172,172,195)
#B9B9CC
(185,185,204)
#C6C6D5
(198,198,213)
#D3D3DE
(211,211,222)
#E0E0E7
(224,224,231)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6B96; }

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

This text font color is #6B6B96.


Background Color

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

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

This div background color is #6B6B96.


Border color

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

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

This div border color is #6B6B96.


Opacity

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

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

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

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

This text has shadow with #6B6B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6B96 on black background.


Color preview on white background

This text has color #6B6B96 on white background.



Black color preview on #6B6B96 background

This text has black color on #6B6B96 background.


White color preview on #6B6B96 background

This text has white color on #6B6B96 background.