COLOR #6A808E

HEX: #6A808E
RGB: (106,128,142)

Color info

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

RGB color model

#6A808E color RGB value is (106,128,142).

  • red value is 106;
  • green value is 128;
  • blue value is 142.
RGB:
(106,128,142)
(42%,50%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 128 of 255 = 50%
B 142 of 255 = 56%

106
128
142

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

Portions of RGB colors in percentages

R + G + B =
106 + 128 + 142 = 376 (100%)
R 106 of 376 ~ 28.19%
G 128 of 376 ~ 34.04%
B 142 of 376 ~ 37.77%

%28.19
%34.04
%37.77

CMYK color model

#6A808E color CMYK value is (25,10,0,44).

  • cyan value is 25.35%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(25,10,0,44)
C25M10Y0K44 
(25%,10%,0%,44%)
(0.25/0.10/0.00/0.44)	

CMYK percentages

%25.35
%9.86
%0
%44.31

Codes

Color #6A808E in popluar color models

6A808E
RGB106128142
HSL203°14.52%48.63%
HSB/HSV203°25.35%55.69%
CMYK25.35%9.86%0.00%
44.31%

Color #6A808E in popluar number systems.

HEX6A808E
Decimal106128142
Binary11010101000000010001110
Octal152200216

Shades and tints

Shades of #6A808E

#6A808E
(106,128,142)
#617582
(97,117,130)
#586A76
(88,106,118)
#4F5F6A
(79,95,106)
#46545E
(70,84,94)
#3D4952
(61,73,82)
#343E46
(52,62,70)
#2B333A
(43,51,58)
#22282E
(34,40,46)
#191D22
(25,29,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #6A808E

#6A808E
(106,128,142)
#778B98
(119,139,152)
#8496A2
(132,150,162)
#91A1AC
(145,161,172)
#9EACB6
(158,172,182)
#ABB7C0
(171,183,192)
#B8C2CA
(184,194,202)
#C5CDD4
(197,205,212)
#D2D8DE
(210,216,222)
#DFE3E8
(223,227,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A808E color. Also use rgb(106,128,142) instead hex code.

Text Font Color

.myTextColor { color: #6A808E; }

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

This text font color is #6A808E.


Background Color

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

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

This div background color is #6A808E.


Border color

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

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

This div border color is #6A808E.


Opacity

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

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

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

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

This text has shadow with #6A808E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A808E on black background.


Color preview on white background

This text has color #6A808E on white background.



Black color preview on #6A808E background

This text has black color on #6A808E background.


White color preview on #6A808E background

This text has white color on #6A808E background.