COLOR #6A6698

HEX: #6A6698
RGB: (106,102,152)

Color info

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

RGB color model

#6A6698 color RGB value is (106,102,152).

  • red value is 106;
  • green value is 102;
  • blue value is 152.
RGB:
(106,102,152)
(42%,40%,60%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 152 of 255 = 60%

106
102
152

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

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 152 = 360 (100%)
R 106 of 360 ~ 29.44%
G 102 of 360 ~ 28.33%
B 152 of 360 ~ 42.22%

%29.44
%28.33
%42.22

CMYK color model

#6A6698 color CMYK value is (30,33,0,40).

  • cyan value is 30.26%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(30,33,0,40)
C30M33Y0K40 
(30%,33%,0%,40%)
(0.30/0.33/0.00/0.40)	

CMYK percentages

%30.26
%32.89
%0
%40.39

Codes

Color #6A6698 in popluar color models

6A6698
RGB106102152
HSL245°19.69%49.80%
HSB/HSV245°32.89%59.61%
CMYK30.26%32.89%0.00%
40.39%

Color #6A6698 in popluar number systems.

HEX6A6698
Decimal106102152
Binary1101010110011010011000
Octal152146230

Shades and tints

Shades of #6A6698

#6A6698
(106,102,152)
#615D8B
(97,93,139)
#58547E
(88,84,126)
#4F4B71
(79,75,113)
#464264
(70,66,100)
#3D3957
(61,57,87)
#34304A
(52,48,74)
#2B273D
(43,39,61)
#221E30
(34,30,48)
#191523
(25,21,35)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #6A6698

#6A6698
(106,102,152)
#7773A1
(119,115,161)
#8480AA
(132,128,170)
#918DB3
(145,141,179)
#9E9ABC
(158,154,188)
#ABA7C5
(171,167,197)
#B8B4CE
(184,180,206)
#C5C1D7
(197,193,215)
#D2CEE0
(210,206,224)
#DFDBE9
(223,219,233)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6698 color. Also use rgb(106,102,152) instead hex code.

Text Font Color

.myTextColor { color: #6A6698; }

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

This text font color is #6A6698.


Background Color

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

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

This div background color is #6A6698.


Border color

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

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

This div border color is #6A6698.


Opacity

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

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

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

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

This text has shadow with #6A6698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6698 on black background.


Color preview on white background

This text has color #6A6698 on white background.



Black color preview on #6A6698 background

This text has black color on #6A6698 background.


White color preview on #6A6698 background

This text has white color on #6A6698 background.