COLOR #6A406E

HEX: #6A406E
RGB: (106,64,110)

Color info

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

RGB color model

#6A406E color RGB value is (106,64,110).

  • red value is 106;
  • green value is 64;
  • blue value is 110.
RGB:
(106,64,110)
(42%,25%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 64 of 255 = 25%
B 110 of 255 = 43%

106
64
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 64 + 110 = 280 (100%)
R 106 of 280 ~ 37.86%
G 64 of 280 ~ 22.86%
B 110 of 280 ~ 39.29%

%37.86
%22.86
%39.29

CMYK color model

#6A406E color CMYK value is (4,42,0,57).

  • cyan value is 3.64%
  • magenta value is 41.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(4,42,0,57)
C4M42Y0K57 
(4%,42%,0%,57%)
(0.04/0.42/0.00/0.57)	

CMYK percentages

%3.64
%41.82
%0
%56.86

Codes

Color #6A406E in popluar color models

6A406E
RGB10664110
HSL295°26.44%34.12%
HSB/HSV295°41.82%43.14%
CMYK3.64%41.82%0.00%
56.86%

Color #6A406E in popluar number systems.

HEX6A406E
Decimal10664110
Binary110101010000001101110
Octal152100156

Shades and tints

Shades of #6A406E

#6A406E
(106,64,110)
#613B64
(97,59,100)
#58365A
(88,54,90)
#4F3150
(79,49,80)
#462C46
(70,44,70)
#3D273C
(61,39,60)
#342232
(52,34,50)
#2B1D28
(43,29,40)
#22181E
(34,24,30)
#191314
(25,19,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #6A406E

#6A406E
(106,64,110)
#77517B
(119,81,123)
#846288
(132,98,136)
#917395
(145,115,149)
#9E84A2
(158,132,162)
#AB95AF
(171,149,175)
#B8A6BC
(184,166,188)
#C5B7C9
(197,183,201)
#D2C8D6
(210,200,214)
#DFD9E3
(223,217,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A406E color. Also use rgb(106,64,110) instead hex code.

Text Font Color

.myTextColor { color: #6A406E; }

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

This text font color is #6A406E.


Background Color

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

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

This div background color is #6A406E.


Border color

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

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

This div border color is #6A406E.


Opacity

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

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

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

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

This text has shadow with #6A406E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A406E on black background.


Color preview on white background

This text has color #6A406E on white background.



Black color preview on #6A406E background

This text has black color on #6A406E background.


White color preview on #6A406E background

This text has white color on #6A406E background.