COLOR #6B6384

HEX: #6B6384 RGB: (107,99,132)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
99
132

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

Portions of RGB colors in percentages

R + G + B = 107 + 99 + 132 = 338 (100%)
R 107 of 338 ~ 31.66%
G 99 of 338 ~ 29.29%
B 132 of 338 ~ 39.05'%

%31.66
%29.29
%39.05

CMYK color model

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

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

CMYK: (19,25,0,48)
C19M25Y0K48 (19%, 25%, 0%, 48%)
(0.19 / 0.25 / 0.00 / 0.48)

CMYK percentages

%18.94
%25
%0
%48.24

Codes

Color #6B6384 in popluar color models

6B 63 84
RGB 107 99 132
HSL 255° 14.29% 45.29%
HSB/HSV 255° 25.00% 51.76%
CMYK 18.94% 25.00% 0.00%
48.24%

Color #6B6384 in popluar number systems.

HEX 6B 63 84
Decimal 107 99 132
Binary 1101011 1100011 10000100
Octal 153 143 204

Shades and tints

Shades of #6B6384

#6B6384
(107,99,132)
#625A78
(98,90,120)
#59516C
(89,81,108)
#504860
(80,72,96)
#473F54
(71,63,84)
#3E3648
(62,54,72)
#352D3C
(53,45,60)
#2C2430
(44,36,48)
#231B24
(35,27,36)
#1A1218
(26,18,24)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #6B6384

#6B6384
(107,99,132)
#78718F
(120,113,143)
#857F9A
(133,127,154)
#928DA5
(146,141,165)
#9F9BB0
(159,155,176)
#ACA9BB
(172,169,187)
#B9B7C6
(185,183,198)
#C6C5D1
(198,197,209)
#D3D3DC
(211,211,220)
#E0E1E7
(224,225,231)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6384; }

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

This text font color is #6B6384.

Background Color

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

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

This div background color is #6B6384.

Border color

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

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

This div border color is #6B6384.

Opacity

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

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

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

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

This text has shadow with #6B6384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6384.

Preview

Color preview on black background

This text has color #6B6384 on black background.


Color preview on white background

This text has color #6B6384 on white background.


Black color preview on #6B6384 background

This text has black color on #6B6384 background.


White color preview on #6B6384 background

This text has white color on #6B6384 background.


Related colors

Complementary color

Complementary color for #hex is #949C7B.


I love getcolorcode.com

Triadic colors

1 #846B63 and #63846B with #6B6384 are triadic colors.

2 #84636B and #636B84 with #6B6384 are triadic colors.