COLOR #6C7295

HEX: #6C7295 RGB: (108,114,149)

Color info

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

RGB color model

#6C7295 color RGB value is (108,114,149).

RGB: (108,114,149) (42%, 45%, 58%)

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 149 of 255 = 58%

108
114
149

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

Portions of RGB colors in percentages

R + G + B = 108 + 114 + 149 = 371 (100%)
R 108 of 371 ~ 29.11%
G 114 of 371 ~ 30.73%
B 149 of 371 ~ 40.16'%

%29.11
%30.73
%40.16

CMYK color model

#6C7295 color CMYK value is (28,23,0,42).

  • cyan value is 27.52%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (28,23,0,42)
C28M23Y0K42 (28%, 23%, 0%, 42%)
(0.28 / 0.23 / 0.00 / 0.42)

CMYK percentages

%27.52
%23.49
%0
%41.57

Codes

Color #6C7295 in popluar color models

6C 72 95
RGB 108 114 149
HSL 231° 16.21% 50.39%
HSB/HSV 231° 27.52% 58.43%
CMYK 27.52% 23.49% 0.00%
41.57%

Color #6C7295 in popluar number systems.

HEX 6C 72 95
Decimal 108 114 149
Binary 1101100 1110010 10010101
Octal 154 162 225

Shades and tints

Shades of #6C7295

#6C7295
(108,114,149)
#636888
(99,104,136)
#5A5E7B
(90,94,123)
#51546E
(81,84,110)
#484A61
(72,74,97)
#3F4054
(63,64,84)
#363647
(54,54,71)
#2D2C3A
(45,44,58)
#24222D
(36,34,45)
#1B1820
(27,24,32)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #6C7295

#6C7295
(108,114,149)
#797E9E
(121,126,158)
#868AA7
(134,138,167)
#9396B0
(147,150,176)
#A0A2B9
(160,162,185)
#ADAEC2
(173,174,194)
#BABACB
(186,186,203)
#C7C6D4
(199,198,212)
#D4D2DD
(212,210,221)
#E1DEE6
(225,222,230)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7295; }

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

This text font color is #6C7295.

Background Color

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

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

This div background color is #6C7295.

Border color

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

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

This div border color is #6C7295.

Opacity

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

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

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

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

This text has shadow with #6C7295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7295.

Preview

Color preview on black background

This text has color #6C7295 on black background.


Color preview on white background

This text has color #6C7295 on white background.


Black color preview on #6C7295 background

This text has black color on #6C7295 background.


White color preview on #6C7295 background

This text has white color on #6C7295 background.


Related colors

Complementary color

Complementary color for #hex is #938D6A.


I love getcolorcode.com

Triadic colors

1 #956C72 and #72956C with #6C7295 are triadic colors.

2 #95726C and #726C95 with #6C7295 are triadic colors.