COLOR #6D62AC

HEX: #6D62AC
RGB: (109,98,172)

Color info

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

RGB color model

#6D62AC color RGB value is (109,98,172).

  • red value is 109;
  • green value is 98;
  • blue value is 172.
RGB:
(109,98,172)
(43%,38%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 172 of 255 = 67%

109
98
172

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 172 = 379 (100%)
R 109 of 379 ~ 28.76%
G 98 of 379 ~ 25.86%
B 172 of 379 ~ 45.38%

%28.76
%25.86
%45.38

CMYK color model

#6D62AC color CMYK value is (37,43,0,33).

  • cyan value is 36.63%
  • magenta value is 43.02%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(37,43,0,33)
C37M43Y0K33 
(37%,43%,0%,33%)
(0.37/0.43/0.00/0.33)	

CMYK percentages

%36.63
%43.02
%0
%32.55

Codes

Color #6D62AC in popluar color models

6D62AC
RGB10998172
HSL249°30.83%52.94%
HSB/HSV249°43.02%67.45%
CMYK36.63%43.02%0.00%
32.55%

Color #6D62AC in popluar number systems.

HEX6D62AC
Decimal10998172
Binary1101101110001010101100
Octal155142254

Shades and tints

Shades of #6D62AC

#6D62AC
(109,98,172)
#645A9D
(100,90,157)
#5B528E
(91,82,142)
#524A7F
(82,74,127)
#494270
(73,66,112)
#403A61
(64,58,97)
#373252
(55,50,82)
#2E2A43
(46,42,67)
#252234
(37,34,52)
#1C1A25
(28,26,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #6D62AC

#6D62AC
(109,98,172)
#7A70B3
(122,112,179)
#877EBA
(135,126,186)
#948CC1
(148,140,193)
#A19AC8
(161,154,200)
#AEA8CF
(174,168,207)
#BBB6D6
(187,182,214)
#C8C4DD
(200,196,221)
#D5D2E4
(213,210,228)
#E2E0EB
(226,224,235)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D62AC color. Also use rgb(109,98,172) instead hex code.

Text Font Color

.myTextColor { color: #6D62AC; }

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

This text font color is #6D62AC.


Background Color

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

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

This div background color is #6D62AC.


Border color

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

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

This div border color is #6D62AC.


Opacity

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

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

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

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

This text has shadow with #6D62AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D62AC on black background.


Color preview on white background

This text has color #6D62AC on white background.



Black color preview on #6D62AC background

This text has black color on #6D62AC background.


White color preview on #6D62AC background

This text has white color on #6D62AC background.