COLOR #6A435D

HEX: #6A435D
RGB: (106,67,93)

Color info

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

RGB color model

#6A435D color RGB value is (106,67,93).

  • red value is 106;
  • green value is 67;
  • blue value is 93.
RGB:
(106,67,93)
(42%,26%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 67 of 255 = 26%
B 93 of 255 = 36%

106
67
93

R + G + B ~ 35%. #6A435D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 67 + 93 = 266 (100%)
R 106 of 266 ~ 39.85%
G 67 of 266 ~ 25.19%
B 93 of 266 ~ 34.96%

%39.85
%25.19
%34.96

CMYK color model

#6A435D color CMYK value is (0,37,12,58).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(0,37,12,58)
C0M37Y12K58 
(0%,37%,12%,58%)
(0.00/0.37/0.12/0.58)	

CMYK percentages

%0
%36.79
%12.26
%58.43

Codes

Color #6A435D in popluar color models

6A435D
RGB1066793
HSL320°22.54%33.92%
HSB/HSV320°36.79%41.57%
CMYK0.00%36.79%12.26%
58.43%

Color #6A435D in popluar number systems.

HEX6A435D
Decimal1066793
Binary110101010000111011101
Octal152103135

Shades and tints

Shades of #6A435D

#6A435D
(106,67,93)
#613D55
(97,61,85)
#58374D
(88,55,77)
#4F3145
(79,49,69)
#462B3D
(70,43,61)
#3D2535
(61,37,53)
#341F2D
(52,31,45)
#2B1925
(43,25,37)
#22131D
(34,19,29)
#190D15
(25,13,21)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #6A435D

#6A435D
(106,67,93)
#77546B
(119,84,107)
#846579
(132,101,121)
#917687
(145,118,135)
#9E8795
(158,135,149)
#AB98A3
(171,152,163)
#B8A9B1
(184,169,177)
#C5BABF
(197,186,191)
#D2CBCD
(210,203,205)
#DFDCDB
(223,220,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A435D color. Also use rgb(106,67,93) instead hex code.

Text Font Color

.myTextColor { color: #6A435D; }

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

This text font color is #6A435D.


Background Color

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

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

This div background color is #6A435D.


Border color

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

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

This div border color is #6A435D.


Opacity

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

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

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

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

This text has shadow with #6A435D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A435D on black background.


Color preview on white background

This text has color #6A435D on white background.



Black color preview on #6A435D background

This text has black color on #6A435D background.


White color preview on #6A435D background

This text has white color on #6A435D background.