COLOR #6A497C

HEX: #6A497C
RGB: (106,73,124)

Color info

#6A497C contains red, green and blue colors in about the same proportion. Web safe color of #6A497C is #663366 (or #636).

RGB color model

#6A497C color RGB value is (106,73,124).

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

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 124 of 255 = 49%

106
73
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 124 = 303 (100%)
R 106 of 303 ~ 34.98%
G 73 of 303 ~ 24.09%
B 124 of 303 ~ 40.92%

%34.98
%24.09
%40.92

CMYK color model

#6A497C color CMYK value is (15,41,0,51).

  • cyan value is 14.52%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(15,41,0,51)
C15M41Y0K51 
(15%,41%,0%,51%)
(0.15/0.41/0.00/0.51)	

CMYK percentages

%14.52
%41.13
%0
%51.37

Codes

Color #6A497C in popluar color models

6A497C
RGB10673124
HSL279°25.89%38.63%
HSB/HSV279°41.13%48.63%
CMYK14.52%41.13%0.00%
51.37%

Color #6A497C in popluar number systems.

HEX6A497C
Decimal10673124
Binary110101010010011111100
Octal152111174

Shades and tints

Shades of #6A497C

#6A497C
(106,73,124)
#614371
(97,67,113)
#583D66
(88,61,102)
#4F375B
(79,55,91)
#463150
(70,49,80)
#3D2B45
(61,43,69)
#34253A
(52,37,58)
#2B1F2F
(43,31,47)
#221924
(34,25,36)
#191319
(25,19,25)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #6A497C

#6A497C
(106,73,124)
#775987
(119,89,135)
#846992
(132,105,146)
#91799D
(145,121,157)
#9E89A8
(158,137,168)
#AB99B3
(171,153,179)
#B8A9BE
(184,169,190)
#C5B9C9
(197,185,201)
#D2C9D4
(210,201,212)
#DFD9DF
(223,217,223)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A497C; }

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

This text font color is #6A497C.


Background Color

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

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

This div background color is #6A497C.


Border color

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

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

This div border color is #6A497C.


Opacity

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

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

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

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

This text has shadow with #6A497C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A497C on black background.


Color preview on white background

This text has color #6A497C on white background.



Black color preview on #6A497C background

This text has black color on #6A497C background.


White color preview on #6A497C background

This text has white color on #6A497C background.