COLOR #6C73A7

HEX: #6C73A7
RGB: (108,115,167)

Color info

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

RGB color model

#6C73A7 color RGB value is (108,115,167).

  • red value is 108;
  • green value is 115;
  • blue value is 167.
RGB:
(108,115,167)
(42%,45%,65%)

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 167 of 255 = 65%

108
115
167

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

Portions of RGB colors in percentages

R + G + B =
108 + 115 + 167 = 390 (100%)
R 108 of 390 ~ 27.69%
G 115 of 390 ~ 29.49%
B 167 of 390 ~ 42.82%

%27.69
%29.49
%42.82

CMYK color model

#6C73A7 color CMYK value is (35,31,0,35).

  • cyan value is 35.33%
  • magenta value is 31.14%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(35,31,0,35)
C35M31Y0K35 
(35%,31%,0%,35%)
(0.35/0.31/0.00/0.35)	

CMYK percentages

%35.33
%31.14
%0
%34.51

Codes

Color #6C73A7 in popluar color models

6C73A7
RGB108115167
HSL233°25.11%53.92%
HSB/HSV233°35.33%65.49%
CMYK35.33%31.14%0.00%
34.51%

Color #6C73A7 in popluar number systems.

HEX6C73A7
Decimal108115167
Binary1101100111001110100111
Octal154163247

Shades and tints

Shades of #6C73A7

#6C73A7
(108,115,167)
#636998
(99,105,152)
#5A5F89
(90,95,137)
#51557A
(81,85,122)
#484B6B
(72,75,107)
#3F415C
(63,65,92)
#36374D
(54,55,77)
#2D2D3E
(45,45,62)
#24232F
(36,35,47)
#1B1920
(27,25,32)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #6C73A7

#6C73A7
(108,115,167)
#797FAF
(121,127,175)
#868BB7
(134,139,183)
#9397BF
(147,151,191)
#A0A3C7
(160,163,199)
#ADAFCF
(173,175,207)
#BABBD7
(186,187,215)
#C7C7DF
(199,199,223)
#D4D3E7
(212,211,231)
#E1DFEF
(225,223,239)
#EEEBF7
(238,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C73A7 color. Also use rgb(108,115,167) instead hex code.

Text Font Color

.myTextColor { color: #6C73A7; }

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

This text font color is #6C73A7.


Background Color

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

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

This div background color is #6C73A7.


Border color

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

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

This div border color is #6C73A7.


Opacity

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

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

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

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

This text has shadow with #6C73A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C73A7 on black background.


Color preview on white background

This text has color #6C73A7 on white background.



Black color preview on #6C73A7 background

This text has black color on #6C73A7 background.


White color preview on #6C73A7 background

This text has white color on #6C73A7 background.