COLOR #6A6ADF

HEX: #6A6ADF RGB: (106,106,223)

Color info

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

RGB color model

#6A6ADF color RGB value is (106,106,223).

RGB: (106,106,223) (42%, 42%, 87%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 223 of 255 = 87%

106
106
223

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

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 223 = 435 (100%)
R 106 of 435 ~ 24.37%
G 106 of 435 ~ 24.37%
B 223 of 435 ~ 51.26'%

%24.37
%24.37
%51.26

CMYK color model

#6A6ADF color CMYK value is (52,52,0,13).

  • cyan value is 52.47%
  • magenta value is 52.47%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (52,52,0,13)
C52M52Y0K13 (52%, 52%, 0%, 13%)
(0.52 / 0.52 / 0.00 / 0.13)

CMYK percentages

%52.47
%52.47
%0
%12.55

Codes

Color #6A6ADF in popluar color models

6A 6A DF
RGB 106 106 223
HSL 240° 64.64% 64.51%
HSB/HSV 240° 52.47% 87.45%
CMYK 52.47% 52.47% 0.00%
12.55%

Color #6A6ADF in popluar number systems.

HEX 6A 6A DF
Decimal 106 106 223
Binary 1101010 1101010 11011111
Octal 152 152 337

Shades and tints

Shades of #6A6ADF

#6A6ADF
(106,106,223)
#6161CB
(97,97,203)
#5858B7
(88,88,183)
#4F4FA3
(79,79,163)
#46468F
(70,70,143)
#3D3D7B
(61,61,123)
#343467
(52,52,103)
#2B2B53
(43,43,83)
#22223F
(34,34,63)
#19192B
(25,25,43)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #6A6ADF

#6A6ADF
(106,106,223)
#7777E1
(119,119,225)
#8484E3
(132,132,227)
#9191E5
(145,145,229)
#9E9EE7
(158,158,231)
#ABABE9
(171,171,233)
#B8B8EB
(184,184,235)
#C5C5ED
(197,197,237)
#D2D2EF
(210,210,239)
#DFDFF1
(223,223,241)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6ADF; }

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

This text font color is #6A6ADF.

Background Color

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

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

This div background color is #6A6ADF.

Border color

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

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

This div border color is #6A6ADF.

Opacity

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

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

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

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

This text has shadow with #6A6ADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6ADF.

Preview

Color preview on black background

This text has color #6A6ADF on black background.


Color preview on white background

This text has color #6A6ADF on white background.


Black color preview on #6A6ADF background

This text has black color on #6A6ADF background.


White color preview on #6A6ADF background

This text has white color on #6A6ADF background.


Related colors

Complementary color

Complementary color for #hex is #959520.


I love getcolorcode.com