COLOR #6B4798

HEX: #6B4798
RGB: (107,71,152)

Color info

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

RGB color model

#6B4798 color RGB value is (107,71,152).

  • red value is 107;
  • green value is 71;
  • blue value is 152.
RGB:
(107,71,152)
(42%,28%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 71 of 255 = 28%
B 152 of 255 = 60%

107
71
152

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

Portions of RGB colors in percentages

R + G + B =
107 + 71 + 152 = 330 (100%)
R 107 of 330 ~ 32.42%
G 71 of 330 ~ 21.52%
B 152 of 330 ~ 46.06%

%32.42
%21.52
%46.06

CMYK color model

#6B4798 color CMYK value is (30,53,0,40).

  • cyan value is 29.61%
  • magenta value is 53.29%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(30,53,0,40)
C30M53Y0K40 
(30%,53%,0%,40%)
(0.30/0.53/0.00/0.40)	

CMYK percentages

%29.61
%53.29
%0
%40.39

Codes

Color #6B4798 in popluar color models

6B4798
RGB10771152
HSL267°36.32%43.73%
HSB/HSV267°53.29%59.61%
CMYK29.61%53.29%0.00%
40.39%

Color #6B4798 in popluar number systems.

HEX6B4798
Decimal10771152
Binary1101011100011110011000
Octal153107230

Shades and tints

Shades of #6B4798

#6B4798
(107,71,152)
#62418B
(98,65,139)
#593B7E
(89,59,126)
#503571
(80,53,113)
#472F64
(71,47,100)
#3E2957
(62,41,87)
#35234A
(53,35,74)
#2C1D3D
(44,29,61)
#231730
(35,23,48)
#1A1123
(26,17,35)
#110B16
(17,11,22)
#000000
(0,0,0)

Tints of #6B4798

#6B4798
(107,71,152)
#7857A1
(120,87,161)
#8567AA
(133,103,170)
#9277B3
(146,119,179)
#9F87BC
(159,135,188)
#AC97C5
(172,151,197)
#B9A7CE
(185,167,206)
#C6B7D7
(198,183,215)
#D3C7E0
(211,199,224)
#E0D7E9
(224,215,233)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4798 color. Also use rgb(107,71,152) instead hex code.

Text Font Color

.myTextColor { color: #6B4798; }

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

This text font color is #6B4798.


Background Color

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

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

This div background color is #6B4798.


Border color

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

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

This div border color is #6B4798.


Opacity

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

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

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

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

This text has shadow with #6B4798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4798 on black background.


Color preview on white background

This text has color #6B4798 on white background.



Black color preview on #6B4798 background

This text has black color on #6B4798 background.


White color preview on #6B4798 background

This text has white color on #6B4798 background.