COLOR #6A76A9

HEX: #6A76A9
RGB: (106,118,169)

Color info

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

RGB color model

#6A76A9 color RGB value is (106,118,169).

  • red value is 106;
  • green value is 118;
  • blue value is 169.
RGB:
(106,118,169)
(42%,46%,66%)

RGB channels and saturation

R 106 of 255 = 42%
G 118 of 255 = 46%
B 169 of 255 = 66%

106
118
169

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

Portions of RGB colors in percentages

R + G + B =
106 + 118 + 169 = 393 (100%)
R 106 of 393 ~ 26.97%
G 118 of 393 ~ 30.03%
B 169 of 393 ~ 43%

%26.97
%30.03
%43

CMYK color model

#6A76A9 color CMYK value is (37,30,0,34).

  • cyan value is 37.28%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(37,30,0,34)
C37M30Y0K34 
(37%,30%,0%,34%)
(0.37/0.30/0.00/0.34)	

CMYK percentages

%37.28
%30.18
%0
%33.73

Codes

Color #6A76A9 in popluar color models

6A76A9
RGB106118169
HSL229°26.81%53.92%
HSB/HSV229°37.28%66.27%
CMYK37.28%30.18%0.00%
33.73%

Color #6A76A9 in popluar number systems.

HEX6A76A9
Decimal106118169
Binary1101010111011010101001
Octal152166251

Shades and tints

Shades of #6A76A9

#6A76A9
(106,118,169)
#616C9A
(97,108,154)
#58628B
(88,98,139)
#4F587C
(79,88,124)
#464E6D
(70,78,109)
#3D445E
(61,68,94)
#343A4F
(52,58,79)
#2B3040
(43,48,64)
#222631
(34,38,49)
#191C22
(25,28,34)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6A76A9

#6A76A9
(106,118,169)
#7782B0
(119,130,176)
#848EB7
(132,142,183)
#919ABE
(145,154,190)
#9EA6C5
(158,166,197)
#ABB2CC
(171,178,204)
#B8BED3
(184,190,211)
#C5CADA
(197,202,218)
#D2D6E1
(210,214,225)
#DFE2E8
(223,226,232)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A76A9 color. Also use rgb(106,118,169) instead hex code.

Text Font Color

.myTextColor { color: #6A76A9; }

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

This text font color is #6A76A9.


Background Color

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

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

This div background color is #6A76A9.


Border color

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

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

This div border color is #6A76A9.


Opacity

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

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

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

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

This text has shadow with #6A76A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A76A9 on black background.


Color preview on white background

This text has color #6A76A9 on white background.



Black color preview on #6A76A9 background

This text has black color on #6A76A9 background.


White color preview on #6A76A9 background

This text has white color on #6A76A9 background.