COLOR #6F5594

HEX: #6F5594 RGB: (111,85,148)

Color info

#6F5594 contains mainly red and blue colors. Web safe color of #6F5594 is #666699 (or #669).

RGB color model

#6F5594 color RGB value is (111,85,148).

RGB: (111,85,148) (44%, 33%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 148 of 255 = 58%

111
85
148

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

Portions of RGB colors in percentages

R + G + B = 111 + 85 + 148 = 344 (100%)
R 111 of 344 ~ 32.27%
G 85 of 344 ~ 24.71%
B 148 of 344 ~ 43.02'%

%32.27
%24.71
%43.02

CMYK color model

#6F5594 color CMYK value is (25,43,0,42).

  • cyan value is 25.00%
  • magenta value is 42.57%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (25,43,0,42)
C25M43Y0K42 (25%, 43%, 0%, 42%)
(0.25 / 0.43 / 0.00 / 0.42)

CMYK percentages

%25
%42.57
%0
%41.96

Codes

Color #6F5594 in popluar color models

6F 55 94
RGB 111 85 148
HSL 265° 27.04% 45.69%
HSB/HSV 265° 42.57% 58.04%
CMYK 25.00% 42.57% 0.00%
41.96%

Color #6F5594 in popluar number systems.

HEX 6F 55 94
Decimal 111 85 148
Binary 1101111 1010101 10010100
Octal 157 125 224

Shades and tints

Shades of #6F5594

#6F5594
(111,85,148)
#654E87
(101,78,135)
#5B477A
(91,71,122)
#51406D
(81,64,109)
#473960
(71,57,96)
#3D3253
(61,50,83)
#332B46
(51,43,70)
#292439
(41,36,57)
#1F1D2C
(31,29,44)
#15161F
(21,22,31)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #6F5594

#6F5594
(111,85,148)
#7C649D
(124,100,157)
#8973A6
(137,115,166)
#9682AF
(150,130,175)
#A391B8
(163,145,184)
#B0A0C1
(176,160,193)
#BDAFCA
(189,175,202)
#CABED3
(202,190,211)
#D7CDDC
(215,205,220)
#E4DCE5
(228,220,229)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5594 color. Also use rgb(111,85,148) instead hex code.

Text Font Color

.myTextColor { color: #6F5594; }

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

This text font color is #6F5594.

Background Color

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

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

This div background color is #6F5594.

Border color

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

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

This div border color is #6F5594.

Opacity

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

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

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

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

This text has shadow with #6F5594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5594.

Preview

Color preview on black background

This text has color #6F5594 on black background.


Color preview on white background

This text has color #6F5594 on white background.


Black color preview on #6F5594 background

This text has black color on #6F5594 background.


White color preview on #6F5594 background

This text has white color on #6F5594 background.


Related colors

Complementary color

Complementary color for #hex is #90AA6B.


I love getcolorcode.com

Triadic colors

1 #946F55 and #55946F with #6F5594 are triadic colors.

2 #94556F and #556F94 with #6F5594 are triadic colors.