COLOR #6A7790

HEX: #6A7790
RGB: (106,119,144)

Color info

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

RGB color model

#6A7790 color RGB value is (106,119,144).

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

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 144 of 255 = 56%

106
119
144

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

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 144 = 369 (100%)
R 106 of 369 ~ 28.73%
G 119 of 369 ~ 32.25%
B 144 of 369 ~ 39.02%

%28.73
%32.25
%39.02

CMYK color model

#6A7790 color CMYK value is (26,17,0,44).

  • cyan value is 26.39%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(26,17,0,44)
C26M17Y0K44 
(26%,17%,0%,44%)
(0.26/0.17/0.00/0.44)	

CMYK percentages

%26.39
%17.36
%0
%43.53

Codes

Color #6A7790 in popluar color models

6A7790
RGB106119144
HSL219°15.20%49.02%
HSB/HSV219°26.39%56.47%
CMYK26.39%17.36%0.00%
43.53%

Color #6A7790 in popluar number systems.

HEX6A7790
Decimal106119144
Binary1101010111011110010000
Octal152167220

Shades and tints

Shades of #6A7790

#6A7790
(106,119,144)
#616D83
(97,109,131)
#586376
(88,99,118)
#4F5969
(79,89,105)
#464F5C
(70,79,92)
#3D454F
(61,69,79)
#343B42
(52,59,66)
#2B3135
(43,49,53)
#222728
(34,39,40)
#191D1B
(25,29,27)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #6A7790

#6A7790
(106,119,144)
#77839A
(119,131,154)
#848FA4
(132,143,164)
#919BAE
(145,155,174)
#9EA7B8
(158,167,184)
#ABB3C2
(171,179,194)
#B8BFCC
(184,191,204)
#C5CBD6
(197,203,214)
#D2D7E0
(210,215,224)
#DFE3EA
(223,227,234)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7790; }

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

This text font color is #6A7790.


Background Color

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

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

This div background color is #6A7790.


Border color

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

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

This div border color is #6A7790.


Opacity

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

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

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

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

This text has shadow with #6A7790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7790 on black background.


Color preview on white background

This text has color #6A7790 on white background.



Black color preview on #6A7790 background

This text has black color on #6A7790 background.


White color preview on #6A7790 background

This text has white color on #6A7790 background.