COLOR #6A7DA1

HEX: #6A7DA1 RGB: (106,125,161)

Color info

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

RGB color model

#6A7DA1 color RGB value is (106,125,161).

RGB: (106,125,161) (42%, 49%, 63%)

RGB channels and saturation

R 106 of 255 = 42%
G 125 of 255 = 49%
B 161 of 255 = 63%

106
125
161

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

Portions of RGB colors in percentages

R + G + B = 106 + 125 + 161 = 392 (100%)
R 106 of 392 ~ 27.04%
G 125 of 392 ~ 31.89%
B 161 of 392 ~ 41.07'%

%27.04
%31.89
%41.07

CMYK color model

#6A7DA1 color CMYK value is (34,22,0,37).

  • cyan value is 34.16%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (34,22,0,37)
C34M22Y0K37 (34%, 22%, 0%, 37%)
(0.34 / 0.22 / 0.00 / 0.37)

CMYK percentages

%34.16
%22.36
%0
%36.86

Codes

Color #6A7DA1 in popluar color models

6A 7D A1
RGB 106 125 161
HSL 219° 22.63% 52.35%
HSB/HSV 219° 34.16% 63.14%
CMYK 34.16% 22.36% 0.00%
36.86%

Color #6A7DA1 in popluar number systems.

HEX 6A 7D A1
Decimal 106 125 161
Binary 1101010 1111101 10100001
Octal 152 175 241

Shades and tints

Shades of #6A7DA1

#6A7DA1
(106,125,161)
#617293
(97,114,147)
#586785
(88,103,133)
#4F5C77
(79,92,119)
#465169
(70,81,105)
#3D465B
(61,70,91)
#343B4D
(52,59,77)
#2B303F
(43,48,63)
#222531
(34,37,49)
#191A23
(25,26,35)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #6A7DA1

#6A7DA1
(106,125,161)
#7788A9
(119,136,169)
#8493B1
(132,147,177)
#919EB9
(145,158,185)
#9EA9C1
(158,169,193)
#ABB4C9
(171,180,201)
#B8BFD1
(184,191,209)
#C5CAD9
(197,202,217)
#D2D5E1
(210,213,225)
#DFE0E9
(223,224,233)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7DA1 color. Also use rgb(106,125,161) instead hex code.

Text Font Color

.myTextColor { color: #6A7DA1; }

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

This text font color is #6A7DA1.

Background Color

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

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

This div background color is #6A7DA1.

Border color

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

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

This div border color is #6A7DA1.

Opacity

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

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

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

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

This text has shadow with #6A7DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7DA1.

Preview

Color preview on black background

This text has color #6A7DA1 on black background.


Color preview on white background

This text has color #6A7DA1 on white background.


Black color preview on #6A7DA1 background

This text has black color on #6A7DA1 background.


White color preview on #6A7DA1 background

This text has white color on #6A7DA1 background.


Related colors

Complementary color

Complementary color for #hex is #95825E.


I love getcolorcode.com

Triadic colors

1 #A16A7D and #7DA16A with #6A7DA1 are triadic colors.

2 #A17D6A and #7D6AA1 with #6A7DA1 are triadic colors.