COLOR #6A848F

HEX: #6A848F
RGB: (106,132,143)

Color info

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

RGB color model

#6A848F color RGB value is (106,132,143).

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

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 143 of 255 = 56%

106
132
143

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

Portions of RGB colors in percentages

R + G + B =
106 + 132 + 143 = 381 (100%)
R 106 of 381 ~ 27.82%
G 132 of 381 ~ 34.65%
B 143 of 381 ~ 37.53%

%27.82
%34.65
%37.53

CMYK color model

#6A848F color CMYK value is (26,8,0,44).

  • cyan value is 25.87%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(26,8,0,44)
C26M8Y0K44 
(26%,8%,0%,44%)
(0.26/0.08/0.00/0.44)	

CMYK percentages

%25.87
%7.69
%0
%43.92

Codes

Color #6A848F in popluar color models

6A848F
RGB106132143
HSL198°14.86%48.82%
HSB/HSV198°25.87%56.08%
CMYK25.87%7.69%0.00%
43.92%

Color #6A848F in popluar number systems.

HEX6A848F
Decimal106132143
Binary11010101000010010001111
Octal152204217

Shades and tints

Shades of #6A848F

#6A848F
(106,132,143)
#617882
(97,120,130)
#586C75
(88,108,117)
#4F6068
(79,96,104)
#46545B
(70,84,91)
#3D484E
(61,72,78)
#343C41
(52,60,65)
#2B3034
(43,48,52)
#222427
(34,36,39)
#19181A
(25,24,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #6A848F

#6A848F
(106,132,143)
#778F99
(119,143,153)
#849AA3
(132,154,163)
#91A5AD
(145,165,173)
#9EB0B7
(158,176,183)
#ABBBC1
(171,187,193)
#B8C6CB
(184,198,203)
#C5D1D5
(197,209,213)
#D2DCDF
(210,220,223)
#DFE7E9
(223,231,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A848F; }

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

This text font color is #6A848F.


Background Color

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

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

This div background color is #6A848F.


Border color

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

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

This div border color is #6A848F.


Opacity

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

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

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

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

This text has shadow with #6A848F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A848F on black background.


Color preview on white background

This text has color #6A848F on white background.



Black color preview on #6A848F background

This text has black color on #6A848F background.


White color preview on #6A848F background

This text has white color on #6A848F background.