COLOR #6D62BF

HEX: #6D62BF
RGB: (109,98,191)

Color info

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

RGB color model

#6D62BF color RGB value is (109,98,191).

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

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 191 of 255 = 75%

109
98
191

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 191 = 398 (100%)
R 109 of 398 ~ 27.39%
G 98 of 398 ~ 24.62%
B 191 of 398 ~ 47.99%

%27.39
%24.62
%47.99

CMYK color model

#6D62BF color CMYK value is (43,49,0,25).

  • cyan value is 42.93%
  • magenta value is 48.69%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(43,49,0,25)
C43M49Y0K25 
(43%,49%,0%,25%)
(0.43/0.49/0.00/0.25)	

CMYK percentages

%42.93
%48.69
%0
%25.1

Codes

Color #6D62BF in popluar color models

6D62BF
RGB10998191
HSL247°42.08%56.67%
HSB/HSV247°48.69%74.90%
CMYK42.93%48.69%0.00%
25.10%

Color #6D62BF in popluar number systems.

HEX6D62BF
Decimal10998191
Binary1101101110001010111111
Octal155142277

Shades and tints

Shades of #6D62BF

#6D62BF
(109,98,191)
#645AAE
(100,90,174)
#5B529D
(91,82,157)
#524A8C
(82,74,140)
#49427B
(73,66,123)
#403A6A
(64,58,106)
#373259
(55,50,89)
#2E2A48
(46,42,72)
#252237
(37,34,55)
#1C1A26
(28,26,38)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #6D62BF

#6D62BF
(109,98,191)
#7A70C4
(122,112,196)
#877EC9
(135,126,201)
#948CCE
(148,140,206)
#A19AD3
(161,154,211)
#AEA8D8
(174,168,216)
#BBB6DD
(187,182,221)
#C8C4E2
(200,196,226)
#D5D2E7
(213,210,231)
#E2E0EC
(226,224,236)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D62BF; }

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

This text font color is #6D62BF.


Background Color

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

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

This div background color is #6D62BF.


Border color

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

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

This div border color is #6D62BF.


Opacity

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

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

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

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

This text has shadow with #6D62BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D62BF on black background.


Color preview on white background

This text has color #6D62BF on white background.



Black color preview on #6D62BF background

This text has black color on #6D62BF background.


White color preview on #6D62BF background

This text has white color on #6D62BF background.