COLOR #6A4462

HEX: #6A4462
RGB: (106,68,98)

Color info

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

RGB color model

#6A4462 color RGB value is (106,68,98).

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

RGB channels and saturation

R 106 of 255 = 42%
G 68 of 255 = 27%
B 98 of 255 = 38%

106
68
98

R + G + B ~ 36%. #6A4462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 68 + 98 = 272 (100%)
R 106 of 272 ~ 38.97%
G 68 of 272 ~ 25%
B 98 of 272 ~ 36.03%

%38.97
%25
%36.03

CMYK color model

#6A4462 color CMYK value is (0,36,8,58).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 7.55%
  • key color value is 58.43%
CMYK:
(0,36,8,58)
C0M36Y8K58 
(0%,36%,8%,58%)
(0.00/0.36/0.08/0.58)	

CMYK percentages

%0
%35.85
%7.55
%58.43

Codes

Color #6A4462 in popluar color models

6A4462
RGB1066898
HSL313°21.84%34.12%
HSB/HSV313°35.85%41.57%
CMYK0.00%35.85%7.55%
58.43%

Color #6A4462 in popluar number systems.

HEX6A4462
Decimal1066898
Binary110101010001001100010
Octal152104142

Shades and tints

Shades of #6A4462

#6A4462
(106,68,98)
#613E5A
(97,62,90)
#583852
(88,56,82)
#4F324A
(79,50,74)
#462C42
(70,44,66)
#3D263A
(61,38,58)
#342032
(52,32,50)
#2B1A2A
(43,26,42)
#221422
(34,20,34)
#190E1A
(25,14,26)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #6A4462

#6A4462
(106,68,98)
#775570
(119,85,112)
#84667E
(132,102,126)
#91778C
(145,119,140)
#9E889A
(158,136,154)
#AB99A8
(171,153,168)
#B8AAB6
(184,170,182)
#C5BBC4
(197,187,196)
#D2CCD2
(210,204,210)
#DFDDE0
(223,221,224)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4462; }

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

This text font color is #6A4462.


Background Color

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

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

This div background color is #6A4462.


Border color

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

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

This div border color is #6A4462.


Opacity

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

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

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

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

This text has shadow with #6A4462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4462 on black background.


Color preview on white background

This text has color #6A4462 on white background.



Black color preview on #6A4462 background

This text has black color on #6A4462 background.


White color preview on #6A4462 background

This text has white color on #6A4462 background.