COLOR #6A3093

HEX: #6A3093 RGB: (106,48,147)

Color info

#6A3093 contains mainly red and blue colors. Web safe color of #6A3093 is #663399 (or #639).

RGB color model

#6A3093 color RGB value is (106,48,147).

RGB: (106,48,147) (42%, 19%, 58%)

RGB channels and saturation

R 106 of 255 = 42%
G 48 of 255 = 19%
B 147 of 255 = 58%

106
48
147

R + G + B ~ 40%. #6A3093 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 48 + 147 = 301 (100%)
R 106 of 301 ~ 35.22%
G 48 of 301 ~ 15.95%
B 147 of 301 ~ 48.84'%

%35.22
%15.95
%48.84

CMYK color model

#6A3093 color CMYK value is (28,67,0,42).

  • cyan value is 27.89%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (28,67,0,42) C28M67Y0K42 (28%,67%,0%,42%) (0.28/0.67/0.00/0.42) 

CMYK percentages

%27.89
%67.35
%0
%42.35

Codes

Color #6A3093 in popluar color models

6A 30 93
RGB 106 48 147
HSL 275° 50.77% 38.24%
HSB/HSV 275° 67.35% 57.65%
CMYK 27.89% 67.35% 0.00%
42.35%

Color #6A3093 in popluar number systems.

HEX 6A 30 93
Decimal 106 48 147
Binary 1101010 110000 10010011
Octal 152 60 223

Shades and tints

Shades of #6A3093

#6A3093
(106,48,147)
#612C86
(97,44,134)
#582879
(88,40,121)
#4F246C
(79,36,108)
#46205F
(70,32,95)
#3D1C52
(61,28,82)
#341845
(52,24,69)
#2B1438
(43,20,56)
#22102B
(34,16,43)
#190C1E
(25,12,30)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #6A3093

#6A3093
(106,48,147)
#77429C
(119,66,156)
#8454A5
(132,84,165)
#9166AE
(145,102,174)
#9E78B7
(158,120,183)
#AB8AC0
(171,138,192)
#B89CC9
(184,156,201)
#C5AED2
(197,174,210)
#D2C0DB
(210,192,219)
#DFD2E4
(223,210,228)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3093 color. Also use rgb(106,48,147) instead hex code.

Text Font Color

.myTextColor { color: #6A3093; }

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

This text font color is #6A3093.

Background Color

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

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

This div background color is #6A3093.

Border color

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

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

This div border color is #6A3093.

Opacity

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

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

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

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

This text has shadow with #6A3093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A3093.

Preview

Color preview on black background

This text has color #6A3093 on black background.


Color preview on white background

This text has color #6A3093 on white background.


Black color preview on #6A3093 background

This text has black color on #6A3093 background.


White color preview on #6A3093 background

This text has white color on #6A3093 background.


Related colors

Complementary color

Complementary color for #hex is #95CF6C.


I love getcolorcode.com

Triadic colors

1 #936A30 and #30936A with #6A3093 are triadic colors.

2 #93306A and #306A93 with #6A3093 are triadic colors.