COLOR #6F347C

HEX: #6F347C
RGB: (111,52,124)

Color info

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

RGB color model

#6F347C color RGB value is (111,52,124).

  • red value is 111;
  • green value is 52;
  • blue value is 124.
RGB:
(111,52,124)
(44%,20%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 52 of 255 = 20%
B 124 of 255 = 49%

111
52
124

R + G + B ~ 38%. #6F347C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 52 + 124 = 287 (100%)
R 111 of 287 ~ 38.68%
G 52 of 287 ~ 18.12%
B 124 of 287 ~ 43.21%

%38.68
%18.12
%43.21

CMYK color model

#6F347C color CMYK value is (10,58,0,51).

  • cyan value is 10.48%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,58,0,51)
C10M58Y0K51 
(10%,58%,0%,51%)
(0.10/0.58/0.00/0.51)	

CMYK percentages

%10.48
%58.06
%0
%51.37

Codes

Color #6F347C in popluar color models

6F347C
RGB11152124
HSL289°40.91%34.51%
HSB/HSV289°58.06%48.63%
CMYK10.48%58.06%0.00%
51.37%

Color #6F347C in popluar number systems.

HEX6F347C
Decimal11152124
Binary11011111101001111100
Octal15764174

Shades and tints

Shades of #6F347C

#6F347C
(111,52,124)
#653071
(101,48,113)
#5B2C66
(91,44,102)
#51285B
(81,40,91)
#472450
(71,36,80)
#3D2045
(61,32,69)
#331C3A
(51,28,58)
#29182F
(41,24,47)
#1F1424
(31,20,36)
#151019
(21,16,25)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #6F347C

#6F347C
(111,52,124)
#7C4687
(124,70,135)
#895892
(137,88,146)
#966A9D
(150,106,157)
#A37CA8
(163,124,168)
#B08EB3
(176,142,179)
#BDA0BE
(189,160,190)
#CAB2C9
(202,178,201)
#D7C4D4
(215,196,212)
#E4D6DF
(228,214,223)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F347C color. Also use rgb(111,52,124) instead hex code.

Text Font Color

.myTextColor { color: #6F347C; }

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

This text font color is #6F347C.


Background Color

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

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

This div background color is #6F347C.


Border color

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

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

This div border color is #6F347C.


Opacity

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

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

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

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

This text has shadow with #6F347C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F347C on black background.


Color preview on white background

This text has color #6F347C on white background.



Black color preview on #6F347C background

This text has black color on #6F347C background.


White color preview on #6F347C background

This text has white color on #6F347C background.