COLOR #6A748B

HEX: #6A748B
RGB: (106,116,139)

Color info

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

RGB color model

#6A748B color RGB value is (106,116,139).

  • red value is 106;
  • green value is 116;
  • blue value is 139.
RGB:
(106,116,139)
(42%,45%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 139 of 255 = 55%

106
116
139

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 139 = 361 (100%)
R 106 of 361 ~ 29.36%
G 116 of 361 ~ 32.13%
B 139 of 361 ~ 38.5%

%29.36
%32.13
%38.5

CMYK color model

#6A748B color CMYK value is (24,17,0,45).

  • cyan value is 23.74%
  • magenta value is 16.55%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(24,17,0,45)
C24M17Y0K45 
(24%,17%,0%,45%)
(0.24/0.17/0.00/0.45)	

CMYK percentages

%23.74
%16.55
%0
%45.49

Codes

Color #6A748B in popluar color models

6A748B
RGB106116139
HSL222°13.47%48.04%
HSB/HSV222°23.74%54.51%
CMYK23.74%16.55%0.00%
45.49%

Color #6A748B in popluar number systems.

HEX6A748B
Decimal106116139
Binary1101010111010010001011
Octal152164213

Shades and tints

Shades of #6A748B

#6A748B
(106,116,139)
#616A7F
(97,106,127)
#586073
(88,96,115)
#4F5667
(79,86,103)
#464C5B
(70,76,91)
#3D424F
(61,66,79)
#343843
(52,56,67)
#2B2E37
(43,46,55)
#22242B
(34,36,43)
#191A1F
(25,26,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #6A748B

#6A748B
(106,116,139)
#778095
(119,128,149)
#848C9F
(132,140,159)
#9198A9
(145,152,169)
#9EA4B3
(158,164,179)
#ABB0BD
(171,176,189)
#B8BCC7
(184,188,199)
#C5C8D1
(197,200,209)
#D2D4DB
(210,212,219)
#DFE0E5
(223,224,229)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A748B color. Also use rgb(106,116,139) instead hex code.

Text Font Color

.myTextColor { color: #6A748B; }

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

This text font color is #6A748B.


Background Color

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

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

This div background color is #6A748B.


Border color

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

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

This div border color is #6A748B.


Opacity

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

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

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

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

This text has shadow with #6A748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A748B on black background.


Color preview on white background

This text has color #6A748B on white background.



Black color preview on #6A748B background

This text has black color on #6A748B background.


White color preview on #6A748B background

This text has white color on #6A748B background.