COLOR #6A849D

HEX: #6A849D
RGB: (106,132,157)

Color info

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

RGB color model

#6A849D color RGB value is (106,132,157).

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

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 157 of 255 = 62%

106
132
157

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

Portions of RGB colors in percentages

R + G + B =
106 + 132 + 157 = 395 (100%)
R 106 of 395 ~ 26.84%
G 132 of 395 ~ 33.42%
B 157 of 395 ~ 39.75%

%26.84
%33.42
%39.75

CMYK color model

#6A849D color CMYK value is (32,16,0,38).

  • cyan value is 32.48%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,16,0,38)
C32M16Y0K38 
(32%,16%,0%,38%)
(0.32/0.16/0.00/0.38)	

CMYK percentages

%32.48
%15.92
%0
%38.43

Codes

Color #6A849D in popluar color models

6A849D
RGB106132157
HSL209°20.65%51.57%
HSB/HSV209°32.48%61.57%
CMYK32.48%15.92%0.00%
38.43%

Color #6A849D in popluar number systems.

HEX6A849D
Decimal106132157
Binary11010101000010010011101
Octal152204235

Shades and tints

Shades of #6A849D

#6A849D
(106,132,157)
#61788F
(97,120,143)
#586C81
(88,108,129)
#4F6073
(79,96,115)
#465465
(70,84,101)
#3D4857
(61,72,87)
#343C49
(52,60,73)
#2B303B
(43,48,59)
#22242D
(34,36,45)
#19181F
(25,24,31)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #6A849D

#6A849D
(106,132,157)
#778FA5
(119,143,165)
#849AAD
(132,154,173)
#91A5B5
(145,165,181)
#9EB0BD
(158,176,189)
#ABBBC5
(171,187,197)
#B8C6CD
(184,198,205)
#C5D1D5
(197,209,213)
#D2DCDD
(210,220,221)
#DFE7E5
(223,231,229)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A849D; }

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

This text font color is #6A849D.


Background Color

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

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

This div background color is #6A849D.


Border color

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

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

This div border color is #6A849D.


Opacity

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

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

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

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

This text has shadow with #6A849D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A849D on black background.


Color preview on white background

This text has color #6A849D on white background.



Black color preview on #6A849D background

This text has black color on #6A849D background.


White color preview on #6A849D background

This text has white color on #6A849D background.