COLOR #6A79D5

HEX: #6A79D5
RGB: (106,121,213)

Color info

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

RGB color model

#6A79D5 color RGB value is (106,121,213).

  • red value is 106;
  • green value is 121;
  • blue value is 213.
RGB:
(106,121,213)
(42%,47%,84%)

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 213 of 255 = 84%

106
121
213

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

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 213 = 440 (100%)
R 106 of 440 ~ 24.09%
G 121 of 440 ~ 27.5%
B 213 of 440 ~ 48.41%

%24.09
%27.5
%48.41

CMYK color model

#6A79D5 color CMYK value is (50,43,0,16).

  • cyan value is 50.23%
  • magenta value is 43.19%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(50,43,0,16)
C50M43Y0K16 
(50%,43%,0%,16%)
(0.50/0.43/0.00/0.16)	

CMYK percentages

%50.23
%43.19
%0
%16.47

Codes

Color #6A79D5 in popluar color models

6A79D5
RGB106121213
HSL232°56.02%62.55%
HSB/HSV232°50.23%83.53%
CMYK50.23%43.19%0.00%
16.47%

Color #6A79D5 in popluar number systems.

HEX6A79D5
Decimal106121213
Binary1101010111100111010101
Octal152171325

Shades and tints

Shades of #6A79D5

#6A79D5
(106,121,213)
#616EC2
(97,110,194)
#5863AF
(88,99,175)
#4F589C
(79,88,156)
#464D89
(70,77,137)
#3D4276
(61,66,118)
#343763
(52,55,99)
#2B2C50
(43,44,80)
#22213D
(34,33,61)
#19162A
(25,22,42)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #6A79D5

#6A79D5
(106,121,213)
#7785D8
(119,133,216)
#8491DB
(132,145,219)
#919DDE
(145,157,222)
#9EA9E1
(158,169,225)
#ABB5E4
(171,181,228)
#B8C1E7
(184,193,231)
#C5CDEA
(197,205,234)
#D2D9ED
(210,217,237)
#DFE5F0
(223,229,240)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A79D5 color. Also use rgb(106,121,213) instead hex code.

Text Font Color

.myTextColor { color: #6A79D5; }

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

This text font color is #6A79D5.


Background Color

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

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

This div background color is #6A79D5.


Border color

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

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

This div border color is #6A79D5.


Opacity

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

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

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

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

This text has shadow with #6A79D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A79D5 on black background.


Color preview on white background

This text has color #6A79D5 on white background.



Black color preview on #6A79D5 background

This text has black color on #6A79D5 background.


White color preview on #6A79D5 background

This text has white color on #6A79D5 background.