COLOR #6F5E97

HEX: #6F5E97 RGB: (111,94,151)

Color info

#6F5E97 contains red, green and blue colors in about the same proportion. Web safe color of #6F5E97 is #666699 (or #669).

RGB color model

#6F5E97 color RGB value is (111,94,151).

RGB: (111,94,151) (44%, 37%, 59%)

RGB channels and saturation

R 111 of 255 = 44%
G 94 of 255 = 37%
B 151 of 255 = 59%

111
94
151

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

Portions of RGB colors in percentages

R + G + B = 111 + 94 + 151 = 356 (100%)
R 111 of 356 ~ 31.18%
G 94 of 356 ~ 26.4%
B 151 of 356 ~ 42.42'%

%31.18
%26.4
%42.42

CMYK color model

#6F5E97 color CMYK value is (26,38,0,41).

  • cyan value is 26.49%
  • magenta value is 37.75%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (26,38,0,41)
C26M38Y0K41 (26%, 38%, 0%, 41%)
(0.26 / 0.38 / 0.00 / 0.41)

CMYK percentages

%26.49
%37.75
%0
%40.78

Codes

Color #6F5E97 in popluar color models

6F 5E 97
RGB 111 94 151
HSL 258° 23.27% 48.04%
HSB/HSV 258° 37.75% 59.22%
CMYK 26.49% 37.75% 0.00%
40.78%

Color #6F5E97 in popluar number systems.

HEX 6F 5E 97
Decimal 111 94 151
Binary 1101111 1011110 10010111
Octal 157 136 227

Shades and tints

Shades of #6F5E97

#6F5E97
(111,94,151)
#65568A
(101,86,138)
#5B4E7D
(91,78,125)
#514670
(81,70,112)
#473E63
(71,62,99)
#3D3656
(61,54,86)
#332E49
(51,46,73)
#29263C
(41,38,60)
#1F1E2F
(31,30,47)
#151622
(21,22,34)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #6F5E97

#6F5E97
(111,94,151)
#7C6CA0
(124,108,160)
#897AA9
(137,122,169)
#9688B2
(150,136,178)
#A396BB
(163,150,187)
#B0A4C4
(176,164,196)
#BDB2CD
(189,178,205)
#CAC0D6
(202,192,214)
#D7CEDF
(215,206,223)
#E4DCE8
(228,220,232)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5E97 color. Also use rgb(111,94,151) instead hex code.

Text Font Color

.myTextColor { color: #6F5E97; }

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

This text font color is #6F5E97.

Background Color

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

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

This div background color is #6F5E97.

Border color

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

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

This div border color is #6F5E97.

Opacity

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

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

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

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

This text has shadow with #6F5E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5E97.

Preview

Color preview on black background

This text has color #6F5E97 on black background.


Color preview on white background

This text has color #6F5E97 on white background.


Black color preview on #6F5E97 background

This text has black color on #6F5E97 background.


White color preview on #6F5E97 background

This text has white color on #6F5E97 background.


Related colors

Complementary color

Complementary color for #hex is #90A168.


I love getcolorcode.com

Triadic colors

1 #976F5E and #5E976F with #6F5E97 are triadic colors.

2 #975E6F and #5E6F97 with #6F5E97 are triadic colors.