COLOR #6A7ECE

HEX: #6A7ECE RGB: (106,126,206)

Color info

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

RGB color model

#6A7ECE color RGB value is (106,126,206).

RGB: (106,126,206) (42%, 49%, 81%)

RGB channels and saturation

R 106 of 255 = 42%
G 126 of 255 = 49%
B 206 of 255 = 81%

106
126
206

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

Portions of RGB colors in percentages

R + G + B = 106 + 126 + 206 = 438 (100%)
R 106 of 438 ~ 24.2%
G 126 of 438 ~ 28.77%
B 206 of 438 ~ 47.03'%

%24.2
%28.77
%47.03

CMYK color model

#6A7ECE color CMYK value is (49,39,0,19).

  • cyan value is 48.54%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (49,39,0,19) C49M39Y0K19 (49%,39%,0%,19%) (0.49/0.39/0.00/0.19) 

CMYK percentages

%48.54
%38.83
%0
%19.22

Codes

Color #6A7ECE in popluar color models

6A 7E CE
RGB 106 126 206
HSL 228° 50.51% 61.18%
HSB/HSV 228° 48.54% 80.78%
CMYK 48.54% 38.83% 0.00%
19.22%

Color #6A7ECE in popluar number systems.

HEX 6A 7E CE
Decimal 106 126 206
Binary 1101010 1111110 11001110
Octal 152 176 316

Shades and tints

Shades of #6A7ECE

#6A7ECE
(106,126,206)
#6173BC
(97,115,188)
#5868AA
(88,104,170)
#4F5D98
(79,93,152)
#465286
(70,82,134)
#3D4774
(61,71,116)
#343C62
(52,60,98)
#2B3150
(43,49,80)
#22263E
(34,38,62)
#191B2C
(25,27,44)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #6A7ECE

#6A7ECE
(106,126,206)
#7789D2
(119,137,210)
#8494D6
(132,148,214)
#919FDA
(145,159,218)
#9EAADE
(158,170,222)
#ABB5E2
(171,181,226)
#B8C0E6
(184,192,230)
#C5CBEA
(197,203,234)
#D2D6EE
(210,214,238)
#DFE1F2
(223,225,242)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7ECE; }

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

This text font color is #6A7ECE.

Background Color

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

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

This div background color is #6A7ECE.

Border color

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

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

This div border color is #6A7ECE.

Opacity

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

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

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

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

This text has shadow with #6A7ECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7ECE.

Preview

Color preview on black background

This text has color #6A7ECE on black background.


Color preview on white background

This text has color #6A7ECE on white background.


Black color preview on #6A7ECE background

This text has black color on #6A7ECE background.


White color preview on #6A7ECE background

This text has white color on #6A7ECE background.


Related colors

Complementary color

Complementary color for #hex is #958131.


I love getcolorcode.com

Triadic colors

1 #CE6A7E and #7ECE6A with #6A7ECE are triadic colors.

2 #CE7E6A and #7E6ACE with #6A7ECE are triadic colors.