COLOR #6B6AB3

HEX: #6B6AB3
RGB: (107,106,179)

Color info

#6B6AB3 contains mainly blue color. Web safe color of #6B6AB3 is #666699 (or #669).

RGB color model

#6B6AB3 color RGB value is (107,106,179).

  • red value is 107;
  • green value is 106;
  • blue value is 179.
RGB:
(107,106,179)
(42%,42%,70%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 179 of 255 = 70%

107
106
179

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

Portions of RGB colors in percentages

R + G + B =
107 + 106 + 179 = 392 (100%)
R 107 of 392 ~ 27.3%
G 106 of 392 ~ 27.04%
B 179 of 392 ~ 45.66%

%27.3
%27.04
%45.66

CMYK color model

#6B6AB3 color CMYK value is (40,41,0,30).

  • cyan value is 40.22%
  • magenta value is 40.78%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(40,41,0,30)
C40M41Y0K30 
(40%,41%,0%,30%)
(0.40/0.41/0.00/0.30)	

CMYK percentages

%40.22
%40.78
%0
%29.8

Codes

Color #6B6AB3 in popluar color models

6B6AB3
RGB107106179
HSL241°32.44%55.88%
HSB/HSV241°40.78%70.20%
CMYK40.22%40.78%0.00%
29.80%

Color #6B6AB3 in popluar number systems.

HEX6B6AB3
Decimal107106179
Binary1101011110101010110011
Octal153152263

Shades and tints

Shades of #6B6AB3

#6B6AB3
(107,106,179)
#6261A3
(98,97,163)
#595893
(89,88,147)
#504F83
(80,79,131)
#474673
(71,70,115)
#3E3D63
(62,61,99)
#353453
(53,52,83)
#2C2B43
(44,43,67)
#232233
(35,34,51)
#1A1923
(26,25,35)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #6B6AB3

#6B6AB3
(107,106,179)
#7877B9
(120,119,185)
#8584BF
(133,132,191)
#9291C5
(146,145,197)
#9F9ECB
(159,158,203)
#ACABD1
(172,171,209)
#B9B8D7
(185,184,215)
#C6C5DD
(198,197,221)
#D3D2E3
(211,210,227)
#E0DFE9
(224,223,233)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6AB3; }

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

This text font color is #6B6AB3.


Background Color

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

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

This div background color is #6B6AB3.


Border color

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

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

This div border color is #6B6AB3.


Opacity

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

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

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

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

This text has shadow with #6B6AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6AB3 on black background.


Color preview on white background

This text has color #6B6AB3 on white background.



Black color preview on #6B6AB3 background

This text has black color on #6B6AB3 background.


White color preview on #6B6AB3 background

This text has white color on #6B6AB3 background.