COLOR #6D7AF0

HEX: #6D7AF0
RGB: (109,122,240)

Color info

#6D7AF0 contains mainly blue color. Web safe color of #6D7AF0 is #6666FF (or #66F).

RGB color model

#6D7AF0 color RGB value is (109,122,240).

  • red value is 109;
  • green value is 122;
  • blue value is 240.
RGB:
(109,122,240)
(43%,48%,94%)

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 240 of 255 = 94%

109
122
240

R + G + B ~ 62%. #6D7AF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 122 + 240 = 471 (100%)
R 109 of 471 ~ 23.14%
G 122 of 471 ~ 25.9%
B 240 of 471 ~ 50.96%

%23.14
%25.9
%50.96

CMYK color model

#6D7AF0 color CMYK value is (55,49,0,6).

  • cyan value is 54.58%
  • magenta value is 49.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(55,49,0,6)
C55M49Y0K6 
(55%,49%,0%,6%)
(0.55/0.49/0.00/0.06)	

CMYK percentages

%54.58
%49.17
%0
%5.88

Codes

Color #6D7AF0 in popluar color models

6D7AF0
RGB109122240
HSL234°81.37%68.43%
HSB/HSV234°54.58%94.12%
CMYK54.58%49.17%0.00%
5.88%

Color #6D7AF0 in popluar number systems.

HEX6D7AF0
Decimal109122240
Binary1101101111101011110000
Octal155172360

Shades and tints

Shades of #6D7AF0

#6D7AF0
(109,122,240)
#646FDB
(100,111,219)
#5B64C6
(91,100,198)
#5259B1
(82,89,177)
#494E9C
(73,78,156)
#404387
(64,67,135)
#373872
(55,56,114)
#2E2D5D
(46,45,93)
#252248
(37,34,72)
#1C1733
(28,23,51)
#130C1E
(19,12,30)
#000000
(0,0,0)

Tints of #6D7AF0

#6D7AF0
(109,122,240)
#7A86F1
(122,134,241)
#8792F2
(135,146,242)
#949EF3
(148,158,243)
#A1AAF4
(161,170,244)
#AEB6F5
(174,182,245)
#BBC2F6
(187,194,246)
#C8CEF7
(200,206,247)
#D5DAF8
(213,218,248)
#E2E6F9
(226,230,249)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7AF0 color. Also use rgb(109,122,240) instead hex code.

Text Font Color

.myTextColor { color: #6D7AF0; }

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

This text font color is #6D7AF0.


Background Color

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

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

This div background color is #6D7AF0.


Border color

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

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

This div border color is #6D7AF0.


Opacity

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

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

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

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

This text has shadow with #6D7AF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7AF0 on black background.


Color preview on white background

This text has color #6D7AF0 on white background.



Black color preview on #6D7AF0 background

This text has black color on #6D7AF0 background.


White color preview on #6D7AF0 background

This text has white color on #6D7AF0 background.