COLOR #6B629A

HEX: #6B629A RGB: (107,98,154)

Color info

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

RGB color model

#6B629A color RGB value is (107,98,154).

RGB: (107,98,154) (42%, 38%, 60%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 154 of 255 = 60%

107
98
154

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

Portions of RGB colors in percentages

R + G + B = 107 + 98 + 154 = 359 (100%)
R 107 of 359 ~ 29.81%
G 98 of 359 ~ 27.3%
B 154 of 359 ~ 42.9'%

%29.81
%27.3
%42.9

CMYK color model

#6B629A color CMYK value is (31,36,0,40).

  • cyan value is 30.52%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (31,36,0,40)
C31M36Y0K40 (31%, 36%, 0%, 40%)
(0.31 / 0.36 / 0.00 / 0.40)

CMYK percentages

%30.52
%36.36
%0
%39.61

Codes

Color #6B629A in popluar color models

6B 62 9A
RGB 107 98 154
HSL 250° 22.22% 49.41%
HSB/HSV 250° 36.36% 60.39%
CMYK 30.52% 36.36% 0.00%
39.61%

Color #6B629A in popluar number systems.

HEX 6B 62 9A
Decimal 107 98 154
Binary 1101011 1100010 10011010
Octal 153 142 232

Shades and tints

Shades of #6B629A

#6B629A
(107,98,154)
#625A8C
(98,90,140)
#59527E
(89,82,126)
#504A70
(80,74,112)
#474262
(71,66,98)
#3E3A54
(62,58,84)
#353246
(53,50,70)
#2C2A38
(44,42,56)
#23222A
(35,34,42)
#1A1A1C
(26,26,28)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #6B629A

#6B629A
(107,98,154)
#7870A3
(120,112,163)
#857EAC
(133,126,172)
#928CB5
(146,140,181)
#9F9ABE
(159,154,190)
#ACA8C7
(172,168,199)
#B9B6D0
(185,182,208)
#C6C4D9
(198,196,217)
#D3D2E2
(211,210,226)
#E0E0EB
(224,224,235)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B629A color. Also use rgb(107,98,154) instead hex code.

Text Font Color

.myTextColor { color: #6B629A; }

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

This text font color is #6B629A.

Background Color

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

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

This div background color is #6B629A.

Border color

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

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

This div border color is #6B629A.

Opacity

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

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

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

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

This text has shadow with #6B629A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B629A.

Preview

Color preview on black background

This text has color #6B629A on black background.


Color preview on white background

This text has color #6B629A on white background.


Black color preview on #6B629A background

This text has black color on #6B629A background.


White color preview on #6B629A background

This text has white color on #6B629A background.


Related colors

Complementary color

Complementary color for #hex is #949D65.


I love getcolorcode.com

Triadic colors

1 #9A6B62 and #629A6B with #6B629A are triadic colors.

2 #9A626B and #626B9A with #6B629A are triadic colors.