COLOR #6B639D

HEX: #6B639D
RGB: (107,99,157)

Color info

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

RGB color model

#6B639D color RGB value is (107,99,157).

  • red value is 107;
  • green value is 99;
  • blue value is 157.
RGB:
(107,99,157)
(42%,39%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 157 of 255 = 62%

107
99
157

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 157 = 363 (100%)
R 107 of 363 ~ 29.48%
G 99 of 363 ~ 27.27%
B 157 of 363 ~ 43.25%

%29.48
%27.27
%43.25

CMYK color model

#6B639D color CMYK value is (32,37,0,38).

  • cyan value is 31.85%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,37,0,38)
C32M37Y0K38 
(32%,37%,0%,38%)
(0.32/0.37/0.00/0.38)	

CMYK percentages

%31.85
%36.94
%0
%38.43

Codes

Color #6B639D in popluar color models

6B639D
RGB10799157
HSL248°22.83%50.20%
HSB/HSV248°36.94%61.57%
CMYK31.85%36.94%0.00%
38.43%

Color #6B639D in popluar number systems.

HEX6B639D
Decimal10799157
Binary1101011110001110011101
Octal153143235

Shades and tints

Shades of #6B639D

#6B639D
(107,99,157)
#625A8F
(98,90,143)
#595181
(89,81,129)
#504873
(80,72,115)
#473F65
(71,63,101)
#3E3657
(62,54,87)
#352D49
(53,45,73)
#2C243B
(44,36,59)
#231B2D
(35,27,45)
#1A121F
(26,18,31)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B639D

#6B639D
(107,99,157)
#7871A5
(120,113,165)
#857FAD
(133,127,173)
#928DB5
(146,141,181)
#9F9BBD
(159,155,189)
#ACA9C5
(172,169,197)
#B9B7CD
(185,183,205)
#C6C5D5
(198,197,213)
#D3D3DD
(211,211,221)
#E0E1E5
(224,225,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B639D; }

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

This text font color is #6B639D.


Background Color

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

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

This div background color is #6B639D.


Border color

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

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

This div border color is #6B639D.


Opacity

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

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

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

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

This text has shadow with #6B639D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B639D on black background.


Color preview on white background

This text has color #6B639D on white background.



Black color preview on #6B639D background

This text has black color on #6B639D background.


White color preview on #6B639D background

This text has white color on #6B639D background.