COLOR #6F5A90

HEX: #6F5A90 RGB: (111,90,144)

Color info

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

RGB color model

#6F5A90 color RGB value is (111,90,144).

RGB: (111,90,144) (44%, 35%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 144 of 255 = 56%

111
90
144

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

Portions of RGB colors in percentages

R + G + B = 111 + 90 + 144 = 345 (100%)
R 111 of 345 ~ 32.17%
G 90 of 345 ~ 26.09%
B 144 of 345 ~ 41.74'%

%32.17
%26.09
%41.74

CMYK color model

#6F5A90 color CMYK value is (23,38,0,44).

  • cyan value is 22.92%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (23,38,0,44)
C23M38Y0K44 (23%, 38%, 0%, 44%)
(0.23 / 0.38 / 0.00 / 0.44)

CMYK percentages

%22.92
%37.5
%0
%43.53

Codes

Color #6F5A90 in popluar color models

6F 5A 90
RGB 111 90 144
HSL 263° 23.08% 45.88%
HSB/HSV 263° 37.50% 56.47%
CMYK 22.92% 37.50% 0.00%
43.53%

Color #6F5A90 in popluar number systems.

HEX 6F 5A 90
Decimal 111 90 144
Binary 1101111 1011010 10010000
Octal 157 132 220

Shades and tints

Shades of #6F5A90

#6F5A90
(111,90,144)
#655283
(101,82,131)
#5B4A76
(91,74,118)
#514269
(81,66,105)
#473A5C
(71,58,92)
#3D324F
(61,50,79)
#332A42
(51,42,66)
#292235
(41,34,53)
#1F1A28
(31,26,40)
#15121B
(21,18,27)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #6F5A90

#6F5A90
(111,90,144)
#7C699A
(124,105,154)
#8978A4
(137,120,164)
#9687AE
(150,135,174)
#A396B8
(163,150,184)
#B0A5C2
(176,165,194)
#BDB4CC
(189,180,204)
#CAC3D6
(202,195,214)
#D7D2E0
(215,210,224)
#E4E1EA
(228,225,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5A90; }

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

This text font color is #6F5A90.

Background Color

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

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

This div background color is #6F5A90.

Border color

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

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

This div border color is #6F5A90.

Opacity

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

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

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

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

This text has shadow with #6F5A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5A90.

Preview

Color preview on black background

This text has color #6F5A90 on black background.


Color preview on white background

This text has color #6F5A90 on white background.


Black color preview on #6F5A90 background

This text has black color on #6F5A90 background.


White color preview on #6F5A90 background

This text has white color on #6F5A90 background.


Related colors

Complementary color

Complementary color for #hex is #90A56F.


I love getcolorcode.com

Triadic colors

1 #906F5A and #5A906F with #6F5A90 are triadic colors.

2 #905A6F and #5A6F90 with #6F5A90 are triadic colors.