COLOR #6A798F

HEX: #6A798F
RGB: (106,121,143)

Color info

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

RGB color model

#6A798F color RGB value is (106,121,143).

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

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 143 of 255 = 56%

106
121
143

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 143 = 370 (100%)
R 106 of 370 ~ 28.65%
G 121 of 370 ~ 32.7%
B 143 of 370 ~ 38.65%

%28.65
%32.7
%38.65

CMYK color model

#6A798F color CMYK value is (26,15,0,44).

  • cyan value is 25.87%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(26,15,0,44)
C26M15Y0K44 
(26%,15%,0%,44%)
(0.26/0.15/0.00/0.44)	

CMYK percentages

%25.87
%15.38
%0
%43.92

Codes

Color #6A798F in popluar color models

6A798F
RGB106121143
HSL216°14.86%48.82%
HSB/HSV216°25.87%56.08%
CMYK25.87%15.38%0.00%
43.92%

Color #6A798F in popluar number systems.

HEX6A798F
Decimal106121143
Binary1101010111100110001111
Octal152171217

Shades and tints

Shades of #6A798F

#6A798F
(106,121,143)
#616E82
(97,110,130)
#586375
(88,99,117)
#4F5868
(79,88,104)
#464D5B
(70,77,91)
#3D424E
(61,66,78)
#343741
(52,55,65)
#2B2C34
(43,44,52)
#222127
(34,33,39)
#19161A
(25,22,26)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A798F

#6A798F
(106,121,143)
#778599
(119,133,153)
#8491A3
(132,145,163)
#919DAD
(145,157,173)
#9EA9B7
(158,169,183)
#ABB5C1
(171,181,193)
#B8C1CB
(184,193,203)
#C5CDD5
(197,205,213)
#D2D9DF
(210,217,223)
#DFE5E9
(223,229,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A798F color. Also use rgb(106,121,143) instead hex code.

Text Font Color

.myTextColor { color: #6A798F; }

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

This text font color is #6A798F.


Background Color

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

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

This div background color is #6A798F.


Border color

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

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

This div border color is #6A798F.


Opacity

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

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

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

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

This text has shadow with #6A798F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A798F on black background.


Color preview on white background

This text has color #6A798F on white background.



Black color preview on #6A798F background

This text has black color on #6A798F background.


White color preview on #6A798F background

This text has white color on #6A798F background.