COLOR #6A3274

HEX: #6A3274
RGB: (106,50,116)

Color info

#6A3274 contains mainly red and blue colors. Web safe color of #6A3274 is #663366 (or #636).

RGB color model

#6A3274 color RGB value is (106,50,116).

  • red value is 106;
  • green value is 50;
  • blue value is 116.
RGB:
(106,50,116)
(42%,20%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 50 of 255 = 20%
B 116 of 255 = 45%

106
50
116

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

Portions of RGB colors in percentages

R + G + B =
106 + 50 + 116 = 272 (100%)
R 106 of 272 ~ 38.97%
G 50 of 272 ~ 18.38%
B 116 of 272 ~ 42.65%

%38.97
%18.38
%42.65

CMYK color model

#6A3274 color CMYK value is (9,57,0,55).

  • cyan value is 8.62%
  • magenta value is 56.90%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(9,57,0,55)
C9M57Y0K55 
(9%,57%,0%,55%)
(0.09/0.57/0.00/0.55)	

CMYK percentages

%8.62
%56.9
%0
%54.51

Codes

Color #6A3274 in popluar color models

6A3274
RGB10650116
HSL291°39.76%32.55%
HSB/HSV291°56.90%45.49%
CMYK8.62%56.90%0.00%
54.51%

Color #6A3274 in popluar number systems.

HEX6A3274
Decimal10650116
Binary11010101100101110100
Octal15262164

Shades and tints

Shades of #6A3274

#6A3274
(106,50,116)
#612E6A
(97,46,106)
#582A60
(88,42,96)
#4F2656
(79,38,86)
#46224C
(70,34,76)
#3D1E42
(61,30,66)
#341A38
(52,26,56)
#2B162E
(43,22,46)
#221224
(34,18,36)
#190E1A
(25,14,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #6A3274

#6A3274
(106,50,116)
#774480
(119,68,128)
#84568C
(132,86,140)
#916898
(145,104,152)
#9E7AA4
(158,122,164)
#AB8CB0
(171,140,176)
#B89EBC
(184,158,188)
#C5B0C8
(197,176,200)
#D2C2D4
(210,194,212)
#DFD4E0
(223,212,224)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3274 color. Also use rgb(106,50,116) instead hex code.

Text Font Color

.myTextColor { color: #6A3274; }

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

This text font color is #6A3274.


Background Color

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

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

This div background color is #6A3274.


Border color

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

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

This div border color is #6A3274.


Opacity

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

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

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

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

This text has shadow with #6A3274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3274 on black background.


Color preview on white background

This text has color #6A3274 on white background.



Black color preview on #6A3274 background

This text has black color on #6A3274 background.


White color preview on #6A3274 background

This text has white color on #6A3274 background.