COLOR #6A789D

HEX: #6A789D
RGB: (106,120,157)

Color info

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

RGB color model

#6A789D color RGB value is (106,120,157).

  • red value is 106;
  • green value is 120;
  • blue value is 157.
RGB:
(106,120,157)
(42%,47%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 157 of 255 = 62%

106
120
157

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

Portions of RGB colors in percentages

R + G + B =
106 + 120 + 157 = 383 (100%)
R 106 of 383 ~ 27.68%
G 120 of 383 ~ 31.33%
B 157 of 383 ~ 40.99%

%27.68
%31.33
%40.99

CMYK color model

#6A789D color CMYK value is (32,24,0,38).

  • cyan value is 32.48%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,24,0,38)
C32M24Y0K38 
(32%,24%,0%,38%)
(0.32/0.24/0.00/0.38)	

CMYK percentages

%32.48
%23.57
%0
%38.43

Codes

Color #6A789D in popluar color models

6A789D
RGB106120157
HSL224°20.65%51.57%
HSB/HSV224°32.48%61.57%
CMYK32.48%23.57%0.00%
38.43%

Color #6A789D in popluar number systems.

HEX6A789D
Decimal106120157
Binary1101010111100010011101
Octal152170235

Shades and tints

Shades of #6A789D

#6A789D
(106,120,157)
#616E8F
(97,110,143)
#586481
(88,100,129)
#4F5A73
(79,90,115)
#465065
(70,80,101)
#3D4657
(61,70,87)
#343C49
(52,60,73)
#2B323B
(43,50,59)
#22282D
(34,40,45)
#191E1F
(25,30,31)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6A789D

#6A789D
(106,120,157)
#7784A5
(119,132,165)
#8490AD
(132,144,173)
#919CB5
(145,156,181)
#9EA8BD
(158,168,189)
#ABB4C5
(171,180,197)
#B8C0CD
(184,192,205)
#C5CCD5
(197,204,213)
#D2D8DD
(210,216,221)
#DFE4E5
(223,228,229)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A789D color. Also use rgb(106,120,157) instead hex code.

Text Font Color

.myTextColor { color: #6A789D; }

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

This text font color is #6A789D.


Background Color

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

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

This div background color is #6A789D.


Border color

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

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

This div border color is #6A789D.


Opacity

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

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

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

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

This text has shadow with #6A789D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A789D on black background.


Color preview on white background

This text has color #6A789D on white background.



Black color preview on #6A789D background

This text has black color on #6A789D background.


White color preview on #6A789D background

This text has white color on #6A789D background.