COLOR #6B79AE

HEX: #6B79AE
RGB: (107,121,174)

Color info

#6B79AE contains mainly green and blue colors. Web safe color of #6B79AE is #666699 (or #669).

RGB color model

#6B79AE color RGB value is (107,121,174).

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

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 174 of 255 = 68%

107
121
174

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

Portions of RGB colors in percentages

R + G + B =
107 + 121 + 174 = 402 (100%)
R 107 of 402 ~ 26.62%
G 121 of 402 ~ 30.1%
B 174 of 402 ~ 43.28%

%26.62
%30.1
%43.28

CMYK color model

#6B79AE color CMYK value is (39,30,0,32).

  • cyan value is 38.51%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(39,30,0,32)
C39M30Y0K32 
(39%,30%,0%,32%)
(0.39/0.30/0.00/0.32)	

CMYK percentages

%38.51
%30.46
%0
%31.76

Codes

Color #6B79AE in popluar color models

6B79AE
RGB107121174
HSL227°29.26%55.10%
HSB/HSV227°38.51%68.24%
CMYK38.51%30.46%0.00%
31.76%

Color #6B79AE in popluar number systems.

HEX6B79AE
Decimal107121174
Binary1101011111100110101110
Octal153171256

Shades and tints

Shades of #6B79AE

#6B79AE
(107,121,174)
#626E9F
(98,110,159)
#596390
(89,99,144)
#505881
(80,88,129)
#474D72
(71,77,114)
#3E4263
(62,66,99)
#353754
(53,55,84)
#2C2C45
(44,44,69)
#232136
(35,33,54)
#1A1627
(26,22,39)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #6B79AE

#6B79AE
(107,121,174)
#7885B5
(120,133,181)
#8591BC
(133,145,188)
#929DC3
(146,157,195)
#9FA9CA
(159,169,202)
#ACB5D1
(172,181,209)
#B9C1D8
(185,193,216)
#C6CDDF
(198,205,223)
#D3D9E6
(211,217,230)
#E0E5ED
(224,229,237)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B79AE; }

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

This text font color is #6B79AE.


Background Color

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

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

This div background color is #6B79AE.


Border color

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

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

This div border color is #6B79AE.


Opacity

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

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

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

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

This text has shadow with #6B79AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B79AE on black background.


Color preview on white background

This text has color #6B79AE on white background.



Black color preview on #6B79AE background

This text has black color on #6B79AE background.


White color preview on #6B79AE background

This text has white color on #6B79AE background.