COLOR #6B6BA5

HEX: #6B6BA5
RGB: (107,107,165)

Color info

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

RGB color model

#6B6BA5 color RGB value is (107,107,165).

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

RGB channels and saturation

R 107 of 255 = 42%
G 107 of 255 = 42%
B 165 of 255 = 65%

107
107
165

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

Portions of RGB colors in percentages

R + G + B =
107 + 107 + 165 = 379 (100%)
R 107 of 379 ~ 28.23%
G 107 of 379 ~ 28.23%
B 165 of 379 ~ 43.54%

%28.23
%28.23
%43.54

CMYK color model

#6B6BA5 color CMYK value is (35,35,0,35).

  • cyan value is 35.15%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(35,35,0,35)
C35M35Y0K35 
(35%,35%,0%,35%)
(0.35/0.35/0.00/0.35)	

CMYK percentages

%35.15
%35.15
%0
%35.29

Codes

Color #6B6BA5 in popluar color models

6B6BA5
RGB107107165
HSL240°24.37%53.33%
HSB/HSV240°35.15%64.71%
CMYK35.15%35.15%0.00%
35.29%

Color #6B6BA5 in popluar number systems.

HEX6B6BA5
Decimal107107165
Binary1101011110101110100101
Octal153153245

Shades and tints

Shades of #6B6BA5

#6B6BA5
(107,107,165)
#626296
(98,98,150)
#595987
(89,89,135)
#505078
(80,80,120)
#474769
(71,71,105)
#3E3E5A
(62,62,90)
#35354B
(53,53,75)
#2C2C3C
(44,44,60)
#23232D
(35,35,45)
#1A1A1E
(26,26,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B6BA5

#6B6BA5
(107,107,165)
#7878AD
(120,120,173)
#8585B5
(133,133,181)
#9292BD
(146,146,189)
#9F9FC5
(159,159,197)
#ACACCD
(172,172,205)
#B9B9D5
(185,185,213)
#C6C6DD
(198,198,221)
#D3D3E5
(211,211,229)
#E0E0ED
(224,224,237)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6BA5; }

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

This text font color is #6B6BA5.


Background Color

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

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

This div background color is #6B6BA5.


Border color

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

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

This div border color is #6B6BA5.


Opacity

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

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

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

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

This text has shadow with #6B6BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6BA5 on black background.


Color preview on white background

This text has color #6B6BA5 on white background.



Black color preview on #6B6BA5 background

This text has black color on #6B6BA5 background.


White color preview on #6B6BA5 background

This text has white color on #6B6BA5 background.