COLOR #6F3093

HEX: #6F3093 RGB: (111,48,147)

Color info

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

RGB color model

#6F3093 color RGB value is (111,48,147).

RGB: (111,48,147) (44%, 19%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 48 of 255 = 19%
B 147 of 255 = 58%

111
48
147

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

Portions of RGB colors in percentages

R + G + B = 111 + 48 + 147 = 306 (100%)
R 111 of 306 ~ 36.27%
G 48 of 306 ~ 15.69%
B 147 of 306 ~ 48.04'%

%36.27
%15.69
%48.04

CMYK color model

#6F3093 color CMYK value is (24,67,0,42).

  • cyan value is 24.49%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (24,67,0,42)
C24M67Y0K42 (24%, 67%, 0%, 42%)
(0.24 / 0.67 / 0.00 / 0.42)

CMYK percentages

%24.49
%67.35
%0
%42.35

Codes

Color #6F3093 in popluar color models

6F 30 93
RGB 111 48 147
HSL 278° 50.77% 38.24%
HSB/HSV 278° 67.35% 57.65%
CMYK 24.49% 67.35% 0.00%
42.35%

Color #6F3093 in popluar number systems.

HEX 6F 30 93
Decimal 111 48 147
Binary 1101111 110000 10010011
Octal 157 60 223

Shades and tints

Shades of #6F3093

#6F3093
(111,48,147)
#652C86
(101,44,134)
#5B2879
(91,40,121)
#51246C
(81,36,108)
#47205F
(71,32,95)
#3D1C52
(61,28,82)
#331845
(51,24,69)
#291438
(41,20,56)
#1F102B
(31,16,43)
#150C1E
(21,12,30)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #6F3093

#6F3093
(111,48,147)
#7C429C
(124,66,156)
#8954A5
(137,84,165)
#9666AE
(150,102,174)
#A378B7
(163,120,183)
#B08AC0
(176,138,192)
#BD9CC9
(189,156,201)
#CAAED2
(202,174,210)
#D7C0DB
(215,192,219)
#E4D2E4
(228,210,228)
#F1E4ED
(241,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3093; }

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

This text font color is #6F3093.

Background Color

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

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

This div background color is #6F3093.

Border color

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

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

This div border color is #6F3093.

Opacity

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

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

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

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

This text has shadow with #6F3093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3093.

Preview

Color preview on black background

This text has color #6F3093 on black background.


Color preview on white background

This text has color #6F3093 on white background.


Black color preview on #6F3093 background

This text has black color on #6F3093 background.


White color preview on #6F3093 background

This text has white color on #6F3093 background.


Related colors

Complementary color

Complementary color for #hex is #90CF6C.


I love getcolorcode.com

Triadic colors

1 #936F30 and #30936F with #6F3093 are triadic colors.

2 #93306F and #306F93 with #6F3093 are triadic colors.