COLOR #6B638F

HEX: #6B638F
RGB: (107,99,143)

Color info

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

RGB color model

#6B638F color RGB value is (107,99,143).

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

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 143 of 255 = 56%

107
99
143

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 143 = 349 (100%)
R 107 of 349 ~ 30.66%
G 99 of 349 ~ 28.37%
B 143 of 349 ~ 40.97%

%30.66
%28.37
%40.97

CMYK color model

#6B638F color CMYK value is (25,31,0,44).

  • cyan value is 25.17%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(25,31,0,44)
C25M31Y0K44 
(25%,31%,0%,44%)
(0.25/0.31/0.00/0.44)	

CMYK percentages

%25.17
%30.77
%0
%43.92

Codes

Color #6B638F in popluar color models

6B638F
RGB10799143
HSL251°18.18%47.45%
HSB/HSV251°30.77%56.08%
CMYK25.17%30.77%0.00%
43.92%

Color #6B638F in popluar number systems.

HEX6B638F
Decimal10799143
Binary1101011110001110001111
Octal153143217

Shades and tints

Shades of #6B638F

#6B638F
(107,99,143)
#625A82
(98,90,130)
#595175
(89,81,117)
#504868
(80,72,104)
#473F5B
(71,63,91)
#3E364E
(62,54,78)
#352D41
(53,45,65)
#2C2434
(44,36,52)
#231B27
(35,27,39)
#1A121A
(26,18,26)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #6B638F

#6B638F
(107,99,143)
#787199
(120,113,153)
#857FA3
(133,127,163)
#928DAD
(146,141,173)
#9F9BB7
(159,155,183)
#ACA9C1
(172,169,193)
#B9B7CB
(185,183,203)
#C6C5D5
(198,197,213)
#D3D3DF
(211,211,223)
#E0E1E9
(224,225,233)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B638F; }

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

This text font color is #6B638F.


Background Color

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

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

This div background color is #6B638F.


Border color

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

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

This div border color is #6B638F.


Opacity

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

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

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

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

This text has shadow with #6B638F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B638F on black background.


Color preview on white background

This text has color #6B638F on white background.



Black color preview on #6B638F background

This text has black color on #6B638F background.


White color preview on #6B638F background

This text has white color on #6B638F background.