COLOR #6B468B

HEX: #6B468B
RGB: (107,70,139)

Color info

#6B468B contains mainly red and blue colors. Web safe color of #6B468B is #663399 (or #639).

RGB color model

#6B468B color RGB value is (107,70,139).

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

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 139 of 255 = 55%

107
70
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 139 = 316 (100%)
R 107 of 316 ~ 33.86%
G 70 of 316 ~ 22.15%
B 139 of 316 ~ 43.99%

%33.86
%22.15
%43.99

CMYK color model

#6B468B color CMYK value is (23,50,0,45).

  • cyan value is 23.02%
  • magenta value is 49.64%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(23,50,0,45)
C23M50Y0K45 
(23%,50%,0%,45%)
(0.23/0.50/0.00/0.45)	

CMYK percentages

%23.02
%49.64
%0
%45.49

Codes

Color #6B468B in popluar color models

6B468B
RGB10770139
HSL272°33.01%40.98%
HSB/HSV272°49.64%54.51%
CMYK23.02%49.64%0.00%
45.49%

Color #6B468B in popluar number systems.

HEX6B468B
Decimal10770139
Binary1101011100011010001011
Octal153106213

Shades and tints

Shades of #6B468B

#6B468B
(107,70,139)
#62407F
(98,64,127)
#593A73
(89,58,115)
#503467
(80,52,103)
#472E5B
(71,46,91)
#3E284F
(62,40,79)
#352243
(53,34,67)
#2C1C37
(44,28,55)
#23162B
(35,22,43)
#1A101F
(26,16,31)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #6B468B

#6B468B
(107,70,139)
#785695
(120,86,149)
#85669F
(133,102,159)
#9276A9
(146,118,169)
#9F86B3
(159,134,179)
#AC96BD
(172,150,189)
#B9A6C7
(185,166,199)
#C6B6D1
(198,182,209)
#D3C6DB
(211,198,219)
#E0D6E5
(224,214,229)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B468B; }

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

This text font color is #6B468B.


Background Color

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

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

This div background color is #6B468B.


Border color

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

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

This div border color is #6B468B.


Opacity

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

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

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

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

This text has shadow with #6B468B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B468B on black background.


Color preview on white background

This text has color #6B468B on white background.



Black color preview on #6B468B background

This text has black color on #6B468B background.


White color preview on #6B468B background

This text has white color on #6B468B background.