COLOR #6F7790

HEX: #6F7790
RGB: (111,119,144)

Color info

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

RGB color model

#6F7790 color RGB value is (111,119,144).

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

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 144 of 255 = 56%

111
119
144

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

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 144 = 374 (100%)
R 111 of 374 ~ 29.68%
G 119 of 374 ~ 31.82%
B 144 of 374 ~ 38.5%

%29.68
%31.82
%38.5

CMYK color model

#6F7790 color CMYK value is (23,17,0,44).

  • cyan value is 22.92%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(23,17,0,44)
C23M17Y0K44 
(23%,17%,0%,44%)
(0.23/0.17/0.00/0.44)	

CMYK percentages

%22.92
%17.36
%0
%43.53

Codes

Color #6F7790 in popluar color models

6F7790
RGB111119144
HSL225°12.94%50.00%
HSB/HSV225°22.92%56.47%
CMYK22.92%17.36%0.00%
43.53%

Color #6F7790 in popluar number systems.

HEX6F7790
Decimal111119144
Binary1101111111011110010000
Octal157167220

Shades and tints

Shades of #6F7790

#6F7790
(111,119,144)
#656D83
(101,109,131)
#5B6376
(91,99,118)
#515969
(81,89,105)
#474F5C
(71,79,92)
#3D454F
(61,69,79)
#333B42
(51,59,66)
#293135
(41,49,53)
#1F2728
(31,39,40)
#151D1B
(21,29,27)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #6F7790

#6F7790
(111,119,144)
#7C839A
(124,131,154)
#898FA4
(137,143,164)
#969BAE
(150,155,174)
#A3A7B8
(163,167,184)
#B0B3C2
(176,179,194)
#BDBFCC
(189,191,204)
#CACBD6
(202,203,214)
#D7D7E0
(215,215,224)
#E4E3EA
(228,227,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7790; }

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

This text font color is #6F7790.


Background Color

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

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

This div background color is #6F7790.


Border color

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

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

This div border color is #6F7790.


Opacity

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

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

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

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

This text has shadow with #6F7790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7790 on black background.


Color preview on white background

This text has color #6F7790 on white background.



Black color preview on #6F7790 background

This text has black color on #6F7790 background.


White color preview on #6F7790 background

This text has white color on #6F7790 background.