COLOR #6A638D

HEX: #6A638D RGB: (106,99,141)

Color info

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

RGB color model

#6A638D color RGB value is (106,99,141).

RGB: (106,99,141) (42%, 39%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 99 of 255 = 39%
B 141 of 255 = 55%

106
99
141

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

Portions of RGB colors in percentages

R + G + B = 106 + 99 + 141 = 346 (100%)
R 106 of 346 ~ 30.64%
G 99 of 346 ~ 28.61%
B 141 of 346 ~ 40.75'%

%30.64
%28.61
%40.75

CMYK color model

#6A638D color CMYK value is (25,30,0,45).

  • cyan value is 24.82%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (25,30,0,45)
C25M30Y0K45 (25%, 30%, 0%, 45%)
(0.25 / 0.30 / 0.00 / 0.45)

CMYK percentages

%24.82
%29.79
%0
%44.71

Codes

Color #6A638D in popluar color models

6A 63 8D
RGB 106 99 141
HSL 250° 17.50% 47.06%
HSB/HSV 250° 29.79% 55.29%
CMYK 24.82% 29.79% 0.00%
44.71%

Color #6A638D in popluar number systems.

HEX 6A 63 8D
Decimal 106 99 141
Binary 1101010 1100011 10001101
Octal 152 143 215

Shades and tints

Shades of #6A638D

#6A638D
(106,99,141)
#615A81
(97,90,129)
#585175
(88,81,117)
#4F4869
(79,72,105)
#463F5D
(70,63,93)
#3D3651
(61,54,81)
#342D45
(52,45,69)
#2B2439
(43,36,57)
#221B2D
(34,27,45)
#191221
(25,18,33)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #6A638D

#6A638D
(106,99,141)
#777197
(119,113,151)
#847FA1
(132,127,161)
#918DAB
(145,141,171)
#9E9BB5
(158,155,181)
#ABA9BF
(171,169,191)
#B8B7C9
(184,183,201)
#C5C5D3
(197,197,211)
#D2D3DD
(210,211,221)
#DFE1E7
(223,225,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A638D color. Also use rgb(106,99,141) instead hex code.

Text Font Color

.myTextColor { color: #6A638D; }

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

This text font color is #6A638D.

Background Color

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

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

This div background color is #6A638D.

Border color

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

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

This div border color is #6A638D.

Opacity

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

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

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

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

This text has shadow with #6A638D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A638D.

Preview

Color preview on black background

This text has color #6A638D on black background.


Color preview on white background

This text has color #6A638D on white background.


Black color preview on #6A638D background

This text has black color on #6A638D background.


White color preview on #6A638D background

This text has white color on #6A638D background.


Related colors

Complementary color

Complementary color for #hex is #959C72.


I love getcolorcode.com

Triadic colors

1 #8D6A63 and #638D6A with #6A638D are triadic colors.

2 #8D636A and #636A8D with #6A638D are triadic colors.