COLOR #6F508F

HEX: #6F508F
RGB: (111,80,143)

Color info

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

RGB color model

#6F508F color RGB value is (111,80,143).

  • red value is 111;
  • green value is 80;
  • blue value is 143.
RGB:
(111,80,143)
(44%,31%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 80 of 255 = 31%
B 143 of 255 = 56%

111
80
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 80 + 143 = 334 (100%)
R 111 of 334 ~ 33.23%
G 80 of 334 ~ 23.95%
B 143 of 334 ~ 42.81%

%33.23
%23.95
%42.81

CMYK color model

#6F508F color CMYK value is (22,44,0,44).

  • cyan value is 22.38%
  • magenta value is 44.06%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,44,0,44)
C22M44Y0K44 
(22%,44%,0%,44%)
(0.22/0.44/0.00/0.44)	

CMYK percentages

%22.38
%44.06
%0
%43.92

Codes

Color #6F508F in popluar color models

6F508F
RGB11180143
HSL270°28.25%43.73%
HSB/HSV270°44.06%56.08%
CMYK22.38%44.06%0.00%
43.92%

Color #6F508F in popluar number systems.

HEX6F508F
Decimal11180143
Binary1101111101000010001111
Octal157120217

Shades and tints

Shades of #6F508F

#6F508F
(111,80,143)
#654982
(101,73,130)
#5B4275
(91,66,117)
#513B68
(81,59,104)
#47345B
(71,52,91)
#3D2D4E
(61,45,78)
#332641
(51,38,65)
#291F34
(41,31,52)
#1F1827
(31,24,39)
#15111A
(21,17,26)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #6F508F

#6F508F
(111,80,143)
#7C5F99
(124,95,153)
#896EA3
(137,110,163)
#967DAD
(150,125,173)
#A38CB7
(163,140,183)
#B09BC1
(176,155,193)
#BDAACB
(189,170,203)
#CAB9D5
(202,185,213)
#D7C8DF
(215,200,223)
#E4D7E9
(228,215,233)
#F1E6F3
(241,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F508F color. Also use rgb(111,80,143) instead hex code.

Text Font Color

.myTextColor { color: #6F508F; }

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

This text font color is #6F508F.


Background Color

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

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

This div background color is #6F508F.


Border color

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

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

This div border color is #6F508F.


Opacity

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

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

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

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

This text has shadow with #6F508F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F508F on black background.


Color preview on white background

This text has color #6F508F on white background.



Black color preview on #6F508F background

This text has black color on #6F508F background.


White color preview on #6F508F background

This text has white color on #6F508F background.