COLOR #6C7483

HEX: #6C7483 RGB: (108,116,131)

Color info

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

RGB color model

#6C7483 color RGB value is (108,116,131).

RGB: (108,116,131) (42%, 45%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 131 of 255 = 51%

108
116
131

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 131 = 355 (100%)
R 108 of 355 ~ 30.42%
G 116 of 355 ~ 32.68%
B 131 of 355 ~ 36.9'%

%30.42
%32.68
%36.9

CMYK color model

#6C7483 color CMYK value is (18,11,0,49).

  • cyan value is 17.56%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (18,11,0,49)
C18M11Y0K49 (18%, 11%, 0%, 49%)
(0.18 / 0.11 / 0.00 / 0.49)

CMYK percentages

%17.56
%11.45
%0
%48.63

Codes

Color #6C7483 in popluar color models

6C 74 83
RGB 108 116 131
HSL 219° 9.62% 46.86%
HSB/HSV 219° 17.56% 51.37%
CMYK 17.56% 11.45% 0.00%
48.63%

Color #6C7483 in popluar number systems.

HEX 6C 74 83
Decimal 108 116 131
Binary 1101100 1110100 10000011
Octal 154 164 203

Shades and tints

Shades of #6C7483

#6C7483
(108,116,131)
#636A78
(99,106,120)
#5A606D
(90,96,109)
#515662
(81,86,98)
#484C57
(72,76,87)
#3F424C
(63,66,76)
#363841
(54,56,65)
#2D2E36
(45,46,54)
#24242B
(36,36,43)
#1B1A20
(27,26,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #6C7483

#6C7483
(108,116,131)
#79808E
(121,128,142)
#868C99
(134,140,153)
#9398A4
(147,152,164)
#A0A4AF
(160,164,175)
#ADB0BA
(173,176,186)
#BABCC5
(186,188,197)
#C7C8D0
(199,200,208)
#D4D4DB
(212,212,219)
#E1E0E6
(225,224,230)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7483 color. Also use rgb(108,116,131) instead hex code.

Text Font Color

.myTextColor { color: #6C7483; }

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

This text font color is #6C7483.

Background Color

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

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

This div background color is #6C7483.

Border color

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

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

This div border color is #6C7483.

Opacity

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

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

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

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

This text has shadow with #6C7483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7483.

Preview

Color preview on black background

This text has color #6C7483 on black background.


Color preview on white background

This text has color #6C7483 on white background.


Black color preview on #6C7483 background

This text has black color on #6C7483 background.


White color preview on #6C7483 background

This text has white color on #6C7483 background.


Related colors

Complementary color

Complementary color for #hex is #938B7C.


I love getcolorcode.com

Triadic colors

1 #836C74 and #74836C with #6C7483 are triadic colors.

2 #83746C and #746C83 with #6C7483 are triadic colors.