COLOR #6B79E9

HEX: #6B79E9
RGB: (107,121,233)

Color info

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

RGB color model

#6B79E9 color RGB value is (107,121,233).

  • red value is 107;
  • green value is 121;
  • blue value is 233.
RGB:
(107,121,233)
(42%,47%,91%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 233 of 255 = 91%

107
121
233

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

Portions of RGB colors in percentages

R + G + B =
107 + 121 + 233 = 461 (100%)
R 107 of 461 ~ 23.21%
G 121 of 461 ~ 26.25%
B 233 of 461 ~ 50.54%

%23.21
%26.25
%50.54

CMYK color model

#6B79E9 color CMYK value is (54,48,0,9).

  • cyan value is 54.08%
  • magenta value is 48.07%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(54,48,0,9)
C54M48Y0K9 
(54%,48%,0%,9%)
(0.54/0.48/0.00/0.09)	

CMYK percentages

%54.08
%48.07
%0
%8.63

Codes

Color #6B79E9 in popluar color models

6B79E9
RGB107121233
HSL233°74.12%66.67%
HSB/HSV233°54.08%91.37%
CMYK54.08%48.07%0.00%
8.63%

Color #6B79E9 in popluar number systems.

HEX6B79E9
Decimal107121233
Binary1101011111100111101001
Octal153171351

Shades and tints

Shades of #6B79E9

#6B79E9
(107,121,233)
#626ED4
(98,110,212)
#5963BF
(89,99,191)
#5058AA
(80,88,170)
#474D95
(71,77,149)
#3E4280
(62,66,128)
#35376B
(53,55,107)
#2C2C56
(44,44,86)
#232141
(35,33,65)
#1A162C
(26,22,44)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #6B79E9

#6B79E9
(107,121,233)
#7885EB
(120,133,235)
#8591ED
(133,145,237)
#929DEF
(146,157,239)
#9FA9F1
(159,169,241)
#ACB5F3
(172,181,243)
#B9C1F5
(185,193,245)
#C6CDF7
(198,205,247)
#D3D9F9
(211,217,249)
#E0E5FB
(224,229,251)
#EDF1FD
(237,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B79E9 color. Also use rgb(107,121,233) instead hex code.

Text Font Color

.myTextColor { color: #6B79E9; }

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

This text font color is #6B79E9.


Background Color

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

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

This div background color is #6B79E9.


Border color

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

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

This div border color is #6B79E9.


Opacity

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

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

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

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

This text has shadow with #6B79E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B79E9 on black background.


Color preview on white background

This text has color #6B79E9 on white background.



Black color preview on #6B79E9 background

This text has black color on #6B79E9 background.


White color preview on #6B79E9 background

This text has white color on #6B79E9 background.