COLOR #6A629B

HEX: #6A629B RGB: (106,98,155)

Color info

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

RGB color model

#6A629B color RGB value is (106,98,155).

RGB: (106,98,155) (42%, 38%, 61%)

RGB channels and saturation

R 106 of 255 = 42%
G 98 of 255 = 38%
B 155 of 255 = 61%

106
98
155

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

Portions of RGB colors in percentages

R + G + B = 106 + 98 + 155 = 359 (100%)
R 106 of 359 ~ 29.53%
G 98 of 359 ~ 27.3%
B 155 of 359 ~ 43.18'%

%29.53
%27.3
%43.18

CMYK color model

#6A629B color CMYK value is (32,37,0,39).

  • cyan value is 31.61%
  • magenta value is 36.77%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (32,37,0,39)
C32M37Y0K39 (32%, 37%, 0%, 39%)
(0.32 / 0.37 / 0.00 / 0.39)

CMYK percentages

%31.61
%36.77
%0
%39.22

Codes

Color #6A629B in popluar color models

6A 62 9B
RGB 106 98 155
HSL 248° 22.53% 49.61%
HSB/HSV 248° 36.77% 60.78%
CMYK 31.61% 36.77% 0.00%
39.22%

Color #6A629B in popluar number systems.

HEX 6A 62 9B
Decimal 106 98 155
Binary 1101010 1100010 10011011
Octal 152 142 233

Shades and tints

Shades of #6A629B

#6A629B
(106,98,155)
#615A8D
(97,90,141)
#58527F
(88,82,127)
#4F4A71
(79,74,113)
#464263
(70,66,99)
#3D3A55
(61,58,85)
#343247
(52,50,71)
#2B2A39
(43,42,57)
#22222B
(34,34,43)
#191A1D
(25,26,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #6A629B

#6A629B
(106,98,155)
#7770A4
(119,112,164)
#847EAD
(132,126,173)
#918CB6
(145,140,182)
#9E9ABF
(158,154,191)
#ABA8C8
(171,168,200)
#B8B6D1
(184,182,209)
#C5C4DA
(197,196,218)
#D2D2E3
(210,210,227)
#DFE0EC
(223,224,236)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A629B color. Also use rgb(106,98,155) instead hex code.

Text Font Color

.myTextColor { color: #6A629B; }

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

This text font color is #6A629B.

Background Color

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

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

This div background color is #6A629B.

Border color

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

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

This div border color is #6A629B.

Opacity

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

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

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

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

This text has shadow with #6A629B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A629B.

Preview

Color preview on black background

This text has color #6A629B on black background.


Color preview on white background

This text has color #6A629B on white background.


Black color preview on #6A629B background

This text has black color on #6A629B background.


White color preview on #6A629B background

This text has white color on #6A629B background.


Related colors

Complementary color

Complementary color for #hex is #959D64.


I love getcolorcode.com

Triadic colors

1 #9B6A62 and #629B6A with #6A629B are triadic colors.

2 #9B626A and #626A9B with #6A629B are triadic colors.