COLOR #6A74A9

HEX: #6A74A9
RGB: (106,116,169)

Color info

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

RGB color model

#6A74A9 color RGB value is (106,116,169).

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

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 169 of 255 = 66%

106
116
169

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

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 169 = 391 (100%)
R 106 of 391 ~ 27.11%
G 116 of 391 ~ 29.67%
B 169 of 391 ~ 43.22%

%27.11
%29.67
%43.22

CMYK color model

#6A74A9 color CMYK value is (37,31,0,34).

  • cyan value is 37.28%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(37,31,0,34)
C37M31Y0K34 
(37%,31%,0%,34%)
(0.37/0.31/0.00/0.34)	

CMYK percentages

%37.28
%31.36
%0
%33.73

Codes

Color #6A74A9 in popluar color models

6A74A9
RGB106116169
HSL230°26.81%53.92%
HSB/HSV230°37.28%66.27%
CMYK37.28%31.36%0.00%
33.73%

Color #6A74A9 in popluar number systems.

HEX6A74A9
Decimal106116169
Binary1101010111010010101001
Octal152164251

Shades and tints

Shades of #6A74A9

#6A74A9
(106,116,169)
#616A9A
(97,106,154)
#58608B
(88,96,139)
#4F567C
(79,86,124)
#464C6D
(70,76,109)
#3D425E
(61,66,94)
#34384F
(52,56,79)
#2B2E40
(43,46,64)
#222431
(34,36,49)
#191A22
(25,26,34)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #6A74A9

#6A74A9
(106,116,169)
#7780B0
(119,128,176)
#848CB7
(132,140,183)
#9198BE
(145,152,190)
#9EA4C5
(158,164,197)
#ABB0CC
(171,176,204)
#B8BCD3
(184,188,211)
#C5C8DA
(197,200,218)
#D2D4E1
(210,212,225)
#DFE0E8
(223,224,232)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A74A9; }

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

This text font color is #6A74A9.


Background Color

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

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

This div background color is #6A74A9.


Border color

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

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

This div border color is #6A74A9.


Opacity

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

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

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

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

This text has shadow with #6A74A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A74A9 on black background.


Color preview on white background

This text has color #6A74A9 on white background.



Black color preview on #6A74A9 background

This text has black color on #6A74A9 background.


White color preview on #6A74A9 background

This text has white color on #6A74A9 background.