COLOR #6F5783

HEX: #6F5783
RGB: (111,87,131)

Color info

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

RGB color model

#6F5783 color RGB value is (111,87,131).

  • red value is 111;
  • green value is 87;
  • blue value is 131.
RGB:
(111,87,131)
(44%,34%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 87 of 255 = 34%
B 131 of 255 = 51%

111
87
131

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

Portions of RGB colors in percentages

R + G + B =
111 + 87 + 131 = 329 (100%)
R 111 of 329 ~ 33.74%
G 87 of 329 ~ 26.44%
B 131 of 329 ~ 39.82%

%33.74
%26.44
%39.82

CMYK color model

#6F5783 color CMYK value is (15,34,0,49).

  • cyan value is 15.27%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,34,0,49)
C15M34Y0K49 
(15%,34%,0%,49%)
(0.15/0.34/0.00/0.49)	

CMYK percentages

%15.27
%33.59
%0
%48.63

Codes

Color #6F5783 in popluar color models

6F5783
RGB11187131
HSL273°20.18%42.75%
HSB/HSV273°33.59%51.37%
CMYK15.27%33.59%0.00%
48.63%

Color #6F5783 in popluar number systems.

HEX6F5783
Decimal11187131
Binary1101111101011110000011
Octal157127203

Shades and tints

Shades of #6F5783

#6F5783
(111,87,131)
#655078
(101,80,120)
#5B496D
(91,73,109)
#514262
(81,66,98)
#473B57
(71,59,87)
#3D344C
(61,52,76)
#332D41
(51,45,65)
#292636
(41,38,54)
#1F1F2B
(31,31,43)
#151820
(21,24,32)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #6F5783

#6F5783
(111,87,131)
#7C668E
(124,102,142)
#897599
(137,117,153)
#9684A4
(150,132,164)
#A393AF
(163,147,175)
#B0A2BA
(176,162,186)
#BDB1C5
(189,177,197)
#CAC0D0
(202,192,208)
#D7CFDB
(215,207,219)
#E4DEE6
(228,222,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5783 color. Also use rgb(111,87,131) instead hex code.

Text Font Color

.myTextColor { color: #6F5783; }

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

This text font color is #6F5783.


Background Color

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

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

This div background color is #6F5783.


Border color

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

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

This div border color is #6F5783.


Opacity

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

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

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

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

This text has shadow with #6F5783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5783 on black background.


Color preview on white background

This text has color #6F5783 on white background.



Black color preview on #6F5783 background

This text has black color on #6F5783 background.


White color preview on #6F5783 background

This text has white color on #6F5783 background.