COLOR #6A657B

HEX: #6A657B
RGB: (106,101,123)

Color info

#6A657B contains red, green and blue colors in about the same proportion. Web safe color of #6A657B is #666666 (or #666).

RGB color model

#6A657B color RGB value is (106,101,123).

  • red value is 106;
  • green value is 101;
  • blue value is 123.
RGB:
(106,101,123)
(42%,40%,48%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 123 of 255 = 48%

106
101
123

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

Portions of RGB colors in percentages

R + G + B =
106 + 101 + 123 = 330 (100%)
R 106 of 330 ~ 32.12%
G 101 of 330 ~ 30.61%
B 123 of 330 ~ 37.27%

%32.12
%30.61
%37.27

CMYK color model

#6A657B color CMYK value is (14,18,0,52).

  • cyan value is 13.82%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(14,18,0,52)
C14M18Y0K52 
(14%,18%,0%,52%)
(0.14/0.18/0.00/0.52)	

CMYK percentages

%13.82
%17.89
%0
%51.76

Codes

Color #6A657B in popluar color models

6A657B
RGB106101123
HSL254°9.82%43.92%
HSB/HSV254°17.89%48.24%
CMYK13.82%17.89%0.00%
51.76%

Color #6A657B in popluar number systems.

HEX6A657B
Decimal106101123
Binary110101011001011111011
Octal152145173

Shades and tints

Shades of #6A657B

#6A657B
(106,101,123)
#615C70
(97,92,112)
#585365
(88,83,101)
#4F4A5A
(79,74,90)
#46414F
(70,65,79)
#3D3844
(61,56,68)
#342F39
(52,47,57)
#2B262E
(43,38,46)
#221D23
(34,29,35)
#191418
(25,20,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A657B

#6A657B
(106,101,123)
#777387
(119,115,135)
#848193
(132,129,147)
#918F9F
(145,143,159)
#9E9DAB
(158,157,171)
#ABABB7
(171,171,183)
#B8B9C3
(184,185,195)
#C5C7CF
(197,199,207)
#D2D5DB
(210,213,219)
#DFE3E7
(223,227,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A657B color. Also use rgb(106,101,123) instead hex code.

Text Font Color

.myTextColor { color: #6A657B; }

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

This text font color is #6A657B.


Background Color

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

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

This div background color is #6A657B.


Border color

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

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

This div border color is #6A657B.


Opacity

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

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

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

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

This text has shadow with #6A657B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A657B on black background.


Color preview on white background

This text has color #6A657B on white background.



Black color preview on #6A657B background

This text has black color on #6A657B background.


White color preview on #6A657B background

This text has white color on #6A657B background.