COLOR #6B628B

HEX: #6B628B
RGB: (107,98,139)

Color info

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

RGB color model

#6B628B color RGB value is (107,98,139).

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

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 139 of 255 = 55%

107
98
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 139 = 344 (100%)
R 107 of 344 ~ 31.1%
G 98 of 344 ~ 28.49%
B 139 of 344 ~ 40.41%

%31.1
%28.49
%40.41

CMYK color model

#6B628B color CMYK value is (23,29,0,45).

  • cyan value is 23.02%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(23,29,0,45)
C23M29Y0K45 
(23%,29%,0%,45%)
(0.23/0.29/0.00/0.45)	

CMYK percentages

%23.02
%29.5
%0
%45.49

Codes

Color #6B628B in popluar color models

6B628B
RGB10798139
HSL253°17.30%46.47%
HSB/HSV253°29.50%54.51%
CMYK23.02%29.50%0.00%
45.49%

Color #6B628B in popluar number systems.

HEX6B628B
Decimal10798139
Binary1101011110001010001011
Octal153142213

Shades and tints

Shades of #6B628B

#6B628B
(107,98,139)
#625A7F
(98,90,127)
#595273
(89,82,115)
#504A67
(80,74,103)
#47425B
(71,66,91)
#3E3A4F
(62,58,79)
#353243
(53,50,67)
#2C2A37
(44,42,55)
#23222B
(35,34,43)
#1A1A1F
(26,26,31)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #6B628B

#6B628B
(107,98,139)
#787095
(120,112,149)
#857E9F
(133,126,159)
#928CA9
(146,140,169)
#9F9AB3
(159,154,179)
#ACA8BD
(172,168,189)
#B9B6C7
(185,182,199)
#C6C4D1
(198,196,209)
#D3D2DB
(211,210,219)
#E0E0E5
(224,224,229)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B628B; }

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

This text font color is #6B628B.


Background Color

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

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

This div background color is #6B628B.


Border color

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

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

This div border color is #6B628B.


Opacity

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

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

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

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

This text has shadow with #6B628B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B628B on black background.


Color preview on white background

This text has color #6B628B on white background.



Black color preview on #6B628B background

This text has black color on #6B628B background.


White color preview on #6B628B background

This text has white color on #6B628B background.