COLOR #6A499C

HEX: #6A499C
RGB: (106,73,156)

Color info

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

RGB color model

#6A499C color RGB value is (106,73,156).

  • red value is 106;
  • green value is 73;
  • blue value is 156.
RGB:
(106,73,156)
(42%,29%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 156 of 255 = 61%

106
73
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 156 = 335 (100%)
R 106 of 335 ~ 31.64%
G 73 of 335 ~ 21.79%
B 156 of 335 ~ 46.57%

%31.64
%21.79
%46.57

CMYK color model

#6A499C color CMYK value is (32,53,0,39).

  • cyan value is 32.05%
  • magenta value is 53.21%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(32,53,0,39)
C32M53Y0K39 
(32%,53%,0%,39%)
(0.32/0.53/0.00/0.39)	

CMYK percentages

%32.05
%53.21
%0
%38.82

Codes

Color #6A499C in popluar color models

6A499C
RGB10673156
HSL264°36.24%44.90%
HSB/HSV264°53.21%61.18%
CMYK32.05%53.21%0.00%
38.82%

Color #6A499C in popluar number systems.

HEX6A499C
Decimal10673156
Binary1101010100100110011100
Octal152111234

Shades and tints

Shades of #6A499C

#6A499C
(106,73,156)
#61438E
(97,67,142)
#583D80
(88,61,128)
#4F3772
(79,55,114)
#463164
(70,49,100)
#3D2B56
(61,43,86)
#342548
(52,37,72)
#2B1F3A
(43,31,58)
#22192C
(34,25,44)
#19131E
(25,19,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A499C

#6A499C
(106,73,156)
#7759A5
(119,89,165)
#8469AE
(132,105,174)
#9179B7
(145,121,183)
#9E89C0
(158,137,192)
#AB99C9
(171,153,201)
#B8A9D2
(184,169,210)
#C5B9DB
(197,185,219)
#D2C9E4
(210,201,228)
#DFD9ED
(223,217,237)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A499C color. Also use rgb(106,73,156) instead hex code.

Text Font Color

.myTextColor { color: #6A499C; }

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

This text font color is #6A499C.


Background Color

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

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

This div background color is #6A499C.


Border color

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

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

This div border color is #6A499C.


Opacity

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

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

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

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

This text has shadow with #6A499C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A499C on black background.


Color preview on white background

This text has color #6A499C on white background.



Black color preview on #6A499C background

This text has black color on #6A499C background.


White color preview on #6A499C background

This text has white color on #6A499C background.