COLOR #6A6AB3

HEX: #6A6AB3
RGB: (106,106,179)

Color info

#6A6AB3 contains mainly blue color. Web safe color of #6A6AB3 is #666699 (or #669).

RGB color model

#6A6AB3 color RGB value is (106,106,179).

  • red value is 106;
  • green value is 106;
  • blue value is 179.
RGB:
(106,106,179)
(42%,42%,70%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 179 of 255 = 70%

106
106
179

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

Portions of RGB colors in percentages

R + G + B =
106 + 106 + 179 = 391 (100%)
R 106 of 391 ~ 27.11%
G 106 of 391 ~ 27.11%
B 179 of 391 ~ 45.78%

%27.11
%27.11
%45.78

CMYK color model

#6A6AB3 color CMYK value is (41,41,0,30).

  • cyan value is 40.78%
  • magenta value is 40.78%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(41,41,0,30)
C41M41Y0K30 
(41%,41%,0%,30%)
(0.41/0.41/0.00/0.30)	

CMYK percentages

%40.78
%40.78
%0
%29.8

Codes

Color #6A6AB3 in popluar color models

6A6AB3
RGB106106179
HSL240°32.44%55.88%
HSB/HSV240°40.78%70.20%
CMYK40.78%40.78%0.00%
29.80%

Color #6A6AB3 in popluar number systems.

HEX6A6AB3
Decimal106106179
Binary1101010110101010110011
Octal152152263

Shades and tints

Shades of #6A6AB3

#6A6AB3
(106,106,179)
#6161A3
(97,97,163)
#585893
(88,88,147)
#4F4F83
(79,79,131)
#464673
(70,70,115)
#3D3D63
(61,61,99)
#343453
(52,52,83)
#2B2B43
(43,43,67)
#222233
(34,34,51)
#191923
(25,25,35)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #6A6AB3

#6A6AB3
(106,106,179)
#7777B9
(119,119,185)
#8484BF
(132,132,191)
#9191C5
(145,145,197)
#9E9ECB
(158,158,203)
#ABABD1
(171,171,209)
#B8B8D7
(184,184,215)
#C5C5DD
(197,197,221)
#D2D2E3
(210,210,227)
#DFDFE9
(223,223,233)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6AB3; }

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

This text font color is #6A6AB3.


Background Color

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

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

This div background color is #6A6AB3.


Border color

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

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

This div border color is #6A6AB3.


Opacity

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

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

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

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

This text has shadow with #6A6AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6AB3 on black background.


Color preview on white background

This text has color #6A6AB3 on white background.



Black color preview on #6A6AB3 background

This text has black color on #6A6AB3 background.


White color preview on #6A6AB3 background

This text has white color on #6A6AB3 background.