COLOR #6A6AAF

HEX: #6A6AAF RGB: (106,106,175)

Color info

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

RGB color model

#6A6AAF color RGB value is (106,106,175).

RGB: (106,106,175) (42%, 42%, 69%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 175 of 255 = 69%

106
106
175

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

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 175 = 387 (100%)
R 106 of 387 ~ 27.39%
G 106 of 387 ~ 27.39%
B 175 of 387 ~ 45.22'%

%27.39
%27.39
%45.22

CMYK color model

#6A6AAF color CMYK value is (39,39,0,31).

  • cyan value is 39.43%
  • magenta value is 39.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (39,39,0,31) C39M39Y0K31 (39%,39%,0%,31%) (0.39/0.39/0.00/0.31) 

CMYK percentages

%39.43
%39.43
%0
%31.37

Codes

Color #6A6AAF in popluar color models

6A 6A AF
RGB 106 106 175
HSL 240° 30.13% 55.10%
HSB/HSV 240° 39.43% 68.63%
CMYK 39.43% 39.43% 0.00%
31.37%

Color #6A6AAF in popluar number systems.

HEX 6A 6A AF
Decimal 106 106 175
Binary 1101010 1101010 10101111
Octal 152 152 257

Shades and tints

Shades of #6A6AAF

#6A6AAF
(106,106,175)
#6161A0
(97,97,160)
#585891
(88,88,145)
#4F4F82
(79,79,130)
#464673
(70,70,115)
#3D3D64
(61,61,100)
#343455
(52,52,85)
#2B2B46
(43,43,70)
#222237
(34,34,55)
#191928
(25,25,40)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #6A6AAF

#6A6AAF
(106,106,175)
#7777B6
(119,119,182)
#8484BD
(132,132,189)
#9191C4
(145,145,196)
#9E9ECB
(158,158,203)
#ABABD2
(171,171,210)
#B8B8D9
(184,184,217)
#C5C5E0
(197,197,224)
#D2D2E7
(210,210,231)
#DFDFEE
(223,223,238)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6AAF; }

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

This text font color is #6A6AAF.

Background Color

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

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

This div background color is #6A6AAF.

Border color

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

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

This div border color is #6A6AAF.

Opacity

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

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

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

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

This text has shadow with #6A6AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6AAF.

Preview

Color preview on black background

This text has color #6A6AAF on black background.


Color preview on white background

This text has color #6A6AAF on white background.


Black color preview on #6A6AAF background

This text has black color on #6A6AAF background.


White color preview on #6A6AAF background

This text has white color on #6A6AAF background.


Related colors

Complementary color

Complementary color for #hex is #959550.


I love getcolorcode.com