COLOR #6A446D

HEX: #6A446D
RGB: (106,68,109)

Color info

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

RGB color model

#6A446D color RGB value is (106,68,109).

  • red value is 106;
  • green value is 68;
  • blue value is 109.
RGB:
(106,68,109)
(42%,27%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 68 of 255 = 27%
B 109 of 255 = 43%

106
68
109

R + G + B ~ 37%. #6A446D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 68 + 109 = 283 (100%)
R 106 of 283 ~ 37.46%
G 68 of 283 ~ 24.03%
B 109 of 283 ~ 38.52%

%37.46
%24.03
%38.52

CMYK color model

#6A446D color CMYK value is (3,38,0,57).

  • cyan value is 2.75%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(3,38,0,57)
C3M38Y0K57 
(3%,38%,0%,57%)
(0.03/0.38/0.00/0.57)	

CMYK percentages

%2.75
%37.61
%0
%57.25

Codes

Color #6A446D in popluar color models

6A446D
RGB10668109
HSL296°23.16%34.71%
HSB/HSV296°37.61%42.75%
CMYK2.75%37.61%0.00%
57.25%

Color #6A446D in popluar number systems.

HEX6A446D
Decimal10668109
Binary110101010001001101101
Octal152104155

Shades and tints

Shades of #6A446D

#6A446D
(106,68,109)
#613E64
(97,62,100)
#58385B
(88,56,91)
#4F3252
(79,50,82)
#462C49
(70,44,73)
#3D2640
(61,38,64)
#342037
(52,32,55)
#2B1A2E
(43,26,46)
#221425
(34,20,37)
#190E1C
(25,14,28)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #6A446D

#6A446D
(106,68,109)
#77557A
(119,85,122)
#846687
(132,102,135)
#917794
(145,119,148)
#9E88A1
(158,136,161)
#AB99AE
(171,153,174)
#B8AABB
(184,170,187)
#C5BBC8
(197,187,200)
#D2CCD5
(210,204,213)
#DFDDE2
(223,221,226)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A446D color. Also use rgb(106,68,109) instead hex code.

Text Font Color

.myTextColor { color: #6A446D; }

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

This text font color is #6A446D.


Background Color

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

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

This div background color is #6A446D.


Border color

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

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

This div border color is #6A446D.


Opacity

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

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

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

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

This text has shadow with #6A446D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A446D on black background.


Color preview on white background

This text has color #6A446D on white background.



Black color preview on #6A446D background

This text has black color on #6A446D background.


White color preview on #6A446D background

This text has white color on #6A446D background.