COLOR #6F558C

HEX: #6F558C
RGB: (111,85,140)

Color info

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

RGB color model

#6F558C color RGB value is (111,85,140).

  • red value is 111;
  • green value is 85;
  • blue value is 140.
RGB:
(111,85,140)
(44%,33%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 140 of 255 = 55%

111
85
140

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

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 140 = 336 (100%)
R 111 of 336 ~ 33.04%
G 85 of 336 ~ 25.3%
B 140 of 336 ~ 41.67%

%33.04
%25.3
%41.67

CMYK color model

#6F558C color CMYK value is (21,39,0,45).

  • cyan value is 20.71%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(21,39,0,45)
C21M39Y0K45 
(21%,39%,0%,45%)
(0.21/0.39/0.00/0.45)	

CMYK percentages

%20.71
%39.29
%0
%45.1

Codes

Color #6F558C in popluar color models

6F558C
RGB11185140
HSL268°24.44%44.12%
HSB/HSV268°39.29%54.90%
CMYK20.71%39.29%0.00%
45.10%

Color #6F558C in popluar number systems.

HEX6F558C
Decimal11185140
Binary1101111101010110001100
Octal157125214

Shades and tints

Shades of #6F558C

#6F558C
(111,85,140)
#654E80
(101,78,128)
#5B4774
(91,71,116)
#514068
(81,64,104)
#47395C
(71,57,92)
#3D3250
(61,50,80)
#332B44
(51,43,68)
#292438
(41,36,56)
#1F1D2C
(31,29,44)
#151620
(21,22,32)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #6F558C

#6F558C
(111,85,140)
#7C6496
(124,100,150)
#8973A0
(137,115,160)
#9682AA
(150,130,170)
#A391B4
(163,145,180)
#B0A0BE
(176,160,190)
#BDAFC8
(189,175,200)
#CABED2
(202,190,210)
#D7CDDC
(215,205,220)
#E4DCE6
(228,220,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F558C color. Also use rgb(111,85,140) instead hex code.

Text Font Color

.myTextColor { color: #6F558C; }

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

This text font color is #6F558C.


Background Color

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

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

This div background color is #6F558C.


Border color

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

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

This div border color is #6F558C.


Opacity

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

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

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

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

This text has shadow with #6F558C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F558C on black background.


Color preview on white background

This text has color #6F558C on white background.



Black color preview on #6F558C background

This text has black color on #6F558C background.


White color preview on #6F558C background

This text has white color on #6F558C background.