COLOR #6C769A

HEX: #6C769A RGB: (108,118,154)

Color info

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

RGB color model

#6C769A color RGB value is (108,118,154).

RGB: (108,118,154) (42%, 46%, 60%)

RGB channels and saturation

R 108 of 255 = 42%
G 118 of 255 = 46%
B 154 of 255 = 60%

108
118
154

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

Portions of RGB colors in percentages

R + G + B = 108 + 118 + 154 = 380 (100%)
R 108 of 380 ~ 28.42%
G 118 of 380 ~ 31.05%
B 154 of 380 ~ 40.53'%

%28.42
%31.05
%40.53

CMYK color model

#6C769A color CMYK value is (30,23,0,40).

  • cyan value is 29.87%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (30,23,0,40)
C30M23Y0K40 (30%, 23%, 0%, 40%)
(0.30 / 0.23 / 0.00 / 0.40)

CMYK percentages

%29.87
%23.38
%0
%39.61

Codes

Color #6C769A in popluar color models

6C 76 9A
RGB 108 118 154
HSL 227° 18.55% 51.37%
HSB/HSV 227° 29.87% 60.39%
CMYK 29.87% 23.38% 0.00%
39.61%

Color #6C769A in popluar number systems.

HEX 6C 76 9A
Decimal 108 118 154
Binary 1101100 1110110 10011010
Octal 154 166 232

Shades and tints

Shades of #6C769A

#6C769A
(108,118,154)
#636C8C
(99,108,140)
#5A627E
(90,98,126)
#515870
(81,88,112)
#484E62
(72,78,98)
#3F4454
(63,68,84)
#363A46
(54,58,70)
#2D3038
(45,48,56)
#24262A
(36,38,42)
#1B1C1C
(27,28,28)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #6C769A

#6C769A
(108,118,154)
#7982A3
(121,130,163)
#868EAC
(134,142,172)
#939AB5
(147,154,181)
#A0A6BE
(160,166,190)
#ADB2C7
(173,178,199)
#BABED0
(186,190,208)
#C7CAD9
(199,202,217)
#D4D6E2
(212,214,226)
#E1E2EB
(225,226,235)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C769A color. Also use rgb(108,118,154) instead hex code.

Text Font Color

.myTextColor { color: #6C769A; }

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

This text font color is #6C769A.

Background Color

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

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

This div background color is #6C769A.

Border color

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

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

This div border color is #6C769A.

Opacity

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

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

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

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

This text has shadow with #6C769A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C769A.

Preview

Color preview on black background

This text has color #6C769A on black background.


Color preview on white background

This text has color #6C769A on white background.


Black color preview on #6C769A background

This text has black color on #6C769A background.


White color preview on #6C769A background

This text has white color on #6C769A background.


Related colors

Complementary color

Complementary color for #hex is #938965.


I love getcolorcode.com

Triadic colors

1 #9A6C76 and #769A6C with #6C769A are triadic colors.

2 #9A766C and #766C9A with #6C769A are triadic colors.