COLOR #6F7590

HEX: #6F7590
RGB: (111,117,144)

Color info

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

RGB color model

#6F7590 color RGB value is (111,117,144).

  • red value is 111;
  • green value is 117;
  • blue value is 144.
RGB:
(111,117,144)
(44%,46%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 144 of 255 = 56%

111
117
144

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

Portions of RGB colors in percentages

R + G + B =
111 + 117 + 144 = 372 (100%)
R 111 of 372 ~ 29.84%
G 117 of 372 ~ 31.45%
B 144 of 372 ~ 38.71%

%29.84
%31.45
%38.71

CMYK color model

#6F7590 color CMYK value is (23,19,0,44).

  • cyan value is 22.92%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(23,19,0,44)
C23M19Y0K44 
(23%,19%,0%,44%)
(0.23/0.19/0.00/0.44)	

CMYK percentages

%22.92
%18.75
%0
%43.53

Codes

Color #6F7590 in popluar color models

6F7590
RGB111117144
HSL229°12.94%50.00%
HSB/HSV229°22.92%56.47%
CMYK22.92%18.75%0.00%
43.53%

Color #6F7590 in popluar number systems.

HEX6F7590
Decimal111117144
Binary1101111111010110010000
Octal157165220

Shades and tints

Shades of #6F7590

#6F7590
(111,117,144)
#656B83
(101,107,131)
#5B6176
(91,97,118)
#515769
(81,87,105)
#474D5C
(71,77,92)
#3D434F
(61,67,79)
#333942
(51,57,66)
#292F35
(41,47,53)
#1F2528
(31,37,40)
#151B1B
(21,27,27)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F7590

#6F7590
(111,117,144)
#7C819A
(124,129,154)
#898DA4
(137,141,164)
#9699AE
(150,153,174)
#A3A5B8
(163,165,184)
#B0B1C2
(176,177,194)
#BDBDCC
(189,189,204)
#CAC9D6
(202,201,214)
#D7D5E0
(215,213,224)
#E4E1EA
(228,225,234)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7590; }

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

This text font color is #6F7590.


Background Color

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

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

This div background color is #6F7590.


Border color

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

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

This div border color is #6F7590.


Opacity

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

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

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

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

This text has shadow with #6F7590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7590 on black background.


Color preview on white background

This text has color #6F7590 on white background.



Black color preview on #6F7590 background

This text has black color on #6F7590 background.


White color preview on #6F7590 background

This text has white color on #6F7590 background.