COLOR #6B6B84

HEX: #6B6B84 RGB: (107,107,132)

Color info

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

RGB color model

#6B6B84 color RGB value is (107,107,132).

RGB: (107,107,132) (42%, 42%, 52%)

RGB channels and saturation

R 107 of 255 = 42%
G 107 of 255 = 42%
B 132 of 255 = 52%

107
107
132

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

Portions of RGB colors in percentages

R + G + B = 107 + 107 + 132 = 346 (100%)
R 107 of 346 ~ 30.92%
G 107 of 346 ~ 30.92%
B 132 of 346 ~ 38.15'%

%30.92
%30.92
%38.15

CMYK color model

#6B6B84 color CMYK value is (19,19,0,48).

  • cyan value is 18.94%
  • magenta value is 18.94%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (19,19,0,48)
C19M19Y0K48 (19%, 19%, 0%, 48%)
(0.19 / 0.19 / 0.00 / 0.48)

CMYK percentages

%18.94
%18.94
%0
%48.24

Codes

Color #6B6B84 in popluar color models

6B 6B 84
RGB 107 107 132
HSL 240° 10.46% 46.86%
HSB/HSV 240° 18.94% 51.76%
CMYK 18.94% 18.94% 0.00%
48.24%

Color #6B6B84 in popluar number systems.

HEX 6B 6B 84
Decimal 107 107 132
Binary 1101011 1101011 10000100
Octal 153 153 204

Shades and tints

Shades of #6B6B84

#6B6B84
(107,107,132)
#626278
(98,98,120)
#59596C
(89,89,108)
#505060
(80,80,96)
#474754
(71,71,84)
#3E3E48
(62,62,72)
#35353C
(53,53,60)
#2C2C30
(44,44,48)
#232324
(35,35,36)
#1A1A18
(26,26,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #6B6B84

#6B6B84
(107,107,132)
#78788F
(120,120,143)
#85859A
(133,133,154)
#9292A5
(146,146,165)
#9F9FB0
(159,159,176)
#ACACBB
(172,172,187)
#B9B9C6
(185,185,198)
#C6C6D1
(198,198,209)
#D3D3DC
(211,211,220)
#E0E0E7
(224,224,231)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6B84; }

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

This text font color is #6B6B84.

Background Color

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

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

This div background color is #6B6B84.

Border color

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

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

This div border color is #6B6B84.

Opacity

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

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

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

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

This text has shadow with #6B6B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6B84.

Preview

Color preview on black background

This text has color #6B6B84 on black background.


Color preview on white background

This text has color #6B6B84 on white background.


Black color preview on #6B6B84 background

This text has black color on #6B6B84 background.


White color preview on #6B6B84 background

This text has white color on #6B6B84 background.


Related colors

Complementary color

Complementary color for #hex is #94947B.


I love getcolorcode.com