COLOR #6F4595

HEX: #6F4595
RGB: (111,69,149)

Color info

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

RGB color model

#6F4595 color RGB value is (111,69,149).

  • red value is 111;
  • green value is 69;
  • blue value is 149.
RGB:
(111,69,149)
(44%,27%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 69 of 255 = 27%
B 149 of 255 = 58%

111
69
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 69 + 149 = 329 (100%)
R 111 of 329 ~ 33.74%
G 69 of 329 ~ 20.97%
B 149 of 329 ~ 45.29%

%33.74
%20.97
%45.29

CMYK color model

#6F4595 color CMYK value is (26,54,0,42).

  • cyan value is 25.50%
  • magenta value is 53.69%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,54,0,42)
C26M54Y0K42 
(26%,54%,0%,42%)
(0.26/0.54/0.00/0.42)	

CMYK percentages

%25.5
%53.69
%0
%41.57

Codes

Color #6F4595 in popluar color models

6F4595
RGB11169149
HSL272°36.70%42.75%
HSB/HSV272°53.69%58.43%
CMYK25.50%53.69%0.00%
41.57%

Color #6F4595 in popluar number systems.

HEX6F4595
Decimal11169149
Binary1101111100010110010101
Octal157105225

Shades and tints

Shades of #6F4595

#6F4595
(111,69,149)
#653F88
(101,63,136)
#5B397B
(91,57,123)
#51336E
(81,51,110)
#472D61
(71,45,97)
#3D2754
(61,39,84)
#332147
(51,33,71)
#291B3A
(41,27,58)
#1F152D
(31,21,45)
#150F20
(21,15,32)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #6F4595

#6F4595
(111,69,149)
#7C559E
(124,85,158)
#8965A7
(137,101,167)
#9675B0
(150,117,176)
#A385B9
(163,133,185)
#B095C2
(176,149,194)
#BDA5CB
(189,165,203)
#CAB5D4
(202,181,212)
#D7C5DD
(215,197,221)
#E4D5E6
(228,213,230)
#F1E5EF
(241,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4595 color. Also use rgb(111,69,149) instead hex code.

Text Font Color

.myTextColor { color: #6F4595; }

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

This text font color is #6F4595.


Background Color

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

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

This div background color is #6F4595.


Border color

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

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

This div border color is #6F4595.


Opacity

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

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

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

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

This text has shadow with #6F4595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4595 on black background.


Color preview on white background

This text has color #6F4595 on white background.



Black color preview on #6F4595 background

This text has black color on #6F4595 background.


White color preview on #6F4595 background

This text has white color on #6F4595 background.