COLOR #6A6B89

HEX: #6A6B89
RGB: (106,107,137)

Color info

#6A6B89 contains red, green and blue colors in about the same proportion. Web safe color of #6A6B89 is #666699 (or #669).

RGB color model

#6A6B89 color RGB value is (106,107,137).

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

RGB channels and saturation

R 106 of 255 = 42%
G 107 of 255 = 42%
B 137 of 255 = 54%

106
107
137

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

Portions of RGB colors in percentages

R + G + B =
106 + 107 + 137 = 350 (100%)
R 106 of 350 ~ 30.29%
G 107 of 350 ~ 30.57%
B 137 of 350 ~ 39.14%

%30.29
%30.57
%39.14

CMYK color model

#6A6B89 color CMYK value is (23,22,0,46).

  • cyan value is 22.63%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(23,22,0,46)
C23M22Y0K46 
(23%,22%,0%,46%)
(0.23/0.22/0.00/0.46)	

CMYK percentages

%22.63
%21.9
%0
%46.27

Codes

Color #6A6B89 in popluar color models

6A6B89
RGB106107137
HSL238°12.76%47.65%
HSB/HSV238°22.63%53.73%
CMYK22.63%21.90%0.00%
46.27%

Color #6A6B89 in popluar number systems.

HEX6A6B89
Decimal106107137
Binary1101010110101110001001
Octal152153211

Shades and tints

Shades of #6A6B89

#6A6B89
(106,107,137)
#61627D
(97,98,125)
#585971
(88,89,113)
#4F5065
(79,80,101)
#464759
(70,71,89)
#3D3E4D
(61,62,77)
#343541
(52,53,65)
#2B2C35
(43,44,53)
#222329
(34,35,41)
#191A1D
(25,26,29)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #6A6B89

#6A6B89
(106,107,137)
#777893
(119,120,147)
#84859D
(132,133,157)
#9192A7
(145,146,167)
#9E9FB1
(158,159,177)
#ABACBB
(171,172,187)
#B8B9C5
(184,185,197)
#C5C6CF
(197,198,207)
#D2D3D9
(210,211,217)
#DFE0E3
(223,224,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6B89; }

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

This text font color is #6A6B89.


Background Color

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

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

This div background color is #6A6B89.


Border color

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

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

This div border color is #6A6B89.


Opacity

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

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

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

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

This text has shadow with #6A6B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6B89 on black background.


Color preview on white background

This text has color #6A6B89 on white background.



Black color preview on #6A6B89 background

This text has black color on #6A6B89 background.


White color preview on #6A6B89 background

This text has white color on #6A6B89 background.