COLOR #6A7AAE

HEX: #6A7AAE
RGB: (106,122,174)

Color info

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

RGB color model

#6A7AAE color RGB value is (106,122,174).

  • red value is 106;
  • green value is 122;
  • blue value is 174.
RGB:
(106,122,174)
(42%,48%,68%)

RGB channels and saturation

R 106 of 255 = 42%
G 122 of 255 = 48%
B 174 of 255 = 68%

106
122
174

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

Portions of RGB colors in percentages

R + G + B =
106 + 122 + 174 = 402 (100%)
R 106 of 402 ~ 26.37%
G 122 of 402 ~ 30.35%
B 174 of 402 ~ 43.28%

%26.37
%30.35
%43.28

CMYK color model

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

  • cyan value is 39.08%
  • magenta value is 29.89%
  • 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

%39.08
%29.89
%0
%31.76

Codes

Color #6A7AAE in popluar color models

6A7AAE
RGB106122174
HSL226°29.57%54.90%
HSB/HSV226°39.08%68.24%
CMYK39.08%29.89%0.00%
31.76%

Color #6A7AAE in popluar number systems.

HEX6A7AAE
Decimal106122174
Binary1101010111101010101110
Octal152172256

Shades and tints

Shades of #6A7AAE

#6A7AAE
(106,122,174)
#616F9F
(97,111,159)
#586490
(88,100,144)
#4F5981
(79,89,129)
#464E72
(70,78,114)
#3D4363
(61,67,99)
#343854
(52,56,84)
#2B2D45
(43,45,69)
#222236
(34,34,54)
#191727
(25,23,39)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #6A7AAE

#6A7AAE
(106,122,174)
#7786B5
(119,134,181)
#8492BC
(132,146,188)
#919EC3
(145,158,195)
#9EAACA
(158,170,202)
#ABB6D1
(171,182,209)
#B8C2D8
(184,194,216)
#C5CEDF
(197,206,223)
#D2DAE6
(210,218,230)
#DFE6ED
(223,230,237)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7AAE color. Also use rgb(106,122,174) instead hex code.

Text Font Color

.myTextColor { color: #6A7AAE; }

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

This text font color is #6A7AAE.


Background Color

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

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

This div background color is #6A7AAE.


Border color

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

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

This div border color is #6A7AAE.


Opacity

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

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

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

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

This text has shadow with #6A7AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7AAE on black background.


Color preview on white background

This text has color #6A7AAE on white background.



Black color preview on #6A7AAE background

This text has black color on #6A7AAE background.


White color preview on #6A7AAE background

This text has white color on #6A7AAE background.