COLOR #6A7B8A

HEX: #6A7B8A RGB: (106,123,138)

Color info

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

RGB color model

#6A7B8A color RGB value is (106,123,138).

RGB: (106,123,138) (42%, 48%, 54%)

RGB channels and saturation

R 106 of 255 = 42%
G 123 of 255 = 48%
B 138 of 255 = 54%

106
123
138

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

Portions of RGB colors in percentages

R + G + B = 106 + 123 + 138 = 367 (100%)
R 106 of 367 ~ 28.88%
G 123 of 367 ~ 33.51%
B 138 of 367 ~ 37.6'%

%28.88
%33.51
%37.6

CMYK color model

#6A7B8A color CMYK value is (23,11,0,46).

  • cyan value is 23.19%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (23,11,0,46)
C23M11Y0K46 (23%, 11%, 0%, 46%)
(0.23 / 0.11 / 0.00 / 0.46)

CMYK percentages

%23.19
%10.87
%0
%45.88

Codes

Color #6A7B8A in popluar color models

6A 7B 8A
RGB 106 123 138
HSL 208° 13.11% 47.84%
HSB/HSV 208° 23.19% 54.12%
CMYK 23.19% 10.87% 0.00%
45.88%

Color #6A7B8A in popluar number systems.

HEX 6A 7B 8A
Decimal 106 123 138
Binary 1101010 1111011 10001010
Octal 152 173 212

Shades and tints

Shades of #6A7B8A

#6A7B8A
(106,123,138)
#61707E
(97,112,126)
#586572
(88,101,114)
#4F5A66
(79,90,102)
#464F5A
(70,79,90)
#3D444E
(61,68,78)
#343942
(52,57,66)
#2B2E36
(43,46,54)
#22232A
(34,35,42)
#19181E
(25,24,30)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #6A7B8A

#6A7B8A
(106,123,138)
#778794
(119,135,148)
#84939E
(132,147,158)
#919FA8
(145,159,168)
#9EABB2
(158,171,178)
#ABB7BC
(171,183,188)
#B8C3C6
(184,195,198)
#C5CFD0
(197,207,208)
#D2DBDA
(210,219,218)
#DFE7E4
(223,231,228)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7B8A; }

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

This text font color is #6A7B8A.

Background Color

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

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

This div background color is #6A7B8A.

Border color

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

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

This div border color is #6A7B8A.

Opacity

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

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

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

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

This text has shadow with #6A7B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7B8A.

Preview

Color preview on black background

This text has color #6A7B8A on black background.


Color preview on white background

This text has color #6A7B8A on white background.


Black color preview on #6A7B8A background

This text has black color on #6A7B8A background.


White color preview on #6A7B8A background

This text has white color on #6A7B8A background.


Related colors

Complementary color

Complementary color for #hex is #958475.


I love getcolorcode.com

Triadic colors

1 #8A6A7B and #7B8A6A with #6A7B8A are triadic colors.

2 #8A7B6A and #7B6A8A with #6A7B8A are triadic colors.