COLOR #6F5A94

HEX: #6F5A94 RGB: (111,90,148)

Color info

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

RGB color model

#6F5A94 color RGB value is (111,90,148).

RGB: (111,90,148) (44%, 35%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 148 of 255 = 58%

111
90
148

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

Portions of RGB colors in percentages

R + G + B = 111 + 90 + 148 = 349 (100%)
R 111 of 349 ~ 31.81%
G 90 of 349 ~ 25.79%
B 148 of 349 ~ 42.41'%

%31.81
%25.79
%42.41

CMYK color model

#6F5A94 color CMYK value is (25,39,0,42).

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

CMYK: (25,39,0,42)
C25M39Y0K42 (25%, 39%, 0%, 42%)
(0.25 / 0.39 / 0.00 / 0.42)

CMYK percentages

%25
%39.19
%0
%41.96

Codes

Color #6F5A94 in popluar color models

6F 5A 94
RGB 111 90 148
HSL 262° 24.37% 46.67%
HSB/HSV 262° 39.19% 58.04%
CMYK 25.00% 39.19% 0.00%
41.96%

Color #6F5A94 in popluar number systems.

HEX 6F 5A 94
Decimal 111 90 148
Binary 1101111 1011010 10010100
Octal 157 132 224

Shades and tints

Shades of #6F5A94

#6F5A94
(111,90,148)
#655287
(101,82,135)
#5B4A7A
(91,74,122)
#51426D
(81,66,109)
#473A60
(71,58,96)
#3D3253
(61,50,83)
#332A46
(51,42,70)
#292239
(41,34,57)
#1F1A2C
(31,26,44)
#15121F
(21,18,31)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #6F5A94

#6F5A94
(111,90,148)
#7C699D
(124,105,157)
#8978A6
(137,120,166)
#9687AF
(150,135,175)
#A396B8
(163,150,184)
#B0A5C1
(176,165,193)
#BDB4CA
(189,180,202)
#CAC3D3
(202,195,211)
#D7D2DC
(215,210,220)
#E4E1E5
(228,225,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5A94; }

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

This text font color is #6F5A94.

Background Color

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

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

This div background color is #6F5A94.

Border color

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

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

This div border color is #6F5A94.

Opacity

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

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

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

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

This text has shadow with #6F5A94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5A94.

Preview

Color preview on black background

This text has color #6F5A94 on black background.


Color preview on white background

This text has color #6F5A94 on white background.


Black color preview on #6F5A94 background

This text has black color on #6F5A94 background.


White color preview on #6F5A94 background

This text has white color on #6F5A94 background.


Related colors

Complementary color

Complementary color for #hex is #90A56B.


I love getcolorcode.com

Triadic colors

1 #946F5A and #5A946F with #6F5A94 are triadic colors.

2 #945A6F and #5A6F94 with #6F5A94 are triadic colors.