COLOR #6A7384

HEX: #6A7384
RGB: (106,115,132)

Color info

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

RGB color model

#6A7384 color RGB value is (106,115,132).

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

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 132 of 255 = 52%

106
115
132

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

Portions of RGB colors in percentages

R + G + B =
106 + 115 + 132 = 353 (100%)
R 106 of 353 ~ 30.03%
G 115 of 353 ~ 32.58%
B 132 of 353 ~ 37.39%

%30.03
%32.58
%37.39

CMYK color model

#6A7384 color CMYK value is (20,13,0,48).

  • cyan value is 19.70%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(20,13,0,48)
C20M13Y0K48 
(20%,13%,0%,48%)
(0.20/0.13/0.00/0.48)	

CMYK percentages

%19.7
%12.88
%0
%48.24

Codes

Color #6A7384 in popluar color models

6A7384
RGB106115132
HSL219°10.92%46.67%
HSB/HSV219°19.70%51.76%
CMYK19.70%12.88%0.00%
48.24%

Color #6A7384 in popluar number systems.

HEX6A7384
Decimal106115132
Binary1101010111001110000100
Octal152163204

Shades and tints

Shades of #6A7384

#6A7384
(106,115,132)
#616978
(97,105,120)
#585F6C
(88,95,108)
#4F5560
(79,85,96)
#464B54
(70,75,84)
#3D4148
(61,65,72)
#34373C
(52,55,60)
#2B2D30
(43,45,48)
#222324
(34,35,36)
#191918
(25,25,24)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A7384

#6A7384
(106,115,132)
#777F8F
(119,127,143)
#848B9A
(132,139,154)
#9197A5
(145,151,165)
#9EA3B0
(158,163,176)
#ABAFBB
(171,175,187)
#B8BBC6
(184,187,198)
#C5C7D1
(197,199,209)
#D2D3DC
(210,211,220)
#DFDFE7
(223,223,231)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7384; }

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

This text font color is #6A7384.


Background Color

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

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

This div background color is #6A7384.


Border color

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

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

This div border color is #6A7384.


Opacity

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

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

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

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

This text has shadow with #6A7384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7384 on black background.


Color preview on white background

This text has color #6A7384 on white background.



Black color preview on #6A7384 background

This text has black color on #6A7384 background.


White color preview on #6A7384 background

This text has white color on #6A7384 background.