COLOR #6A6ABE

HEX: #6A6ABE RGB: (106,106,190)

Color info

#6A6ABE contains mainly blue color. Web safe color of #6A6ABE is #6666CC (or #66C).

RGB color model

#6A6ABE color RGB value is (106,106,190).

RGB: (106,106,190) (42%, 42%, 75%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 190 of 255 = 75%

106
106
190

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

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 190 = 402 (100%)
R 106 of 402 ~ 26.37%
G 106 of 402 ~ 26.37%
B 190 of 402 ~ 47.26'%

%26.37
%26.37
%47.26

CMYK color model

#6A6ABE color CMYK value is (44,44,0,25).

  • cyan value is 44.21%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (44,44,0,25)
C44M44Y0K25 (44%, 44%, 0%, 25%)
(0.44 / 0.44 / 0.00 / 0.25)

CMYK percentages

%44.21
%44.21
%0
%25.49

Codes

Color #6A6ABE in popluar color models

6A 6A BE
RGB 106 106 190
HSL 240° 39.25% 58.04%
HSB/HSV 240° 44.21% 74.51%
CMYK 44.21% 44.21% 0.00%
25.49%

Color #6A6ABE in popluar number systems.

HEX 6A 6A BE
Decimal 106 106 190
Binary 1101010 1101010 10111110
Octal 152 152 276

Shades and tints

Shades of #6A6ABE

#6A6ABE
(106,106,190)
#6161AD
(97,97,173)
#58589C
(88,88,156)
#4F4F8B
(79,79,139)
#46467A
(70,70,122)
#3D3D69
(61,61,105)
#343458
(52,52,88)
#2B2B47
(43,43,71)
#222236
(34,34,54)
#191925
(25,25,37)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #6A6ABE

#6A6ABE
(106,106,190)
#7777C3
(119,119,195)
#8484C8
(132,132,200)
#9191CD
(145,145,205)
#9E9ED2
(158,158,210)
#ABABD7
(171,171,215)
#B8B8DC
(184,184,220)
#C5C5E1
(197,197,225)
#D2D2E6
(210,210,230)
#DFDFEB
(223,223,235)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6ABE; }

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

This text font color is #6A6ABE.

Background Color

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

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

This div background color is #6A6ABE.

Border color

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

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

This div border color is #6A6ABE.

Opacity

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

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

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

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

This text has shadow with #6A6ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6ABE.

Preview

Color preview on black background

This text has color #6A6ABE on black background.


Color preview on white background

This text has color #6A6ABE on white background.


Black color preview on #6A6ABE background

This text has black color on #6A6ABE background.


White color preview on #6A6ABE background

This text has white color on #6A6ABE background.


Related colors

Complementary color

Complementary color for #hex is #959541.


I love getcolorcode.com