COLOR #6A6BA6

HEX: #6A6BA6
RGB: (106,107,166)

Color info

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

RGB color model

#6A6BA6 color RGB value is (106,107,166).

  • red value is 106;
  • green value is 107;
  • blue value is 166.
RGB:
(106,107,166)
(42%,42%,65%)

RGB channels and saturation

R 106 of 255 = 42%
G 107 of 255 = 42%
B 166 of 255 = 65%

106
107
166

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

Portions of RGB colors in percentages

R + G + B =
106 + 107 + 166 = 379 (100%)
R 106 of 379 ~ 27.97%
G 107 of 379 ~ 28.23%
B 166 of 379 ~ 43.8%

%27.97
%28.23
%43.8

CMYK color model

#6A6BA6 color CMYK value is (36,36,0,35).

  • cyan value is 36.14%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(36,36,0,35)
C36M36Y0K35 
(36%,36%,0%,35%)
(0.36/0.36/0.00/0.35)	

CMYK percentages

%36.14
%35.54
%0
%34.9

Codes

Color #6A6BA6 in popluar color models

6A6BA6
RGB106107166
HSL239°25.21%53.33%
HSB/HSV239°36.14%65.10%
CMYK36.14%35.54%0.00%
34.90%

Color #6A6BA6 in popluar number systems.

HEX6A6BA6
Decimal106107166
Binary1101010110101110100110
Octal152153246

Shades and tints

Shades of #6A6BA6

#6A6BA6
(106,107,166)
#616297
(97,98,151)
#585988
(88,89,136)
#4F5079
(79,80,121)
#46476A
(70,71,106)
#3D3E5B
(61,62,91)
#34354C
(52,53,76)
#2B2C3D
(43,44,61)
#22232E
(34,35,46)
#191A1F
(25,26,31)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6A6BA6

#6A6BA6
(106,107,166)
#7778AE
(119,120,174)
#8485B6
(132,133,182)
#9192BE
(145,146,190)
#9E9FC6
(158,159,198)
#ABACCE
(171,172,206)
#B8B9D6
(184,185,214)
#C5C6DE
(197,198,222)
#D2D3E6
(210,211,230)
#DFE0EE
(223,224,238)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6BA6 color. Also use rgb(106,107,166) instead hex code.

Text Font Color

.myTextColor { color: #6A6BA6; }

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

This text font color is #6A6BA6.


Background Color

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

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

This div background color is #6A6BA6.


Border color

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

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

This div border color is #6A6BA6.


Opacity

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

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

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

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

This text has shadow with #6A6BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6BA6 on black background.


Color preview on white background

This text has color #6A6BA6 on white background.



Black color preview on #6A6BA6 background

This text has black color on #6A6BA6 background.


White color preview on #6A6BA6 background

This text has white color on #6A6BA6 background.