COLOR #6B6BAF

HEX: #6B6BAF
RGB: (107,107,175)

Color info

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

RGB color model

#6B6BAF color RGB value is (107,107,175).

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

RGB channels and saturation

R 107 of 255 = 42%
G 107 of 255 = 42%
B 175 of 255 = 69%

107
107
175

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

Portions of RGB colors in percentages

R + G + B =
107 + 107 + 175 = 389 (100%)
R 107 of 389 ~ 27.51%
G 107 of 389 ~ 27.51%
B 175 of 389 ~ 44.99%

%27.51
%27.51
%44.99

CMYK color model

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

  • cyan value is 38.86%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(39,39,0,31)
C39M39Y0K31 
(39%,39%,0%,31%)
(0.39/0.39/0.00/0.31)	

CMYK percentages

%38.86
%38.86
%0
%31.37

Codes

Color #6B6BAF in popluar color models

6B6BAF
RGB107107175
HSL240°29.82%55.29%
HSB/HSV240°38.86%68.63%
CMYK38.86%38.86%0.00%
31.37%

Color #6B6BAF in popluar number systems.

HEX6B6BAF
Decimal107107175
Binary1101011110101110101111
Octal153153257

Shades and tints

Shades of #6B6BAF

#6B6BAF
(107,107,175)
#6262A0
(98,98,160)
#595991
(89,89,145)
#505082
(80,80,130)
#474773
(71,71,115)
#3E3E64
(62,62,100)
#353555
(53,53,85)
#2C2C46
(44,44,70)
#232337
(35,35,55)
#1A1A28
(26,26,40)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #6B6BAF

#6B6BAF
(107,107,175)
#7878B6
(120,120,182)
#8585BD
(133,133,189)
#9292C4
(146,146,196)
#9F9FCB
(159,159,203)
#ACACD2
(172,172,210)
#B9B9D9
(185,185,217)
#C6C6E0
(198,198,224)
#D3D3E7
(211,211,231)
#E0E0EE
(224,224,238)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6BAF; }

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

This text font color is #6B6BAF.


Background Color

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

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

This div background color is #6B6BAF.


Border color

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

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

This div border color is #6B6BAF.


Opacity

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

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

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

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

This text has shadow with #6B6BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6BAF on black background.


Color preview on white background

This text has color #6B6BAF on white background.



Black color preview on #6B6BAF background

This text has black color on #6B6BAF background.


White color preview on #6B6BAF background

This text has white color on #6B6BAF background.