COLOR #6A768B

HEX: #6A768B RGB: (106,118,139)

Color info

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

RGB color model

#6A768B color RGB value is (106,118,139).

RGB: (106,118,139) (42%, 46%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 118 of 255 = 46%
B 139 of 255 = 55%

106
118
139

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

Portions of RGB colors in percentages

R + G + B = 106 + 118 + 139 = 363 (100%)
R 106 of 363 ~ 29.2%
G 118 of 363 ~ 32.51%
B 139 of 363 ~ 38.29'%

%29.2
%32.51
%38.29

CMYK color model

#6A768B color CMYK value is (24,15,0,45).

  • cyan value is 23.74%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (24,15,0,45)
C24M15Y0K45 (24%, 15%, 0%, 45%)
(0.24 / 0.15 / 0.00 / 0.45)

CMYK percentages

%23.74
%15.11
%0
%45.49

Codes

Color #6A768B in popluar color models

6A 76 8B
RGB 106 118 139
HSL 218° 13.47% 48.04%
HSB/HSV 218° 23.74% 54.51%
CMYK 23.74% 15.11% 0.00%
45.49%

Color #6A768B in popluar number systems.

HEX 6A 76 8B
Decimal 106 118 139
Binary 1101010 1110110 10001011
Octal 152 166 213

Shades and tints

Shades of #6A768B

#6A768B
(106,118,139)
#616C7F
(97,108,127)
#586273
(88,98,115)
#4F5867
(79,88,103)
#464E5B
(70,78,91)
#3D444F
(61,68,79)
#343A43
(52,58,67)
#2B3037
(43,48,55)
#22262B
(34,38,43)
#191C1F
(25,28,31)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6A768B

#6A768B
(106,118,139)
#778295
(119,130,149)
#848E9F
(132,142,159)
#919AA9
(145,154,169)
#9EA6B3
(158,166,179)
#ABB2BD
(171,178,189)
#B8BEC7
(184,190,199)
#C5CAD1
(197,202,209)
#D2D6DB
(210,214,219)
#DFE2E5
(223,226,229)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A768B color. Also use rgb(106,118,139) instead hex code.

Text Font Color

.myTextColor { color: #6A768B; }

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

This text font color is #6A768B.

Background Color

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

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

This div background color is #6A768B.

Border color

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

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

This div border color is #6A768B.

Opacity

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

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

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

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

This text has shadow with #6A768B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A768B.

Preview

Color preview on black background

This text has color #6A768B on black background.


Color preview on white background

This text has color #6A768B on white background.


Black color preview on #6A768B background

This text has black color on #6A768B background.


White color preview on #6A768B background

This text has white color on #6A768B background.


Related colors

Complementary color

Complementary color for #hex is #958974.


I love getcolorcode.com

Triadic colors

1 #8B6A76 and #768B6A with #6A768B are triadic colors.

2 #8B766A and #766A8B with #6A768B are triadic colors.