COLOR #6A4A6B

HEX: #6A4A6B
RGB: (106,74,107)

Color info

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

RGB color model

#6A4A6B color RGB value is (106,74,107).

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

RGB channels and saturation

R 106 of 255 = 42%
G 74 of 255 = 29%
B 107 of 255 = 42%

106
74
107

R + G + B ~ 38%. #6A4A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 74 + 107 = 287 (100%)
R 106 of 287 ~ 36.93%
G 74 of 287 ~ 25.78%
B 107 of 287 ~ 37.28%

%36.93
%25.78
%37.28

CMYK color model

#6A4A6B color CMYK value is (1,31,0,58).

  • cyan value is 0.93%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,31,0,58)
C1M31Y0K58 
(1%,31%,0%,58%)
(0.01/0.31/0.00/0.58)	

CMYK percentages

%0.93
%30.84
%0
%58.04

Codes

Color #6A4A6B in popluar color models

6A4A6B
RGB10674107
HSL298°18.23%35.49%
HSB/HSV298°30.84%41.96%
CMYK0.93%30.84%0.00%
58.04%

Color #6A4A6B in popluar number systems.

HEX6A4A6B
Decimal10674107
Binary110101010010101101011
Octal152112153

Shades and tints

Shades of #6A4A6B

#6A4A6B
(106,74,107)
#614462
(97,68,98)
#583E59
(88,62,89)
#4F3850
(79,56,80)
#463247
(70,50,71)
#3D2C3E
(61,44,62)
#342635
(52,38,53)
#2B202C
(43,32,44)
#221A23
(34,26,35)
#19141A
(25,20,26)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #6A4A6B

#6A4A6B
(106,74,107)
#775A78
(119,90,120)
#846A85
(132,106,133)
#917A92
(145,122,146)
#9E8A9F
(158,138,159)
#AB9AAC
(171,154,172)
#B8AAB9
(184,170,185)
#C5BAC6
(197,186,198)
#D2CAD3
(210,202,211)
#DFDAE0
(223,218,224)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4A6B; }

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

This text font color is #6A4A6B.


Background Color

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

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

This div background color is #6A4A6B.


Border color

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

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

This div border color is #6A4A6B.


Opacity

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

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

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

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

This text has shadow with #6A4A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4A6B on black background.


Color preview on white background

This text has color #6A4A6B on white background.



Black color preview on #6A4A6B background

This text has black color on #6A4A6B background.


White color preview on #6A4A6B background

This text has white color on #6A4A6B background.