COLOR #6C7EAB

HEX: #6C7EAB
RGB: (108,126,171)

Color info

#6C7EAB contains mainly green and blue colors. Web safe color of #6C7EAB is #666699 (or #669).

RGB color model

#6C7EAB color RGB value is (108,126,171).

  • red value is 108;
  • green value is 126;
  • blue value is 171.
RGB:
(108,126,171)
(42%,49%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 126 of 255 = 49%
B 171 of 255 = 67%

108
126
171

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

Portions of RGB colors in percentages

R + G + B =
108 + 126 + 171 = 405 (100%)
R 108 of 405 ~ 26.67%
G 126 of 405 ~ 31.11%
B 171 of 405 ~ 42.22%

%26.67
%31.11
%42.22

CMYK color model

#6C7EAB color CMYK value is (37,26,0,33).

  • cyan value is 36.84%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(37,26,0,33)
C37M26Y0K33 
(37%,26%,0%,33%)
(0.37/0.26/0.00/0.33)	

CMYK percentages

%36.84
%26.32
%0
%32.94

Codes

Color #6C7EAB in popluar color models

6C7EAB
RGB108126171
HSL223°27.27%54.71%
HSB/HSV223°36.84%67.06%
CMYK36.84%26.32%0.00%
32.94%

Color #6C7EAB in popluar number systems.

HEX6C7EAB
Decimal108126171
Binary1101100111111010101011
Octal154176253

Shades and tints

Shades of #6C7EAB

#6C7EAB
(108,126,171)
#63739C
(99,115,156)
#5A688D
(90,104,141)
#515D7E
(81,93,126)
#48526F
(72,82,111)
#3F4760
(63,71,96)
#363C51
(54,60,81)
#2D3142
(45,49,66)
#242633
(36,38,51)
#1B1B24
(27,27,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #6C7EAB

#6C7EAB
(108,126,171)
#7989B2
(121,137,178)
#8694B9
(134,148,185)
#939FC0
(147,159,192)
#A0AAC7
(160,170,199)
#ADB5CE
(173,181,206)
#BAC0D5
(186,192,213)
#C7CBDC
(199,203,220)
#D4D6E3
(212,214,227)
#E1E1EA
(225,225,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7EAB color. Also use rgb(108,126,171) instead hex code.

Text Font Color

.myTextColor { color: #6C7EAB; }

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

This text font color is #6C7EAB.


Background Color

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

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

This div background color is #6C7EAB.


Border color

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

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

This div border color is #6C7EAB.


Opacity

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

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

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

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

This text has shadow with #6C7EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7EAB on black background.


Color preview on white background

This text has color #6C7EAB on white background.



Black color preview on #6C7EAB background

This text has black color on #6C7EAB background.


White color preview on #6C7EAB background

This text has white color on #6C7EAB background.