COLOR #6B629D

HEX: #6B629D
RGB: (107,98,157)

Color info

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

RGB color model

#6B629D color RGB value is (107,98,157).

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

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 157 of 255 = 62%

107
98
157

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 157 = 362 (100%)
R 107 of 362 ~ 29.56%
G 98 of 362 ~ 27.07%
B 157 of 362 ~ 43.37%

%29.56
%27.07
%43.37

CMYK color model

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

  • cyan value is 31.85%
  • magenta value is 37.58%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,38,0,38)
C32M38Y0K38 
(32%,38%,0%,38%)
(0.32/0.38/0.00/0.38)	

CMYK percentages

%31.85
%37.58
%0
%38.43

Codes

Color #6B629D in popluar color models

6B629D
RGB10798157
HSL249°23.14%50.00%
HSB/HSV249°37.58%61.57%
CMYK31.85%37.58%0.00%
38.43%

Color #6B629D in popluar number systems.

HEX6B629D
Decimal10798157
Binary1101011110001010011101
Octal153142235

Shades and tints

Shades of #6B629D

#6B629D
(107,98,157)
#625A8F
(98,90,143)
#595281
(89,82,129)
#504A73
(80,74,115)
#474265
(71,66,101)
#3E3A57
(62,58,87)
#353249
(53,50,73)
#2C2A3B
(44,42,59)
#23222D
(35,34,45)
#1A1A1F
(26,26,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #6B629D

#6B629D
(107,98,157)
#7870A5
(120,112,165)
#857EAD
(133,126,173)
#928CB5
(146,140,181)
#9F9ABD
(159,154,189)
#ACA8C5
(172,168,197)
#B9B6CD
(185,182,205)
#C6C4D5
(198,196,213)
#D3D2DD
(211,210,221)
#E0E0E5
(224,224,229)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B629D; }

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

This text font color is #6B629D.


Background Color

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

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

This div background color is #6B629D.


Border color

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

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

This div border color is #6B629D.


Opacity

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

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

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

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

This text has shadow with #6B629D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B629D on black background.


Color preview on white background

This text has color #6B629D on white background.



Black color preview on #6B629D background

This text has black color on #6B629D background.


White color preview on #6B629D background

This text has white color on #6B629D background.