COLOR #6F79DA

HEX: #6F79DA
RGB: (111,121,218)

Color info

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

RGB color model

#6F79DA color RGB value is (111,121,218).

  • red value is 111;
  • green value is 121;
  • blue value is 218.
RGB:
(111,121,218)
(44%,47%,85%)

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 218 of 255 = 85%

111
121
218

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

Portions of RGB colors in percentages

R + G + B =
111 + 121 + 218 = 450 (100%)
R 111 of 450 ~ 24.67%
G 121 of 450 ~ 26.89%
B 218 of 450 ~ 48.44%

%24.67
%26.89
%48.44

CMYK color model

#6F79DA color CMYK value is (49,44,0,15).

  • cyan value is 49.08%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(49,44,0,15)
C49M44Y0K15 
(49%,44%,0%,15%)
(0.49/0.44/0.00/0.15)	

CMYK percentages

%49.08
%44.5
%0
%14.51

Codes

Color #6F79DA in popluar color models

6F79DA
RGB111121218
HSL234°59.12%64.51%
HSB/HSV234°49.08%85.49%
CMYK49.08%44.50%0.00%
14.51%

Color #6F79DA in popluar number systems.

HEX6F79DA
Decimal111121218
Binary1101111111100111011010
Octal157171332

Shades and tints

Shades of #6F79DA

#6F79DA
(111,121,218)
#656EC7
(101,110,199)
#5B63B4
(91,99,180)
#5158A1
(81,88,161)
#474D8E
(71,77,142)
#3D427B
(61,66,123)
#333768
(51,55,104)
#292C55
(41,44,85)
#1F2142
(31,33,66)
#15162F
(21,22,47)
#0B0B1C
(11,11,28)
#000000
(0,0,0)

Tints of #6F79DA

#6F79DA
(111,121,218)
#7C85DD
(124,133,221)
#8991E0
(137,145,224)
#969DE3
(150,157,227)
#A3A9E6
(163,169,230)
#B0B5E9
(176,181,233)
#BDC1EC
(189,193,236)
#CACDEF
(202,205,239)
#D7D9F2
(215,217,242)
#E4E5F5
(228,229,245)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F79DA color. Also use rgb(111,121,218) instead hex code.

Text Font Color

.myTextColor { color: #6F79DA; }

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

This text font color is #6F79DA.


Background Color

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

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

This div background color is #6F79DA.


Border color

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

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

This div border color is #6F79DA.


Opacity

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

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

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

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

This text has shadow with #6F79DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F79DA on black background.


Color preview on white background

This text has color #6F79DA on white background.



Black color preview on #6F79DA background

This text has black color on #6F79DA background.


White color preview on #6F79DA background

This text has white color on #6F79DA background.