COLOR #6F5486

HEX: #6F5486
RGB: (111,84,134)

Color info

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

RGB color model

#6F5486 color RGB value is (111,84,134).

  • red value is 111;
  • green value is 84;
  • blue value is 134.
RGB:
(111,84,134)
(44%,33%,53%)

RGB channels and saturation

R 111 of 255 = 44%
G 84 of 255 = 33%
B 134 of 255 = 53%

111
84
134

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

Portions of RGB colors in percentages

R + G + B =
111 + 84 + 134 = 329 (100%)
R 111 of 329 ~ 33.74%
G 84 of 329 ~ 25.53%
B 134 of 329 ~ 40.73%

%33.74
%25.53
%40.73

CMYK color model

#6F5486 color CMYK value is (17,37,0,47).

  • cyan value is 17.16%
  • magenta value is 37.31%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(17,37,0,47)
C17M37Y0K47 
(17%,37%,0%,47%)
(0.17/0.37/0.00/0.47)	

CMYK percentages

%17.16
%37.31
%0
%47.45

Codes

Color #6F5486 in popluar color models

6F5486
RGB11184134
HSL272°22.94%42.75%
HSB/HSV272°37.31%52.55%
CMYK17.16%37.31%0.00%
47.45%

Color #6F5486 in popluar number systems.

HEX6F5486
Decimal11184134
Binary1101111101010010000110
Octal157124206

Shades and tints

Shades of #6F5486

#6F5486
(111,84,134)
#654D7A
(101,77,122)
#5B466E
(91,70,110)
#513F62
(81,63,98)
#473856
(71,56,86)
#3D314A
(61,49,74)
#332A3E
(51,42,62)
#292332
(41,35,50)
#1F1C26
(31,28,38)
#15151A
(21,21,26)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #6F5486

#6F5486
(111,84,134)
#7C6391
(124,99,145)
#89729C
(137,114,156)
#9681A7
(150,129,167)
#A390B2
(163,144,178)
#B09FBD
(176,159,189)
#BDAEC8
(189,174,200)
#CABDD3
(202,189,211)
#D7CCDE
(215,204,222)
#E4DBE9
(228,219,233)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5486 color. Also use rgb(111,84,134) instead hex code.

Text Font Color

.myTextColor { color: #6F5486; }

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

This text font color is #6F5486.


Background Color

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

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

This div background color is #6F5486.


Border color

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

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

This div border color is #6F5486.


Opacity

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

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

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

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

This text has shadow with #6F5486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5486 on black background.


Color preview on white background

This text has color #6F5486 on white background.



Black color preview on #6F5486 background

This text has black color on #6F5486 background.


White color preview on #6F5486 background

This text has white color on #6F5486 background.