COLOR #6A848A

HEX: #6A848A
RGB: (106,132,138)

Color info

#6A848A contains red, green and blue colors in about the same proportion. Web safe color of #6A848A is #669999 (or #699).

RGB color model

#6A848A color RGB value is (106,132,138).

  • red value is 106;
  • green value is 132;
  • blue value is 138.
RGB:
(106,132,138)
(42%,52%,54%)

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 138 of 255 = 54%

106
132
138

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

Portions of RGB colors in percentages

R + G + B =
106 + 132 + 138 = 376 (100%)
R 106 of 376 ~ 28.19%
G 132 of 376 ~ 35.11%
B 138 of 376 ~ 36.7%

%28.19
%35.11
%36.7

CMYK color model

#6A848A color CMYK value is (23,4,0,46).

  • cyan value is 23.19%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(23,4,0,46)
C23M4Y0K46 
(23%,4%,0%,46%)
(0.23/0.04/0.00/0.46)	

CMYK percentages

%23.19
%4.35
%0
%45.88

Codes

Color #6A848A in popluar color models

6A848A
RGB106132138
HSL191°13.11%47.84%
HSB/HSV191°23.19%54.12%
CMYK23.19%4.35%0.00%
45.88%

Color #6A848A in popluar number systems.

HEX6A848A
Decimal106132138
Binary11010101000010010001010
Octal152204212

Shades and tints

Shades of #6A848A

#6A848A
(106,132,138)
#61787E
(97,120,126)
#586C72
(88,108,114)
#4F6066
(79,96,102)
#46545A
(70,84,90)
#3D484E
(61,72,78)
#343C42
(52,60,66)
#2B3036
(43,48,54)
#22242A
(34,36,42)
#19181E
(25,24,30)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #6A848A

#6A848A
(106,132,138)
#778F94
(119,143,148)
#849A9E
(132,154,158)
#91A5A8
(145,165,168)
#9EB0B2
(158,176,178)
#ABBBBC
(171,187,188)
#B8C6C6
(184,198,198)
#C5D1D0
(197,209,208)
#D2DCDA
(210,220,218)
#DFE7E4
(223,231,228)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A848A color. Also use rgb(106,132,138) instead hex code.

Text Font Color

.myTextColor { color: #6A848A; }

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

This text font color is #6A848A.


Background Color

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

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

This div background color is #6A848A.


Border color

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

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

This div border color is #6A848A.


Opacity

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

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

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

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

This text has shadow with #6A848A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A848A on black background.


Color preview on white background

This text has color #6A848A on white background.



Black color preview on #6A848A background

This text has black color on #6A848A background.


White color preview on #6A848A background

This text has white color on #6A848A background.