COLOR #6A738E

HEX: #6A738E RGB: (106,115,142)

Color info

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

RGB color model

#6A738E color RGB value is (106,115,142).

RGB: (106,115,142) (42%, 45%, 56%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 142 of 255 = 56%

106
115
142

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

Portions of RGB colors in percentages

R + G + B = 106 + 115 + 142 = 363 (100%)
R 106 of 363 ~ 29.2%
G 115 of 363 ~ 31.68%
B 142 of 363 ~ 39.12'%

%29.2
%31.68
%39.12

CMYK color model

#6A738E color CMYK value is (25,19,0,44).

  • cyan value is 25.35%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (25,19,0,44)
C25M19Y0K44 (25%, 19%, 0%, 44%)
(0.25 / 0.19 / 0.00 / 0.44)

CMYK percentages

%25.35
%19.01
%0
%44.31

Codes

Color #6A738E in popluar color models

6A 73 8E
RGB 106 115 142
HSL 225° 14.52% 48.63%
HSB/HSV 225° 25.35% 55.69%
CMYK 25.35% 19.01% 0.00%
44.31%

Color #6A738E in popluar number systems.

HEX 6A 73 8E
Decimal 106 115 142
Binary 1101010 1110011 10001110
Octal 152 163 216

Shades and tints

Shades of #6A738E

#6A738E
(106,115,142)
#616982
(97,105,130)
#585F76
(88,95,118)
#4F556A
(79,85,106)
#464B5E
(70,75,94)
#3D4152
(61,65,82)
#343746
(52,55,70)
#2B2D3A
(43,45,58)
#22232E
(34,35,46)
#191922
(25,25,34)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #6A738E

#6A738E
(106,115,142)
#777F98
(119,127,152)
#848BA2
(132,139,162)
#9197AC
(145,151,172)
#9EA3B6
(158,163,182)
#ABAFC0
(171,175,192)
#B8BBCA
(184,187,202)
#C5C7D4
(197,199,212)
#D2D3DE
(210,211,222)
#DFDFE8
(223,223,232)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A738E; }

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

This text font color is #6A738E.

Background Color

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

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

This div background color is #6A738E.

Border color

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

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

This div border color is #6A738E.

Opacity

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

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

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

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

This text has shadow with #6A738E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A738E.

Preview

Color preview on black background

This text has color #6A738E on black background.


Color preview on white background

This text has color #6A738E on white background.


Black color preview on #6A738E background

This text has black color on #6A738E background.


White color preview on #6A738E background

This text has white color on #6A738E background.


Related colors

Complementary color

Complementary color for #hex is #958C71.


I love getcolorcode.com

Triadic colors

1 #8E6A73 and #738E6A with #6A738E are triadic colors.

2 #8E736A and #736A8E with #6A738E are triadic colors.