COLOR #6A819D

HEX: #6A819D RGB: (106,129,157)

Color info

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

RGB color model

#6A819D color RGB value is (106,129,157).

RGB: (106,129,157) (42%, 51%, 62%)

RGB channels and saturation

R 106 of 255 = 42%
G 129 of 255 = 51%
B 157 of 255 = 62%

106
129
157

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

Portions of RGB colors in percentages

R + G + B = 106 + 129 + 157 = 392 (100%)
R 106 of 392 ~ 27.04%
G 129 of 392 ~ 32.91%
B 157 of 392 ~ 40.05'%

%27.04
%32.91
%40.05

CMYK color model

#6A819D color CMYK value is (32,18,0,38).

  • cyan value is 32.48%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (32,18,0,38)
C32M18Y0K38 (32%, 18%, 0%, 38%)
(0.32 / 0.18 / 0.00 / 0.38)

CMYK percentages

%32.48
%17.83
%0
%38.43

Codes

Color #6A819D in popluar color models

6A 81 9D
RGB 106 129 157
HSL 213° 20.65% 51.57%
HSB/HSV 213° 32.48% 61.57%
CMYK 32.48% 17.83% 0.00%
38.43%

Color #6A819D in popluar number systems.

HEX 6A 81 9D
Decimal 106 129 157
Binary 1101010 10000001 10011101
Octal 152 201 235

Shades and tints

Shades of #6A819D

#6A819D
(106,129,157)
#61768F
(97,118,143)
#586B81
(88,107,129)
#4F6073
(79,96,115)
#465565
(70,85,101)
#3D4A57
(61,74,87)
#343F49
(52,63,73)
#2B343B
(43,52,59)
#22292D
(34,41,45)
#191E1F
(25,30,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #6A819D

#6A819D
(106,129,157)
#778CA5
(119,140,165)
#8497AD
(132,151,173)
#91A2B5
(145,162,181)
#9EADBD
(158,173,189)
#ABB8C5
(171,184,197)
#B8C3CD
(184,195,205)
#C5CED5
(197,206,213)
#D2D9DD
(210,217,221)
#DFE4E5
(223,228,229)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A819D; }

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

This text font color is #6A819D.

Background Color

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

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

This div background color is #6A819D.

Border color

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

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

This div border color is #6A819D.

Opacity

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

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

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

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

This text has shadow with #6A819D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A819D.

Preview

Color preview on black background

This text has color #6A819D on black background.


Color preview on white background

This text has color #6A819D on white background.


Black color preview on #6A819D background

This text has black color on #6A819D background.


White color preview on #6A819D background

This text has white color on #6A819D background.


Related colors

Complementary color

Complementary color for #hex is #957E62.


I love getcolorcode.com

Triadic colors

1 #9D6A81 and #819D6A with #6A819D are triadic colors.

2 #9D816A and #816A9D with #6A819D are triadic colors.