COLOR #6A679C

HEX: #6A679C
RGB: (106,103,156)

Color info

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

RGB color model

#6A679C color RGB value is (106,103,156).

  • red value is 106;
  • green value is 103;
  • blue value is 156.
RGB:
(106,103,156)
(42%,40%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 103 of 255 = 40%
B 156 of 255 = 61%

106
103
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 103 + 156 = 365 (100%)
R 106 of 365 ~ 29.04%
G 103 of 365 ~ 28.22%
B 156 of 365 ~ 42.74%

%29.04
%28.22
%42.74

CMYK color model

#6A679C color CMYK value is (32,34,0,39).

  • cyan value is 32.05%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(32,34,0,39)
C32M34Y0K39 
(32%,34%,0%,39%)
(0.32/0.34/0.00/0.39)	

CMYK percentages

%32.05
%33.97
%0
%38.82

Codes

Color #6A679C in popluar color models

6A679C
RGB106103156
HSL243°21.12%50.78%
HSB/HSV243°33.97%61.18%
CMYK32.05%33.97%0.00%
38.82%

Color #6A679C in popluar number systems.

HEX6A679C
Decimal106103156
Binary1101010110011110011100
Octal152147234

Shades and tints

Shades of #6A679C

#6A679C
(106,103,156)
#615E8E
(97,94,142)
#585580
(88,85,128)
#4F4C72
(79,76,114)
#464364
(70,67,100)
#3D3A56
(61,58,86)
#343148
(52,49,72)
#2B283A
(43,40,58)
#221F2C
(34,31,44)
#19161E
(25,22,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A679C

#6A679C
(106,103,156)
#7774A5
(119,116,165)
#8481AE
(132,129,174)
#918EB7
(145,142,183)
#9E9BC0
(158,155,192)
#ABA8C9
(171,168,201)
#B8B5D2
(184,181,210)
#C5C2DB
(197,194,219)
#D2CFE4
(210,207,228)
#DFDCED
(223,220,237)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A679C color. Also use rgb(106,103,156) instead hex code.

Text Font Color

.myTextColor { color: #6A679C; }

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

This text font color is #6A679C.


Background Color

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

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

This div background color is #6A679C.


Border color

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

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

This div border color is #6A679C.


Opacity

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

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

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

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

This text has shadow with #6A679C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A679C on black background.


Color preview on white background

This text has color #6A679C on white background.



Black color preview on #6A679C background

This text has black color on #6A679C background.


White color preview on #6A679C background

This text has white color on #6A679C background.