COLOR #6C7296

HEX: #6C7296 RGB: (108,114,150)

Color info

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

RGB color model

#6C7296 color RGB value is (108,114,150).

RGB: (108,114,150) (42%, 45%, 59%)

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 150 of 255 = 59%

108
114
150

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

Portions of RGB colors in percentages

R + G + B = 108 + 114 + 150 = 372 (100%)
R 108 of 372 ~ 29.03%
G 114 of 372 ~ 30.65%
B 150 of 372 ~ 40.32'%

%29.03
%30.65
%40.32

CMYK color model

#6C7296 color CMYK value is (28,24,0,41).

  • cyan value is 28.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (28,24,0,41)
C28M24Y0K41 (28%, 24%, 0%, 41%)
(0.28 / 0.24 / 0.00 / 0.41)

CMYK percentages

%28
%24
%0
%41.18

Codes

Color #6C7296 in popluar color models

6C 72 96
RGB 108 114 150
HSL 231° 16.67% 50.59%
HSB/HSV 231° 28.00% 58.82%
CMYK 28.00% 24.00% 0.00%
41.18%

Color #6C7296 in popluar number systems.

HEX 6C 72 96
Decimal 108 114 150
Binary 1101100 1110010 10010110
Octal 154 162 226

Shades and tints

Shades of #6C7296

#6C7296
(108,114,150)
#636889
(99,104,137)
#5A5E7C
(90,94,124)
#51546F
(81,84,111)
#484A62
(72,74,98)
#3F4055
(63,64,85)
#363648
(54,54,72)
#2D2C3B
(45,44,59)
#24222E
(36,34,46)
#1B1821
(27,24,33)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #6C7296

#6C7296
(108,114,150)
#797E9F
(121,126,159)
#868AA8
(134,138,168)
#9396B1
(147,150,177)
#A0A2BA
(160,162,186)
#ADAEC3
(173,174,195)
#BABACC
(186,186,204)
#C7C6D5
(199,198,213)
#D4D2DE
(212,210,222)
#E1DEE7
(225,222,231)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7296 color. Also use rgb(108,114,150) instead hex code.

Text Font Color

.myTextColor { color: #6C7296; }

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

This text font color is #6C7296.

Background Color

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

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

This div background color is #6C7296.

Border color

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

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

This div border color is #6C7296.

Opacity

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

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

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

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

This text has shadow with #6C7296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7296.

Preview

Color preview on black background

This text has color #6C7296 on black background.


Color preview on white background

This text has color #6C7296 on white background.


Black color preview on #6C7296 background

This text has black color on #6C7296 background.


White color preview on #6C7296 background

This text has white color on #6C7296 background.


Related colors

Complementary color

Complementary color for #hex is #938D69.


I love getcolorcode.com

Triadic colors

1 #966C72 and #72966C with #6C7296 are triadic colors.

2 #96726C and #726C96 with #6C7296 are triadic colors.