COLOR #6F5496

HEX: #6F5496 RGB: (111,84,150)

Color info

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

RGB color model

#6F5496 color RGB value is (111,84,150).

RGB: (111,84,150) (44%, 33%, 59%)

RGB channels and saturation

R 111 of 255 = 44%
G 84 of 255 = 33%
B 150 of 255 = 59%

111
84
150

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

Portions of RGB colors in percentages

R + G + B = 111 + 84 + 150 = 345 (100%)
R 111 of 345 ~ 32.17%
G 84 of 345 ~ 24.35%
B 150 of 345 ~ 43.48'%

%32.17
%24.35
%43.48

CMYK color model

#6F5496 color CMYK value is (26,44,0,41).

  • cyan value is 26.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (26,44,0,41)
C26M44Y0K41 (26%, 44%, 0%, 41%)
(0.26 / 0.44 / 0.00 / 0.41)

CMYK percentages

%26
%44
%0
%41.18

Codes

Color #6F5496 in popluar color models

6F 54 96
RGB 111 84 150
HSL 265° 28.21% 45.88%
HSB/HSV 265° 44.00% 58.82%
CMYK 26.00% 44.00% 0.00%
41.18%

Color #6F5496 in popluar number systems.

HEX 6F 54 96
Decimal 111 84 150
Binary 1101111 1010100 10010110
Octal 157 124 226

Shades and tints

Shades of #6F5496

#6F5496
(111,84,150)
#654D89
(101,77,137)
#5B467C
(91,70,124)
#513F6F
(81,63,111)
#473862
(71,56,98)
#3D3155
(61,49,85)
#332A48
(51,42,72)
#29233B
(41,35,59)
#1F1C2E
(31,28,46)
#151521
(21,21,33)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #6F5496

#6F5496
(111,84,150)
#7C639F
(124,99,159)
#8972A8
(137,114,168)
#9681B1
(150,129,177)
#A390BA
(163,144,186)
#B09FC3
(176,159,195)
#BDAECC
(189,174,204)
#CABDD5
(202,189,213)
#D7CCDE
(215,204,222)
#E4DBE7
(228,219,231)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5496 color. Also use rgb(111,84,150) instead hex code.

Text Font Color

.myTextColor { color: #6F5496; }

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

This text font color is #6F5496.

Background Color

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

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

This div background color is #6F5496.

Border color

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

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

This div border color is #6F5496.

Opacity

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

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

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

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

This text has shadow with #6F5496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5496.

Preview

Color preview on black background

This text has color #6F5496 on black background.


Color preview on white background

This text has color #6F5496 on white background.


Black color preview on #6F5496 background

This text has black color on #6F5496 background.


White color preview on #6F5496 background

This text has white color on #6F5496 background.


Related colors

Complementary color

Complementary color for #hex is #90AB69.


I love getcolorcode.com

Triadic colors

1 #966F54 and #54966F with #6F5496 are triadic colors.

2 #96546F and #546F96 with #6F5496 are triadic colors.