COLOR #6C7286

HEX: #6C7286
RGB: (108,114,134)

Color info

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

RGB color model

#6C7286 color RGB value is (108,114,134).

  • red value is 108;
  • green value is 114;
  • blue value is 134.
RGB:
(108,114,134)
(42%,45%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 134 of 255 = 53%

108
114
134

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 134 = 356 (100%)
R 108 of 356 ~ 30.34%
G 114 of 356 ~ 32.02%
B 134 of 356 ~ 37.64%

%30.34
%32.02
%37.64

CMYK color model

#6C7286 color CMYK value is (19,15,0,47).

  • cyan value is 19.40%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(19,15,0,47)
C19M15Y0K47 
(19%,15%,0%,47%)
(0.19/0.15/0.00/0.47)	

CMYK percentages

%19.4
%14.93
%0
%47.45

Codes

Color #6C7286 in popluar color models

6C7286
RGB108114134
HSL226°10.74%47.45%
HSB/HSV226°19.40%52.55%
CMYK19.40%14.93%0.00%
47.45%

Color #6C7286 in popluar number systems.

HEX6C7286
Decimal108114134
Binary1101100111001010000110
Octal154162206

Shades and tints

Shades of #6C7286

#6C7286
(108,114,134)
#63687A
(99,104,122)
#5A5E6E
(90,94,110)
#515462
(81,84,98)
#484A56
(72,74,86)
#3F404A
(63,64,74)
#36363E
(54,54,62)
#2D2C32
(45,44,50)
#242226
(36,34,38)
#1B181A
(27,24,26)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C7286

#6C7286
(108,114,134)
#797E91
(121,126,145)
#868A9C
(134,138,156)
#9396A7
(147,150,167)
#A0A2B2
(160,162,178)
#ADAEBD
(173,174,189)
#BABAC8
(186,186,200)
#C7C6D3
(199,198,211)
#D4D2DE
(212,210,222)
#E1DEE9
(225,222,233)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7286; }

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

This text font color is #6C7286.


Background Color

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

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

This div background color is #6C7286.


Border color

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

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

This div border color is #6C7286.


Opacity

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

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

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

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

This text has shadow with #6C7286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7286 on black background.


Color preview on white background

This text has color #6C7286 on white background.



Black color preview on #6C7286 background

This text has black color on #6C7286 background.


White color preview on #6C7286 background

This text has white color on #6C7286 background.