COLOR #6B4A98

HEX: #6B4A98
RGB: (107,74,152)

Color info

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

RGB color model

#6B4A98 color RGB value is (107,74,152).

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

RGB channels and saturation

R 107 of 255 = 42%
G 74 of 255 = 29%
B 152 of 255 = 60%

107
74
152

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

Portions of RGB colors in percentages

R + G + B =
107 + 74 + 152 = 333 (100%)
R 107 of 333 ~ 32.13%
G 74 of 333 ~ 22.22%
B 152 of 333 ~ 45.65%

%32.13
%22.22
%45.65

CMYK color model

#6B4A98 color CMYK value is (30,51,0,40).

  • cyan value is 29.61%
  • magenta value is 51.32%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(30,51,0,40)
C30M51Y0K40 
(30%,51%,0%,40%)
(0.30/0.51/0.00/0.40)	

CMYK percentages

%29.61
%51.32
%0
%40.39

Codes

Color #6B4A98 in popluar color models

6B4A98
RGB10774152
HSL265°34.51%44.31%
HSB/HSV265°51.32%59.61%
CMYK29.61%51.32%0.00%
40.39%

Color #6B4A98 in popluar number systems.

HEX6B4A98
Decimal10774152
Binary1101011100101010011000
Octal153112230

Shades and tints

Shades of #6B4A98

#6B4A98
(107,74,152)
#62448B
(98,68,139)
#593E7E
(89,62,126)
#503871
(80,56,113)
#473264
(71,50,100)
#3E2C57
(62,44,87)
#35264A
(53,38,74)
#2C203D
(44,32,61)
#231A30
(35,26,48)
#1A1423
(26,20,35)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #6B4A98

#6B4A98
(107,74,152)
#785AA1
(120,90,161)
#856AAA
(133,106,170)
#927AB3
(146,122,179)
#9F8ABC
(159,138,188)
#AC9AC5
(172,154,197)
#B9AACE
(185,170,206)
#C6BAD7
(198,186,215)
#D3CAE0
(211,202,224)
#E0DAE9
(224,218,233)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4A98; }

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

This text font color is #6B4A98.


Background Color

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

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

This div background color is #6B4A98.


Border color

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

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

This div border color is #6B4A98.


Opacity

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

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

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

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

This text has shadow with #6B4A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4A98 on black background.


Color preview on white background

This text has color #6B4A98 on white background.



Black color preview on #6B4A98 background

This text has black color on #6B4A98 background.


White color preview on #6B4A98 background

This text has white color on #6B4A98 background.